python3-3.6.9-lp150.2.14.1<>,O]"%/=„ڛK拯!g'yLO}>Ìijj.D}gK|'p%~`Ws &ݘ q@_qA2qeI=4WםOxM~3%5Vx&_h(w/opnC 3Qv96Fyc`1 c+%LWÑ;>7A+?+d   2 -DJT   ,  r 8 X  ( 8 $9 : F#xG#H#I$$X$8Y$D\$p]$^&Fb&c'{d(e(f(l(u(0v(xw*4x*|y*z+(+8+<+c+h+t+z+Cpython33.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).]"%obs-power8-07sopenSUSE Leap 15.0openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.python.org/linuxppc64le(0H t@t  AA큤A큤A큤] W] X] X] X] /["@] X] =] =] =] =] =] =] =] K] =["@["@7cc5794099e417ca8897c24a82f3295eaff18cf39a8a0906ed2b205aaf81b2413f2f2faaee0018673deefa8712d834f141068b17c28bbae5049da359efe836d9ff6ad4f2c78105413cbcf0aa30a26ad77b463f59c69d9743bfb62322118bdbe20310cf108ad0c81fa80bb38d7a6b5502af3122615f574230d92fb656f53e88660310cf108ad0c81fa80bb38d7a6b5502af3122615f574230d92fb656f53e88660310cf108ad0c81fa80bb38d7a6b5502af3122615f574230d92fb656f53e8866059780f3826e7f20426208175f3e6edd7b8e1909b8c4616b796ff2a82e24d5e8059780f3826e7f20426208175f3e6edd7b8e1909b8c4616b796ff2a82e24d5e8059780f3826e7f20426208175f3e6edd7b8e1909b8c4616b796ff2a82e24d5e8e1dd5e923a64805c4ea3097c97365119987c2b2e1e682cb5a1dea39042370c14b1844af98714cf2319c6c858f5cb0f8dc551fb2fdb19407b33ff123307c20783e1dd5e923a64805c4ea3097c97365119987c2b2e1e682cb5a1dea39042370c142031e765b130d7f8a0a1984d0e09576fa9decd4009507df539bb683037ab4dd3b7d3eb1d97e98f2fd1420dca8f739996ca8380e7e15c732841c6f01ad4d9cfacrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython3-3.6.9-lp150.2.14.1.src.rpmpythonpython3python3(ppc-64)@@@@@@@@     libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpython3.6m.so.1.0()(64bit)libreadline.so.7()(64bit)libsqlite3.so.0()(64bit)python(abi)python3-baserpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.6.93.0.4-14.6.0-14.0.4-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.obs-power8-07 1572348453 3.63.6.9-lp150.2.14.13.6.9-lp150.2.14.1python3.6lib-dynload_sqlite3.cpython-36m-powerpc64le-linux-gnu.soreadline.cpython-36m-powerpc64le-linux-gnu.sosqlite3__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.opt-2.pyc__init__.cpython-36.pycdbapi2.cpython-36.opt-1.pycdbapi2.cpython-36.opt-2.pycdbapi2.cpython-36.pycdump.cpython-36.opt-1.pycdump.cpython-36.opt-2.pycdump.cpython-36.pycdbapi2.pydump.py/usr/lib64//usr/lib64/python3.6//usr/lib64/python3.6/lib-dynload//usr/lib64/python3.6/sqlite3//usr/lib64/python3.6/sqlite3/__pycache__/-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_ports/917cdcdce0a8094950c10f96a6f5fdc1-python3.openSUSE_Leap_15.0_Updatedrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a0f533133e6b42056a09521b3d66414b01a10b1f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=abbc072028bb6034d2fb39e9a613c9950bf81e06, strippedPython script, UTF-8 Unicode text executablepython 3.6 byte-compiledPython script, ASCII text executable RRRRRRRRRRRRRRRRRRRRRRRRRK=d(Fpython3-cursespython3-dbmpython3-piputf-8451fb8cf9b85c3790f2287e6f1ccca708cd8ffc471eeb7e1a7ff23c1ea7853c0?7zXZ !t/45]"k%w#) `3t=O#Ykv[\M8Xȅ=+\@Ym7F^UڃM #\"Oij:ܩ3i6C~i l\p2Qh K:xm+ z%-JuJ|xiazl-Б 9Tʹl;CFYS(csiz:9by5)DGwPTC/t4hNE_뙉+-f6,L0.鹏_֐CJ9&r~p{nKE,L in@Fe݌-.f&+ƦCI=hz>@O3>ZZ0<$Snҿ@,dتk<YN*/E~f ׋ǯX(s]; yxQ+syH蘺qOKl|m.vgE&.$6-qD¥v ͛D9>i"-UXe$7C,lbhv3suMyqtU+H*4.G=W"1uwmb 6ɤ oe%`z/U{&W3Sz\3CPE.> 8uޡK;eR"_h,{b%`5]6Fл0{%I"aҿ^v' `$I݄Ad6ߧM I3!q|c,](D];ZB RIZ Ob:)Mm, \/ȗw_ "9H(#1ƹQ^>F>LjV"+7+|k͐dx6'G`oB^U^ 1i3G8 Ë{똪>c`e`qMP~CqMq б2IaA\,HHWbh X(7bӛ;;u#qZAIt-zU;n!1bG(O=>HlYܟ5u$6iD]iq"ܨһ/,( `<>EݛU%g^c،Bh>pT6Rc+fLڒM2 ҭ|0zYqü*VY\LCONC΢yLM$)#QW1K I?S),a5pJW)P!nf\i<3*g:6dQPe!bܠP#=$|.hF2=N  zRɏ5M:Uj9P*'>`ޡZ;]0* Au\o9@ H|AbsA:INNB*>O6,P'[AAYf^ʅ\H BI>yn©1}OznwQ!k&l<˦g0A25(g@머,sKLKK0 bՌLo1~XvqH,jS[bGЖJ22 JY3"cL林۵ z,f4\0ǎ&~r G, T&L;$M ZzE 4aMs:B"hAV X _p-e>IGMkT&'h]*T_;3GUnU_.F&f@OE/mr 8, Ux1*Xfk&g杙?W>N/A6g saԲϭZ3MMe(|RII+Ihi]XəH~fhɑv%Rr惬m=c{dkEx3ak9]qWۊ #Yf0⏍>N{+ uBV=kQ?>ftOv)Ns+ izw@S0R`Z}q4h31"sZ "+AReJ |~ŪZ'AR4 c֜O:s?IyVC=NB^}%||N[q`%5{M:Y[NrR8A0@VLy3=wN>m+JrhXfCOR_)a44;? ~#Ы A !u=,}&?*Xߧ &דDlxzIT;%WJP$3G /'@:RO&. McbH5Xy{*k(ńB;j}bxs?2ȍFl[(CpξI'#|nÒntOY'A\+ܟdQ)7Hm-$h3 k}7I?<Ͱv:^@Y ]&F:WV@नBtkY%Y=a -stG:-i2-YnoO8:ac9Y)~u©#ͬw P7Hqpyku>ljuUiS ?\(_QjP:soCZoOs,Ktj(Jn…AeqA5-"03LJx5|aH~GV L!Oق 1r{;cVRTJ6A+) z„ ʻӱ th|;vO  [Y\P `[}{(S =q?ȡ60mCzɭg%d}`.a})k-|.sD|*Z¸Q8gD}ZCƲsQlMfk9QpugEk5F -lb.kL;] 1q}寤`R>,_C~ŞGu#YZrpIfvm oK[ڃ rt͕x- DY7@^OZγP; u,r?)Ɨa+/1LD槔 לj>M~XHm2Y4"Bn uV{CLx ?N%MZ^1n]bDq4tC!7RUyGҘky"6;HwQ s w'-)*Jl$Ux#c!h߉ rB8CR~\+;@Ҧ*QH4Kq*<~ эw&R -W 2L&Q< %T̄1.c`lfU sq]"4Ni=9Ч-.Z]iQ?He8HKŐip矂lGH 7iNuG4UF%@wtןR< Xfqcq1p_^q^"Է~mG2d&b]jțg8d D`&[Ժ)w5  jx]dw !5MD5 ҄cHK >/˳fKnsylql0b/L JFSe$gS/m<;Ŭ@Ӑl7wP?';(zCBz*Hmtyk_k5f!@fv'lW!2uC a(́rŰ|eJr-2(/fȷ PTI1eYC%_;ȧE L{ŵb~QsWeSCl{:D|jf[bOr!<ѧɊ[-'JSA;K@YWFd)~\tmo_vPgJeN(tf q²L^ SA wVaå D u{p?FC{]pїZ3_W(TKԿ-[E%WBi|]K2\ʔK{OA ZU xxFInHw_VlfNGMLYGn `c]IA7Nljy0\RCHF}i5_Hl]jFI=ɳ0 +$jh`fvD"g$(aa^ʝ|5yC3lBoXP}#.wi3gm8P5"$d7DWBWWp㒜~B$9n\O}"}QW,a!zFw[ZQi[{BC_٠bqŢtª99W3 n*6aaqg8'|<~hn(Y^C!.h;o>k#mqyq?/fkݫS{(hI;o3ξhbu Diܢ/rR)wZyRVגn"D26"-V~_}Dk&*L- 78wwge 0Pڛ<$Jd@zgV T-f`%nWAw(pэS ƥVE\)h{Q@BfNXoS* (gJiԪseI<-T8߽CTc|U` H-֒Ϭ %5 ?fRY2Aw*I> dF7cj}}]ZPE XlჄT -sж`(XVzyMKQ8*Cm"Stlh5 yR }g:W{Jiq$ߵ-9&.#@ h,fbDUܶⴈ,ѢCY3e}N]28]'{V)r. ɥ0<:V~%dHZ&@N} #k/g;Xt܏*囜^ggi{sl&VƂk[ۙ9Tq d{Vq9%;&TV`vE: *]'U`IZj%6l=!G%=%]O"{n G6`~ 6⊟խkч0PV/F']МS2k?"cu͝ &3+r0~3O {3!<&Eː*F\* A{OxyE8JS$ I$kZ# }Oa2Y 3G(b:u- 4&юA}Xx08r WÅ ˅1k">ia YZ