python3-curses-3.6.9-lp150.2.14.1<>,?]!*/=„qk-NSo>ॄm-*.l8J+[g1fTK>pB2`MGwgXH sMAN渂sk}Dr]zvKCJ30[%9Kq>.?.td $ N 06@   `  p `    ` ( 8 9 :F%pG%H%I&DX&\Y&d\&]&^)b)c*<d*e*f*l*u*v+Lw,x-y-p)z..$.(...pCpython3-curses3.6.9lp150.2.14.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.]!*build34R6openSUSE Leap 15.0openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.python.org/linuxx86_64 &LL WfPtchvatal@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.build34 1572348202  3.6.9-lp150.2.14.13.6.9-lp150.2.14.1curses__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.opt-2.pyc__init__.cpython-36.pycascii.cpython-36.opt-1.pycascii.cpython-36.opt-2.pycascii.cpython-36.pychas_key.cpython-36.opt-1.pychas_key.cpython-36.opt-2.pychas_key.cpython-36.pycpanel.cpython-36.opt-1.pycpanel.cpython-36.opt-2.pycpanel.cpython-36.pyctextpad.cpython-36.opt-1.pyctextpad.cpython-36.opt-2.pyctextpad.cpython-36.pycascii.pyhas_key.pypanel.pytextpad.py_curses.cpython-36m-x86_64-linux-gnu.so_curses_panel.cpython-36m-x86_64-linux-gnu.so/usr/lib64/python3.6//usr/lib64/python3.6/curses//usr/lib64/python3.6/curses/__pycache__//usr/lib64/python3.6/lib-dynload/-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-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8bfd577b3880c098f069ce80af71e4f4f84695c6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c989c47b3fbcbd4639de72d5e0dbe9ec61518301, stripped ! RRRRRRRRRRRRRRRRRRRRRR RRR R RRRR R RRRRRRRR RRM3-K8Q.utf-89c3257854b6942b8e81e58b55e905bc1ca534512e31c3b975c83738dbbce97b2? 7zXZ !t/!k ]"k%%) `=vq"(VM@Q  ,s~YDsZs{\;+2 Q!QM0{76}ӾV/ᘈIaGf},i&,F^_=1hm `9]09OF8DzPx׿6*!k"jp&/Ń9<"Ϩl(Q^hNb hX[j\B~A.9U1!Ƒ^f7qݠWK(cvZF7ddbeu|2L0J-񘞨_%+qr5o*YSEHY(c{֗1^3iTewe'Ҷ> @Rt['-)7JExܔLj#Ժ{vb]ǖK :`ySNH#SfHj>2*ĩhC w7Y#[2ԫ}{yOÃgg41{?AkmeTkş#=M˞YQ*\a>^LD8+_0E&*+; `]X,LobO*H Q~E@ FE()PX\U*/W7!MX_l=%AN/ nrcJPG+sfRFDEQGܳa>m?m+tW%7uXm>bD C7QccX冎]ms'퍁*W~ڐeI6KQ|Q*V]40Pčh@p'ƶL"u=*h~UBdid>֚ KTቧw, LPAK!s샠<ƶېgOU!5]Nc8bw^H]WZ*ϧ4}q Ur> i(,}V56N#O&,o!wg8 ?#0F0}T)ɸp>FV\.1YMɚbDGȤ4`[P[ ʼnˎKY8Qˬ1.Dl.U!OG 3m J ΆL* nlKP{cohdM6P7,a֧hk2Uw5`AXg՜(,pp7"?f.hZ_1eJ/p6e;/vV U;%6+*ߺ13 7p 'ob~Vp1dz[Ns~,=gTEAޜv*/&U3Nh\N.Fa'Z8tGSyll1`vƲV#P F" |VD X5Ŵ+i3̿瘏ޟ!5X8{mM.9[cdx0oOsN$IU?q=ŷǿ\Xѝcqp]+Q- lhıK2hXu*DpC!n#ht,MCZ,|[!gD DvohZ `C+W[} M|? [. @trJ̎ ì8pJw>$$w?7NGgLfRC@Fb.6~h_X/(b_"_(텟0*tH̆lG@pBQPE 0Sq bh8x[*9: ) Eہh u\MQkxU&Axm pb ""`Q([vLB+0E e6;yI>Tn&ccr5O'm fn3PML(6ɺ(#k#U8r)jE=5|MGpؖALJG4G`2W6PjQ~?b%s}SC^&(D\[v{aiV_4ZKo9 ?țiwcg8MuW Yx3[ҳx xƔy#ǘHyja Gd$ֵV*m@,#}rfQXʼֱtv.Pt@SQ-fr{Qņ+!)6c,t6hN/kUbV/шƴtd'בA5zآ@h^f{#xҼmD]W̾< Tɸ)Ø__Fws&֤L(D}W Sab?!=:]>bD{7Z׉,୻M{_qV} ҕ ~ڥQҞ,\ Cj*&(WFM?6vĴ%cP?R` 4|/gW"e笿IuxRl EdWw1%rngcdO0YY٠J)Zl`s;u)MZxwV0e繋Ld.A%0_|ox"lf0 ɴAPτwIɿ'#&&@I)c&٘m#8J v%Gw,xQ\~Bc:O?e$!=#ZٸPǑRyAhu/(rR~Ȣ`XO6~y;F1⮇|*Z'(:QzЦ}pMh| 8CQKk4<ً̈́O*HmB YZ