python3-32bit-3.6.9-lp150.2.14.1<>,B]+/=„-ɥx${j}|)@ڐ읐=O@toLOb$JXd!j=G HzȔxWa$ sȢg1\ fve)˃c `{>WDxK(M PȬ@E2@ʧ*0\&ZzT|?z"@VVP_=^-cF!3y٦qZj^wD Q\ Gkȶ%>>#,?#d # 8 -DJQ`p x    (<Pt!(L8T9: >GHIXY\]^xbc td!e! f! l!u!$v!4w"dx"ty""""#Cpython3-32bit3.6.9lp150.2.14.1Python 3 InterpreterPython 3 is modern interpreted, object-oriented programming language, often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python3-doc package. This package supplies rich command line features provided by readline, and sqlite3 support for the interpreter core, thus forming a so called "extended" runtime. Installing "python3" is sufficient for the vast majority of usecases. In addition, recommended packages provide UI toolkit support (python3-curses, python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE development environment (python3-idle).]+lamb14openSUSE Leap 15.0openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.python.org/linuxx86_64/sbin/ldconfig8vAA큤]+]+]+]+c6d8f823c97370bdd2fed44061150884d471fefbe2d7c8b9cec7ae7faec86b8ad9096287ea6c0d7be98ed30edd68d0616d352ed81d884bb74796830d4034a837rootrootrootrootrootrootrootrootpython3-3.6.9-lp150.2.14.1.src.rpmpython3-32bitpython3-32bit(x86-32)@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpython3.6m.so.1.0libreadline.so.7libsqlite3.so.0python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1["@ZZԐ@Zx@Z Zz@ZxG@Zhu@Z`@ZLZ }YYX@YY@Y@YP@XӸXv@W@V@Vm@VhVCV @U@U@UUCjTBV@Matěj Cepl tchvatal@suse.comtchvatal@suse.commimi.vx@gmail.comtchvatal@suse.comtchvatal@suse.comnormand@linux.vnet.ibm.comjmatejek@suse.comnormand@linux.vnet.ibm.comjmatejek@suse.commimi.vx@gmail.comjmatejek@suse.comdmueller@suse.comjmatejek@suse.comkukuk@suse.dejmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comschwab@suse.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comjmatejek@suse.comdimstar@opensuse.orgfisiu@opensuse.orgmeissner@suse.commailaender@opensuse.orgcrrodriguez@opensuse.org- Add -fwrapv to OPTS, which is default for python3 anyway See for example https://github.com/zopefoundation/persistent/issues/86 for bugs which are caused by avoiding it.- As we run in main python package do not generate the pre_checkin from both now- Move the tests from base to generic package wrt bsc#1088573 * We still fail the whole distro if python3 is not build * The other archs than x86_64 took couple of hours to unblock build of other software, this way we work around the issue- update to 3.6.5 * bugfix release * see Misc/NEWS for details - drop ctypes-pass-by-value.patch - drop fix-localeconv-encoding-for-LC_NUMERIC.patch - refresh python-3.6.0-multilib-new.patch- Drop python3-tk and python3-idle recommends to reduce python3 always pulling X stack bsc#1081751- Add patch to fix glibc 2.27 fail bsc#1079761: * fix-localeconv-encoding-for-LC_NUMERIC.patch- Update skip_random_failing_tests.patch (for PowerPC) to avoid test_call_later failure- move XML modules and python3-xml provide to python3-base (fixes bsc#1077230) - move ensurepip to base- Add skip_random_failing_tests.patch only for PowerPC- update to 3.6.4 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed python3-ncurses-6.0-accessors.patch - drop PYTHONSTARTUP hooks that cause spurious startup errors * fixes bsc#1070738 * the relevant feature (REPL history) is now built into Python itself- move 2to3 to python3-tools package- update to 3.6.3 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- drop python-2.7-libffi-aarch64.patch: this patches the intree copy of libffi which is unused/deleted in the line afterwards- distutils-reproducible-compile.patch: ensure distutils order files before compiling, which works around bsc#1049186- Add libnsl-devel build requires for glibc obsoleting libnsl- update to 3.6.2 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed test-socket-aead-kernel49.patch - add Provides: python3-typing (fixes bsc#1050653) - drop duplicate Provides: python3- drop db-devel from requirements- update to 3.6.1 * see python3-base for details- update to 3.6.0 * PEP 498 Formated string literals * PEP 515 Underscores in numeric literals * PEP 526 Syntax for variable annotations * PEP 525 Asynchronous generators * PEP 530 Asynchronous comprehensions * PEP 506 New "secrets" module for safe key generation * less memory consumed by dicts * dtrace and systemtap support * improved asyncio module * better defaults for ssl * new hashing algorithms in hashlib * bytecode format changed to allow more optimizations * "async" and "await" are on track to be reserved words * StopIteration from generators is deprecated * support for openssl < 1.0.2 is deprecated * os.urandom now blocks when getrandom() blocks * huge number of new features, bugfixes and optimizations * see https://docs.python.org/3.6/whatsnew/3.6.html for details - rework multilib patch: drop Python-3.5.0-multilib.patch, implement upstreamable python-3.6.0-multilib-new.patch - refresh python-3.3.0b1-localpath.patch, subprocess-raise-timeout.patch - drop upstreamed Python-3.5.1-fix_lru_cache_copying.patch - finally drop python-2.6b1-canonicalize2.patch that was not applied in source and only kept around in case we needed it in the future. (which we don't, as it seems) - update import_failed map and baselibs - improve summaries and descriptions (fixes bsc#917607) - add new key to keyring (signed by keys already in keyring) - introduced common configure section between python3 and python3-base - do not disable ASNEEDED - remove baselibs/rpmlint as sources from python.spec, only keep in base.spec - run spec through spec-cleaner, rearrange sections- move _hashlib and _ssl modules and tests to python3-base - change Suggests to Recommends on supplemental modules- Skip test_asyncio under qemu_user_space_build- Add Python-3.5.1-fix_lru_cache_copying.patch Fix copying the lru_cache() wrapper object. Fixes deep-copying lru_cache regression, which worked on previous versions of python but fails on python 3.5. This fixes a bunch of packages in devel:languages:python3. See: https://bugs.python.org/issue25447- update to 3.5.1 * bugfix-only release, dozens of bugs fixed - Drop upstreamed Python-3.5.0-_Py_atomic_xxx-symbols.patch - "Python3" to "Python 3" in summary * This seems cleaner and fixes and rpmlint warning- Add python3-3.5.0-_Py_atomic_xxx-symbols.patch This fixes a build error for many packages that use the Python, C-API. This patch is already accepted upstream and is slated to appear in python 3.5.1.- update to 3.5.0 * see python3-base.changes for details - update list of tests- Add python3-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- Build with --enable-loadable-sqlite-extensions to make it works as geospatial database.- dh2048.pem: added generated 2048 dh parameter set to fix ssl test (bsc#935856) - python-fix-short-dh.patch: replace the 512 bits dh parameter set by 2048 bits to fix build with new openssl 1.0.2c (bsc#935856)- Update to version 3.4.3 - Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch (bpo#21766)- Only pkgconfig(x11) is required for build, not the whole set of packages provided by xorg-x11-devel metapackage./bin/sh3.6.9-lp150.2.14.13.6.9-lp150.2.14.1python3.6lib-dynload_sqlite3.cpython-36m-i386-linux-gnu.soreadline.cpython-36m-i386-linux-gnu.so/usr/lib//usr/lib/python3.6//usr/lib/python3.6/lib-dynload/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11362/openSUSE_Leap_15.0_Update/917cdcdce0a8094950c10f96a6f5fdc1-python3.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d87b9fa9abe0aa39a3563ad944b59799b2b1c32c, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=dfdeec79ef8cd8068eae7cc60de1b8c5a6ca2bd8, stripped R RRRR RRRR RRRRRR RRRutf-8a0b21c67846a8ac7c8734c11bb9635de8d12d34f50d520013dca715467a5ec7f? 7zXZ !t/0]"k%pa %SF](U;mJg$g\{0u'I:ۇ{/0٭rpzf" 湯UHAT%FG,T_i(^x .ƀ|\l mk0d3C&ZUY5Lʸdް _7#x_N?m0pl.\{? `D*.gHc#TAY!8* P`AOWT'n(ߴPu=/]0&ZN2/RD[mnȗ]&Ɗlr߱4!rm;u&=]m=%7D?xZf0fR kPCcD@zq 4CVFlwaԻqb2Lߔ9vf!׌͝WfOoAEū) ruTZr QT8WO_K!8"'=UcJ qĕoY.MϨeo4R9~}S6do&qbk6MoIZHsikMB(8ЉNSnj!$ػP>VLệȸaz2aC =t0EFoijC~Vv25Eļ0k'M,7mFYlU3Ab!>qG__a6qrȸFN%;^:hun&K9v;q~zEKQ P=C#*sN;{ԁ@ Rnl26'#D >Dpdk~D!gĝ'{g\SP6?5ͲGYނ6}Jr9`CєY'p# oxǣSj4LN_"nWX}ua* 2ècȓ /jړV?p ( B"zj1wQkBm-~ JEx<4Bfߛ-C<@0 pq&PpI14Zc?:cai)t F `Gtc5ӵˆ=(hV =`:gA3o'j?=];a 8;ssL,vrW*h P_2lhXR_e: aD*PUSї}!w@;rlL >.4{(xl1a%[vd#Vu ?!y]9\ď>*>SvY9;ޕfΠη7bO)  G+on@С+-%HTs?KYǧO#yԎ$DS !CP"3؄^$/g+?(B(*#mKBC L%K~cL hNto-2o %S6X&'EdVV-d0Z0D>"7ֹ޵w.A6-Zy,V 9/ߓ)gR){@1o"0kUC.7øA=y֪%q4Nu_-:OAr&iEWJh4b;k)oP[wd܁%@;z-[d=n/y>E+}2~[/0~ML;Ƶ2W#Bn.|"X PxsLh/ogd#:41xvVMbRsPP1o#:<:# ,|u’?xO,fK 8بo7-sHp ?fvbڋ*9 &:q~]j2Ƙ>':w/r@c!+ Zs䑓Zs:;^2 x\Sjy'la |cu5C}aV͖w_Re84 kRF>5i@>/^X_)Fz-hPU!_7L[GKb)WD2?s%[. =^E=񪙠֓?.ﴜ[CWniPPL!r:jir^ w }Wt>#S^-Zg78a[Skh]bv"/}q}0?S_,O`Mu uG-O,D(rV=&6F=/,9 -Ǡ_`9-wkY7&ԛGߏZX["B#@5t]Q)Gyg?x&+օV\Q1uܵIɬBH0K N< LĮ ?tp)d؈ۛrpW]V _&ٺ6 *UЪ]c1 VK1'dq9jFa>u|M?|z>H0Cy!a0sY"$q]&,v"~ B6i<ҺpD?gfD5vJqj"ˎǥz ;oDd?nXhG&^ xK!|"ḳ-l]_5DE>LN/L;ݕ\TG@dcB ?B&oes^5?|Qwo7⮍r:F1(cTh/)E:Ia1`(흚r}s "HtuY4 Q#ն2YJ{ em9**>o-{ggY1.ϴ*5p=p>-\}-!?;Q 7„(]ycҗ 󎧼c[,O<GFuR"@`Z&9nBY,)#ܜ3QCHNu1[da1ֿ~ 'ss K(W-8<;t/,윑OlX!c+>ii{uof}nUIqE -*jF(h X>J>H>X}*r1ǤĴ0q ˳E=>.q yg=wc6}%H .6r@Uq{Xz#nk%x 3(sZP=;Ap57#yHl(?DQ`;{JnFW;a hw< .Qq x^t/-C$FL 5:*޷8[s0Y* qVBkhBXhڇcD^$o5٪j F0wt.ݻwGݼ&l^-m܆1"Q#2m7$]$_BR@I!O21Vp>䱊c!%Z iEH]j?AvN,uf AݚGorZ+K4JvVhT{u'!ot3j٤b{.JO Jh&kY"[k刅WmP=cP4 fqRS~-At G>>/yģb;B`?jTR ֒. 3mJ~/ØqcFgb#lS#U0XmvI m~aU>șC}F i,vO`鲉,R}{5aͯsPPdGE3]Ȥ;`+SȣM8}~ByR~I;wM`s4 M^: -1K^>U|u$ 8z.Th zQp ghM%WZ5Z\ޡb ALlC~G࠶3)nr:1N_}f | $N&4>Hv%W3iᵊ_]Dn>FWj=dXgTBGMKX7;Y_iOf1-"/jUx#m| DZ})C.ey"1F.|}9,* Zi.YιwT>F$pCN8xWԅ:"~^'sӑas$[^#v zK!c Ŧbڂ4>x+ȋ{qzb8Лd|àg@S?v0;?_OYPIKA|Ki0xޏUy@Y\X W.,39/JSJQ5ͯzJnaJM:%c H54_\ 2G!֞ 7>#٫ =6(`?Mŝ4Ì<_O4 x'*o\bd o(Rg,IopJWDЈ ORJ ;i\ 0Ltp\߅Vz7&," `,L"qx{KJi*>.ؗQ9C1âmǫtwhG=2+3!r-,\8rC -<2oaj.̟F\2 C:f k%x^*HfS® h:oh)U\gL;C'hY[VcL/Eqr^:qM:C ?Ywh7<rbq屠룷Ds$%؊|{.dGǹnF]2S!ρ8P~ 2-<!!bns[D~X{kIHLpeD>Lxy;S6Ck zDn9ߡ^WbZ9OwVu2=0dqv/2^@E%%ګ5n^|81^&0mR\\$2XdnN?6!fP*,ԁ(rV"VsP,ׂżIK%@Nq5tF|sѮ˻8zהɫOHV/H%Df"P:d7YX)жEa9sHh`-lUa4KWK/3rTN7&;ģ#?BȸƄ̈́3'UJή'||p+54e|JMݻ}Ӧßi% g3%ZswHNEO2S@jlb  rJBWIoﲝQ{Xp:8UUIj\Fua&yۯ$m pS<V_Ӝ;[S-}>bbP${lyguQo M.#Jm@Be~"Wo֚īM0,dv=wЙ?WNwF421g;NR_,4eъ ېѮ<̬V]٣|,k71A/g#ə~6is0|[j ~[#"eꜛBxsE=}C( sAdM|} QSKIWKzG ƏJJg@) _JǏ_ I&qz56aBzO YZ