python3-greenlet-devel-0.4.13-lp151.2.3 >  A \&/=„X7 !J+."@ 8K}[\K5IOpHWFs\p~#m]?~ilH+fOZ*?|4gbqFi^6 쐕MB (ߏ F|Kt0T1V7SjKݗNYIYzF:>! &2.oUgb?>&gV1c,BL 4ZzؙYNd29a53fedb94fd82543629f8d0c881c50536d5d8346fccf4f2b53a0899718dc0e6714c1e66d68930abbf9f2931f1160d94b09a471\&/=„iqO],aWE!ңKM6~9&˸)Rv2?CWDiji0qJI#*hOYo*VFg(8X^Zq읽ei?{u+j];kہߠ>Q>o9$UM{g>T:yB)ty_)B Q2ف8J2NQ2P~JE@ЄII:cd5OAB ̌$>p;?d  * T (.8P \ h    $<P(89X:7FGHIXY\]4^{bcdeflu,vDzCpython3-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.rpmpython3-greenlet-devel    python3-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)sheep81 15529249560.4.13-lp151.2.3greenletgreenlet.hpython3-greenlet-develAUTHORSLICENSELICENSE.PSF/usr/include/python3.6m//usr/include/python3.6m/greenlet//usr/share/doc/packages//usr/share/doc/packages/python3-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-86825cab158167a75f4a3c9405e3a359713c794929d1beebde25c5babed26ee7e?P7zXZ !t/$ ] crt:bLL ҄9r=]ǯH~d}4>-[Z?D+}GՍ@)ߙ&X6䙺"/ۺ)R3A~t?z:UwSKO#e~1SHtrTʽC7=(J#vY+wF'7cӶzQ 0CBSTD9lvY+)@w0H;zwEk\"ܝ\w$܎UAo]izr+%Jl?!@PU >*jz?msW=kZJAp EgD,c!J)T+q(], 0HP2:_eR?;fE&Y= p? p[XFKJ#n\\ zu=yfa!L,{VϚY5%8{Z.C\ٌk~BIHZ)҆dӞ =q1p]&_t̬!S2cVi{Qpt bfoKJ7q~?8cG$#.v23υ d45؏d W%UrQn񢀼߅GNK>DOU8XY:a@ HB=p3%a>HV=OFu)Xop{Eݸzxa젞bcy ܬ>õpʖFS!_8ThUAbY!uNij65;,B}Xd.)"Һ a V/Mݨ xPq~jzhXvHm饢d3ŤBl#4<>=3^z9bQ?r֧w  ps:㦐/m&XB?4^nVe)m|/+^+tKe^ E;3Wsqq|m׽f673^KFox@= tBn^4B;+02NXkUTbФ -e]5׸-nHZHޢ>+,@Ťu4N.aѐmyx@dyo*Q@e`˸y]%#b8Կ SpUֶ~D%1WIڮB]+xjv;o~dcBkގVXkS؅KӢwJHc*-;Wrh%d%-\`E!%\KOmī~& )hrQ9xvt8縬*}_x-0S w"z)σ_盁e3y 7oun g |3KlX|RdPAa炕j PIE(aAcwq7@x#FȆ@#]JD$U-Цh"`ɪOZZmv2qcfL pcOp}y쉔Ri@6؂YrğCyXit֭h݊=?&ii ֎1:Tu%;9 eWa)=62J2>BWafaE&ܡn` u@[< ^ϲ#W Ww(GKw] Ӣyy$8{pI G,Hmvņ}8M}3˘ںjhb\C'dSdN`MI j*]<} >̐|=3:?ɋ( ͣ}[)C 1Cf߰Gnp I *u#tէRˊg`K5` o$Afru`S{R+Mii,a\Ցa&Yigs)REYk*Gg=1(aF%}#hvd~4p#,j=&m\q]yv6oC)iR@g:qPP}^LZ]Q~1LS:qZU6dC?bc-*De lV[RPjSYsؠK'0 ..~7xXS[-ݵsЭ&\YQ<5"oxbN؅YZ9Az蒞`p.얳 R,,!91."Rd7a:6:Η5yr*7bd $QRmDAބ =/Zr,yj5W3D{@pۗFHGQy[Պ:c]ñ"k(l"\V|ؚrb1ǎHk>\{T_g*{"=|DlǞS'H>X2z*՝s5ٹq6E';&_[*10^;OWR,n: Byi8G'~snJ& ]r>85, VOZߟ`U ?s~T٢ƨV;{=3&h_ }.z rt]aoY 5ppR$ng`sue z  rAò.1{F1Oٝ('lg]z+Hi*EfBیc Ƶ*ZRG#r}&o//w:8Swpb{VHR'$@I0 =T/)Hy +[lGyCc@U=a{ez ~bҘ﹒rm"^NQ