python3-bsddb3-devel-6.2.9-bp153.1.2 >  A `Bh!M@eee'Pj&6.!/k9h$q$(ۜtkFp)ψ>KgE8bDűm;Vj|e"Ū5dt"=6cyvb4X>.s&ǭٛJfLb< i@乒!5Ɍv)V7_ǿM^|(Jv1(z=~{ .64nXӺr}•lW*ZqS|'P@.giδ` N1b8e83bec31e2439304c988d2c62cd8a389673781c964ed27a8010410a8b2a9c38dbe6098b9434804d16c159087a81cea21bc536-`Bh!M@eee8ܘAKI'ÂbCīxr$HM'G &n oͽG⿞Mتz0^:(%5Sa=j"ܣ3C}5m4I>;1Pf0Ḻ觿1`N̽|21E?45.x~߃ 6\Oe1pU?:MB6l% [tjˀYʜ 9 f[@)1) b9>p;?d ' L !'0D N X l 1 8Le~r(8 9 : FGH$I8X@YH\h]|^b1cdFeKfNlPudvxzCpython3-bsddb3-devel6.2.9bp153.1.2Development files for python3-bsddb3This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log Cursor, Sequence and Transaction objects, and each of these is exposed as a Python type in the bsddb3.db module. This package contains the development files for python3-bsddb3`B8s390zp246SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/bsddb3linuxs390x)2A큤A큤`B"_`B7__4efec84f218368bcf03ac6670456c18f92c91630543be1bcab5f12a8948551e23ce75f9d66ea5ae52a374e5ef22d25e4429f033ad621256304b22731f08352a957575356f7721d2b53ee94ac4f0cb3c2c3a3856b1c31a8b43a32a13f0eea2a4drootrootrootrootrootrootrootrootrootrootpython-bsddb3-6.2.9-bp153.1.2.src.rpmpython3-bsddb3-develpython3-bsddb3-devel(s390-64)    python3-bsddb3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)6.2.93.0.4-14.6.0-14.0-15.2-14.14.1_@[U@Z4@Y@YS;@SFQőQW@P@Dirk Müller tchvatal@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comjmatejek@suse.commlin@suse.commlin@suse.comjengelh@inai.dejengelh@inai.demlin@suse.com- update to 6.2.9: * For some reason, 6.2.8 release was incomplete. Let's try again. * In Python 3.9, "find_unused_port" has been moved to "test.support.socket_helper". Reported by Michał Górny. * If we use "set_get_returns_none()" in the environment, the value could not be correctly inherited by the child databases. Reported by Patrick Laimbock and modern GCC warnings. * If you install this library under Python 3 >= 3.6, let you know this is a legacy library and urges you to migrate to "berkeleydb" library. * Update copyright notices. * https links. * Fix Python 3 deprecation warning. Notified by Arthur Gautier. * Fix compilation Python 3.8 deprecation warnings. * Fix compilation Python 3.9 deprecation warnings.- Version Update to 6.2.6: * Correctly detect berkley db * Python 3.7 tested and explicitly supported- Update to 6.2.5 * We should be able to install inside a PYPY virtualenv. Reported by Zhihao Yuan. - Use license tag- Update to 6.2.4: * More complete fix for pkgsrc. - Update to 6.2.3: * Update copyright notices. * Solve a conflict between different installations of Berkeley DB on some pkgsrc configurations. - Update to 6.2.2: * Correctly detect Berkeley DB installations in SmartOS native zones. * "Probably" (not tested) correctly detect Berkeley DB in pkgsrc systems. - Update to 6.2.1: * Correctly detect Berkeley DB installations in modern 64 bits Debians. - Update to 6.2.0: * Support Berkeley DB 6.2.x. * Declare Python 3.5 support for PyPI. * Drop support for Python 3.2. If you need compatibility with that version, you can keep using old releases of these bindings. * Drop support for Berkeley DB 5.0, 5.2 and 6.0. If you need compatibility with those versions, you can keep using old releases of these bindings. - Update to 6.1.1: * Compatibility with Python 3.5. * Code cleanup after dropping Python 2.4/2.5 support. * PGP key changed. * Support for DB_FORCESYNCENV flag in "DB_ENV.close()". * Support for DB_LOG_NOSYNC flag in "DB_ENV.log_set_config()". * Fix tests under Windows. See https://bugs.python.org/issue22943 . * Solve an incorrect parameter verification with the "DB.compact()" method call. * Solve a compilation warning when compiling the bindings for Python 3.5 and Berkeley DB 4.8, 5.0 or 5.1.- singlespec auto-conversion- Packaged licenses.txt LICENSE.txt README.txt- Update to 6.1.0. Changes from 6.0.0 * Support Berkeley DB 6.1.x. * Solve a ResourceWarning when compiling. * Drop support for Python 2.4, 2.5 and 3.1. If you need compatibility with those versions, you can keep using old releases of these bindings. * Drop support for Berkeley DB 4.3, 4.4, 4.5, 4.6. If you need compatibility with those versions, you can keep using old releases of these bindings. * From now, on our support reference is Red Had Enterprise Linux 6. * Drop modules attributes "cvsid". * Drop (hidden) $Id$ keyword in the documentation. * Clarification of license. This work is now explicitly licensed under 3-clause BSD license. * Fixed a long standing bug (August 2008, rev 9fd52748fa59) on "dbtables.py". * If you want to link with Oracle Berkeley DB 6.0, you will need to create the environment variable 'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION' to signal to the pybsddb that you are legal. To be legal, your code MUST be AGPL3 *OR* you have to buy a commercial license from Oracle. - Change license to BSD-3-Clause according to upstream changes - Removed python-bsddb3.keyring and .asc file- Update to new upstream release 6.0.0 * Support for BDB 6.0.19 * HEADS UP: If you are using "bsddb3._bsddb" in your code, for example for exceptions, change it to "bsddb3._db". - Removed bsddb3-db6.diff (rendered obsolete)- Add bsddb3-db6.diff to make setup[23].py look for BDB 6.0 - Signature verification- Removed BuildArch: noarch macros390zp24 16149998646.2.9-bp153.1.26.2.9-bp153.1.2bsddb3bsddb.hpython3-bsddb3-develLICENSE.txtlicenses.txt/usr/include/python3.6m//usr/include/python3.6m/bsddb3//usr/share/licenses//usr/share/licenses/python3-bsddb3-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/27d5dff25dd05e3ba0bb333e588d09ba-python-bsddb3cpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textVAʣҩutf-8217a199154ecccfcd2cf1dfd1a59e8e3c2cf156baa9e8bf93f5159fdbce48002?P7zXZ !t/9R] crt:bLL*miEB}b7%VG IVa64J9@ nMvr@) Lz E[pLhL= Y6ف&0yQDi1G~`vq =r/ۄ1;Z [+$|$Ce.V|Q(X*!_VSCHp2[=MBG"ʿZ uk mY(6ٴT4#s'%KƔe\OǮBSMQLU8Yb5.!'3t/#R^gUHC%X'~ cuY.CSaspOKN(Y}3-#3Hr*|k2dO[/k[s;Y)=7uȓdpj/kTsty:,x-Przp]̜$n\Dљ0|M n#2GX,4$L?iAw+^]`Wj@COxCDpR w]rMR2Dl#ir|~"j#T,WzGc@][T(* "rd,Zqݡ}$0YЅ}_?Iײqf-ʖin8` ֺtm;n_ܙ)h*'nu;s@=z#ӛF c5|`#&}9f2G| PwЉJ^c(L=w}e%A E2Bee'>aEud' }l%JP'ߟ "( KK)|SuL~3@'LQFP)|RWem4(9#1BZ*Aiq?`T Ӊ3TX1N9 h+W1V05)Nc֯0d NV'\8;Xs==2%wD7JrAcJQJ&txגgçi?K`*ڝlu: n*N/'4mje3yBkag󽐳`z'?PoǝԒ;]L3*e da.؝Z\#Hm_DV.2E]Ȁۦz5E?`qx!c&[ˆAs.汧0uKrCUv,N"6uD֡&k[g$V`Uu뿈h]R¡v?"e ( +~1f4{ ߇HB`7IciWpJ RMQI9( (4^<> |٥r&|+|z4R yG]>MyUfK)?(DX3o5/D$:fCW<;, OM)S(o {h1:wv:qoua[KΪ;i{p9<"Q[\xir,2V#nj;c1.˚ .s;3'Ӯ#.ѥ5K` 1ꈵ]@-?{8ϖvv% qtA7N' !U;.oN E!*(cvq]g0^﫼eC;Ũ$l8 -iW3N(, E~ ȸB;B9I8g漱X'W%;+ĕ;Ӆ`0Sp;_ VF{p֣xiÈh%zڲc8aKO8Cl 20`\}Vg'3՞zL"xntHP9!ǖl +IoڽK;3w6R [%'گ\'ߖ@#gφ]ÒŴ:tWrGD:QOhR[M Z *f%cBEp غ|t]B1ܹd~vUf*|& .ډOn/8" s$adu_zoXyl᡹FTS _8g4qpD&lnF5Vcw%D:{ ¹3׳.F܂U аս队K6 >'M 61M j(E'}銨(az[Ʀ2^U\r^+eޞ`tٜL#4xOTqӈvSԦ/=k補5(v#Pt K+"a` LQQOK}Eң~Q{˿/sб ^x5H '驦U4:9 C|D7qw_N9Y6Lfq"⭐a"`vi 'l74k Ľqs3|:&570 O'p< =8ġ1ۑcyUuyj8 ơ<Ը]ƙ][Bf&!ywKgƆtT (֕t >'5}@?E UL {S4iWyU9mÈg/U4M0.{-MsTyPc0! jEIxOK-MlqT ,0lA~H" ËtBG-/MPD ^peL ̽b̍HMSc&ṗpDxd6Ur2X%.>܋T٣c7p/ j"ey6Qp_ôvg7(z`YOk)Ia= ݠ!80KBRDEnoTR