python3-32bit-3.6.9-lp150.2.14.1<>,O4]+/=„o N֚Gc,>[²Q߳8 ߧf#_-!?0pR4[xQ$&uUG,H(AX@<1,HM[sҟ'wM&hi ]DNrtvzm"'Zd&`e ו}tg3%蕿Ieà} _>>#,?#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/=']"k%Ӆ) ` U~ W>icAs7|q=gYzs \QUS3F(x 'yw/h^Ω&NJ @S5FO~F vф, ̮3)tFM~oFw(dg6 ȫ`8o*,\xt*#FBڣL`7] &:OJ5όmJQze8(T Ra#?HC=Hvө h*JLV.3dϓxQ!ot*Ū#| H6)s:Z<a_ dÞ,*+=o:8 6lsJ'eՁ 0N Ĺ·vKcR#n( P\=:,J`?w]O  #"OEZi;lJ`naY__DaZal C/Lu b2 :CAhJ:CJ? YSn wVv"Þ!4 bq@p ~[LU`fC2^Qa"ihvjjM': G"|ԔP*-尼cmRf@1g 73t T'`W[3,ɮuK*3j544#bw}ԟЉxDdUE e 'De1X+vKm9JI,S60 `)]v(saU3(ҢuasT82wA>pEޖ!es9n% Sz;}kx\o/VP:g8Q{sk>G˃_g2 oɚpmτ&j uzXjZ9X6fV.UoPd?j1|몤߿"Q); uLՖ= aW㍡{efښDXU1*")R}@x?|Vc Kxvꡱʕ]dy.^>G0J]u淑5LB;$(濬+ۚ5Qqhbo9ڮv +u$b;ӊe>қ!׻t K'!K/CDJc)31Uhba AS=쒭'nl5Π)^ eox I"}ٳsuQOYƎgM_L$vM͔]Wp*S(iͰdqFHKAah5bLIa.PK@%oXhXO2]z}oK6%gШq*C,f1Sax,7'N㧪fjOF1i>Hz^\||2ā QAsZgR1Ttd~a0gQs6{dz_'6Biɷ0W6SfA?Z3]$%x$`u" ЦK q 6 "d#3 )}Ua{&A,q_v.dIN4pHk1 L8:J5hIJv MN PwT=P'" ':$#֫SiYҮJ3)0!m3@ 4ۥ5הOU[m۩QrI7n* ď\)D!s=|FNI {ᬛw%/XDI/T8`! ̪JZ;0J6.gCiJp "-V(ԮhpPO!Fd(=۞#FM3: Aa;^jq?۸miTĠXQ#_(Z4Fɜ܇jxRq>-3xe42QS0ʶ Q}S +.5>$ H4mq72EbQ}ob NE0`kvatdŽ0-dF kr3-!s[Oʜ.+msg_ pԂpD@X+/ &>/0l_q5X\I MJnSFxtɘ"̴IB?@T>Ja*{( }LG{3\mW,ӿ 2#Y.M!nz(Rc[Aׁ#^/LD YdC8)ԀıYU0} QrHݓ9B?a#vfj11p6rMmDl7ܡ~ Y6uB*﹅=qŹ-\#(5&]sl}R]mSa/u҃" +EknFۺ%eAȨt{&w8HAx0Zx_Я #ZZ-qFO͋a d;ZG'Nf<5[sG"OB =&躭uxw*F3wd5}rl-$)F( "`9O_u L&ZdaZ8SyaB*ÔN4-WWt|0a,o)3UR\ eۋR.{oh^ݲ{bg6[r)(c؁؊N"d?me,]*9O+gOk5a4<Юn8?XL7ލ"CiHY,m~gY~Р 2v<3T}Z-@:p%PvC^CDi}ひ Ĕ@\H'SOut|#+êE>[c?u,oY]P2ohfCd|5eߘ! 8㡵_ .᚞V0wF۪| .qjPsb >C'KY|(ziM-yya\Ph gB2i 0 H Vx⻶Ubhd(J9]EEqkm޳ݶ氉2(g1#z7?iDs/K 2y˒k8̣qc N:dR9_ǤFdUG]Ld)$\M6UDjT<! To,z&UëTjR < d'*ȥ[.}VZJL5-"28+9<=]O-oyh]v_ XK : yDi 4oN5?=o젧J_u#eewG!: pehY$T-r/#.iL CUS"@c1ftCO`af{6NCf=@_\s`q9tK(j--a-v,e2{Rθ 6KSO L )nS؉wVYcGdPjo2Vwwu;:tOj8y/ӭ I7ZG%FޤJJ3I#jkSMQ!9Ѭ\*qt.`_M]|ψDgq 9pAd1Ĝa_O8=2vinG\[K k⛎Bz*]aH63yJ_ADHs~N.Cv"/M»~;4R%>OjxgxC`H7ȶ6Ch4 $翀初tZ0a֚}ޓI0Cq2sբȽeUޔ x6ELf@Gq;pQc>c5܅34*X!*E_[5md,z3YF,0M  "|0Kbp㞈_.`\Hf{t|@vvT)MD,:*f6$ͮŬLK%L8t)fT 碖(Bߥ4aAȊR u31Mtɗ\?'#*x;G(B܄Eub&bEP^n04`/mevy'@$|pwc\Lj0JrĵοjSU5GڭL I-yAluLꗙ0V{єnjŒˤ`sm (|%z_?>gxri"]E=Lhŋz&J0hGum!Jk)(éngEacYJ^\W1U{9mYYp2> =RʗKEuZ6+s4ƖHoU}wW9(-0^"c<. 8g&9HZ|r}Sh/4>{p364[PN[Vx~Iv Fd6MH^09VEEvk wTzԗ'y?_ y-P.hgi|K%ڋI~P 4,]Y[=4bMO$1#m"Sk#Ycaө; бѫ#@<Ƚמ}ڴ@i-A<${C%K!iē5 ͝ﺾ0lʚz|G[ ⇩ǏB?,q9'ؒnO A2ІA_AuE/ | HOwF!bWr *`j1AmVF}S<Ue'$AN-h=҆MO(\{3hQJЖsn_,Sqr?g^BƎ!c4Gj;,4BM ֗j<ᦅ-'{S\h+mYeI/Uj$FLVDzH4: j _m(ؐ)KϷR }0HЄǭ'L_fŬJ}c9Xx !A=(Vxu@~\콴Ωmc_R^OI!fEćzЎ~kU&$1VƟS=9mK+![ڣvum}T2O`:S68L/Y,r؉g9af4b7NL/$_*?\ r}s^ęța'ֆs<ᑬF{ev,1p\|8nђZhVh "̺މl2S`3+/11HK$T0BEz4T)FcDLJZ]}{*=f{a