python2-greenlet-devel-0.4.13-lp151.2.3 >  A \&/=„-\#6jkKhgf j~۲Aj$,rm|-'%vUL1?2YSу߄w%g::bZ8px~81@c2 {FP:Hۅ bBpT/g `4ŧĬ\ #R9XxE AiGURc,i73r7eUZ 3 3Wk2)6QU}Z79b00222b5af7676466bfa23d256f85c1c468642dc36fc0c9e03674637c2d24408eec8a0943daaacb5647132e6a11fb3764b8c7c2d\&/=„}`XSe-9,'6g{G]y@Ol9pB:vW`\$_:M+Ip> H? 8d  * T (.8P \ h    $Th(89p:OBFGHI(X0Y8Z\[`\t]^bUcddeifllnuvz 4Cpython2-greenlet-devel0.4.13lp151.2.3C development headers for python-greenletThis package contains header files required for C modules development.\sheep81 openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/greenletlinuxnoarch xA큤A큤\Zr1\ZndXL&XL&d6699fe5fc095dd237a0c41cfddaee8e6bddbff14b6b16981c9708f00ef33ab0a500c9e28d2bbc326a3f4a02971a602f7776987489e7bb043650f0b3a6b3413fbbde55d5456a1e912633ed3f66d1dbd9504e3e3dce4f4c2015043cdcbc56e697e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46brootrootrootrootrootrootrootrootrootrootrootrootpython-greenlet-0.4.13-lp151.2.3.src.rpmpython-greenlet-develpython2-greenlet-devel    python2-greenletrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.4.133.0.4-14.6.0-14.0-15.2-14.14.1ZtRZtRXQ@WiW)@UUJ@Tk4T[bTWn@T@S@R@R@Ri R@R@QQb@P!@PѬ@Pe@ONm@NyL@tchvatal@suse.comtchvatal@suse.comtoddrme2178@gmail.comtbechtold@suse.comt.gruner@katodev.detbechtold@suse.combenoit.monin@gmx.frtoddrme2178@gmail.comtserong@suse.comdvaleev@suse.comdmueller@suse.commcihar@suse.czspeilicke@suse.comuweigand@de.ibm.comspeilicke@suse.comdvaleev@suse.comspeilicke@suse.comdmueller@suse.commatz@suse.detoddrme2178@gmail.comsaschpe@suse.desaschpe@suse.dedvaleev@suse.comidonmez@suse.comsaschpe@suse.deseife+obs@b1-systems.com- Add patch to fix build on ppc64le to not clobber r2 register: * greenlet-ppc64le.patch- Version update to 0.4.13: * Support for Python 3.7 * Support for MinGW x64- Update to 0.4.12 * Stop using trashcan api - Update to 0.4.11 * Fixes for aarch64 architecture - Implement singlespec version- update to 4.10.0: - Added missing files to manifest - Added workaround for ppc32 on Linux - Start building binary manylinux1 wheels - Use pypi.io as Source url- update to 0.4.9 - remove ppc64le-support.patch (is part of this version now)- update to 0.4.7: - Added a missing workaround for `return 0` on mips - Restore compatibility with Python 2.5 - Fixed stack switching on sparc- update to version 0.4.6: * Expose `_stack_saved` property on greenlet objects, it may be used to introspect the amount of memory used by a saved stack, but the API is subject to change in the future * Added a workaround for `return 0` compiler optimizations on all architectures * C API typo fixes - add -fno-strict-aliasing to CFLAGS to fix compiler warnings - remove hidden file .buildinfo from html documentation- Update to 0.4.5 - Fixed several bugs in greenlet C API - Fixed a bug in multi-threaded applications, which manifested itself with spurious "cannot switch to a different thread" exceptions - Fixed some crashes on arm and mips architectures- Include LICENSE and LICENSE.PSF in package- build with -fno-tree-dominator-opts (boo#902146)- update to 0.4.4: - Fixed PyGreenlet_SetParent signature, thanks to BoonsNaibot - Fixed 64-bit Windows builds depending on wrong runtime dll- Update to version 0.4.3: + Better slp_switch performance on SPARC + Drop support for Python 2.3 + Fix trashcan assertions on debug builds of Python + Remove deprecated -fno-tree-dominator-opts compiler switch + Enable switch code for SunStudio on 32-bit SunOS + Support for abc abstract methods in greenlet subclasses + Support custom directories for tests + Document switch tracing support- Update to version 0.4.2: + Add .travis.yml + Fix 'err' may be used uninitialized in this function + Check _MSC_VER for msvc specific code + Fix slp_switch on SPARC for multi-threaded environments + Add support for m68k- ppc64le-support.patch: Support powerpc64le-linux (ELFv2 ABI). Save/restore vector and floating-point registers as well on ppc.- Require python-setuptools instead of distribute (upstreams merged)- run tests we optflags. Stuff got compiled in %check again.- Drop python-greenlet-aarch64-support.diff- update to 0.4.1: * fix segfaults when using gcc 4.8 on amd64/x86 unix * try to disable certain gcc 4.8 optimizations that make greenlet crash * Fix greenlet on aarch64 with gcc 4.8 * workaround segfault on SunOS/sun4v * Add support for Aarch64 * Add support for x32 psABI on x86_64 * Changed memory constraints for assembly macro for PPC Linux platforms. - remove python-greenlet-aarch64-support.diff- Add python-greenlet-aarch64-support.diff, for, well, aarch64 support.- Fix building on SLES- The devel subpackage contains only headers and thus is noarch- Update to version 0.4.0: + Greenlet has an instance dictionary now, which means it can be used for implementing greenlet local storage, etc. However, this might introduce incompatibility if subclasses have __dict__ in their __slots__. Classes like that will fail, because greenlet already has __dict__ out of the box. + Greenlet no longer leaks memory after thread termination, as long as terminated thread has no running greenlets left at the time. + Add support for debian sparc and openbsd5-sparc64 + Add support for ppc64 linux + Don't allow greenlets to be copied with copy.copy/deepcopy + Fix arm32/thumb support + Restore greenlet's parent after kill + Add experimental greenlet tracing - Changes from version 0.3.4: + Use plain distutils for install command, this fixes installation of the greenlet.h header. + Enhanced arm32 support + Fix support for Linux/S390 zSeries + Workaround compiler bug on RHEL 3 / CentOS 3 - Changes from version 0.3.3: + Use sphinx to build documentation and publish it on greenlet.rtfd.org + Prevent segfaults on openbsd 4/i386 + Workaround gcc-4.0 not allowing to clobber rbx + Enhance test infrastructure + Fix possible compilation problems when including greenlet.h in C++ mode + Make the greenlet module work on x64 windows + Add a test for greenlet C++ exceptions + Fix compilation on Solaris with SunStudio - Changes from version 0.3.2: + Fix various crashes with recent gcc versions and VC90 + Try to fix stack save/restore on arm32 + Store and restore the threadstate on exceptions like pypy/stackless do + GreenletExit is now based on BaseException on Python >= 2.5 + Switch to using PyCapsule for Python 2.7 and 3.1 + Port for AIX on PowerPC + Fix the sparc/solaris header + Improved build dependencies patch from flub. + Can't pass parent=None to greenlet.greenlet() (fixes #21) + Rudimentary gc support (only non-live greenlets are garbage collected though) - Dropped the following patches (merged upstream): + get-rid-of-ts_origin.patch + i686-register-fixes.patch + ppc-support.patch + ppc64-support.patch - Build HTML documentation- add ppc64 platform support - fix ppc platform- Add upstream commits 25bf29f4d3b7 and 2d5b17472757 (bnc#738431) - Implement %check- Spec file cleanup: * BuildRequire modern python-distribute instead of python-setuptools * No need for changing executable bits for benchmarks * Use SUSE version checks around specific macros * Only require %{name} = %{version} in devel package- initial package (version 0.3.1)python-greenlet-develsheep81 15529249560.4.13-lp151.2.30.4.13-lp151.2.30.4.13-lp151.2.3greenletgreenlet.hpython2-greenlet-develAUTHORSLICENSELICENSE.PSF/usr/include/python2.7//usr/include/python2.7/greenlet//usr/share/doc/packages//usr/share/doc/packages/python2-greenlet-devel/-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:Leap:15.1/standard/d5cdbaaad4cd830b564136af3cdd260c-python-greenletcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode textASCII text.VJVy$utf-896c1e0d568ac70cc095f85dda62201a42db94a1ea1cb5755d8742e3976cab0a6? 7zXZ !t/$ ] crt:bLL ҄?(*%SK@n5z.I28=PCZv<_nra_F*hCo57yîV$KkX܉'z  #5M3$pD@tx|iň#Sr F4pN&7I%s %ptR3t2 >E94I`|osG Qؔ-%wSAX^j_y,a<=vg'z+n@=AkL?+eAA%t&W_f`t_v(rǰO4>Ƽen1&$,X/fjVA’Pjy<'J* AL)0]LS&y4Lpzţ}K5v@A0dlb[bYl*)|2Ee+hm?Áocd)AqP*nž9d3ȤX%lz'ri <[ptHWSN&> iFSw*|W|f#I$*B fJ"+%&>q9*<.m m Nzڅv%FuCMe]0 {ЩmDgqu1^} OE !Ĺa_@ڈ>;Wt[`<KaakS)y%| C@w 9QPpQ\U%x2Gݦl{YWeՌRU$T^0ezUfط)]Qjv0wƬ u "hǑ&Ɇ)ӎ) `_ u?mA ׋*CtA˱ə,'_&P ~X+{Kڨ=2ų_\*: =e9trZD,Z!VLA!tBҧlۏ>ǼcmڭNvѴnܾY)#mn\Fr‰vyŐ(M uC긐`h٬8X2d 0'="@ u@&v;Z}>y8a.%k1y-dԯdpdʝx)Z'WBHֈ*vL֪whtQ7.ə'\#pM/vJ@}ZQڃTfviBazk5<J%1]W^Tfs?[f=ziᦀW*uU=նjZxn 69@3y}T[x?aȠV )!lR$!KJ`9lV@v8$>:GX3n+# lݹ5o T^jhZGG;ΛKe;9m|BGd)2<\Mu2Co(*ty37{7IAsG3/"cœU<5ʻԬlZ>%mei}rwLNN6!&Zo[vI,5tukÊrZѬ`>hī.̮x?+ЫM#p@XZ8`sCuoB j!p©M? ut9ճMoubv1UbVq(FJV,AZU!%"^<