python3-greenlet-devel-0.4.13-2.25 >  A [ p9|~{ Q,W&i ;}i E .?Oe F,{"D7?g- tv!U¤e'mjO7M~=Ƒp&PQVovI~{ l @,>14513523b5a1a25eb9e817180d1e8d9e65364574a73a23304cedf87583a37a0fd591d9d30a8bff58b7d02dc49466fb1764f1d5c21܉[ p9|JݙU~.~3큣N%;I"q Ոi@!'t.5,.c2{*!DHodEFg%%9b~`1EJ`W~r?Om-1aea;d+H!^w(' Xjq|̑^<O,YǼ=0h/o'iw7Y!zqB=SOk 5p1Dd (OA^j$>p;?d  % O >DLd p |   0H\(89d:CFGHIXY\ ]8^bcd eflu(v@z}Cpython3-greenlet-devel0.4.132.25C development headers for python-greenletThis package contains header files required for C modules development.[ sheep15 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/Pythonhttp://pypi.python.org/pypi/greenletlinuxnoarch xA큤A큤[ Zr1[ ZndXL&XL&d6699fe5fc095dd237a0c41cfddaee8e6bddbff14b6b16981c9708f00ef33ab0a500c9e28d2bbc326a3f4a02971a602f7776987489e7bb043650f0b3a6b3413fbbde55d5456a1e912633ed3f66d1dbd9504e3e3dce4f4c2015043cdcbc56e697e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46brootrootrootrootrootrootrootrootrootrootrootrootpython-greenlet-0.4.13-2.25.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)sheep15 15273581090.4.13-2.25greenletgreenlet.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.suse.de/SUSE:SLE-15:GA/standard/d5cdbaaad4cd830b564136af3cdd260c-python-greenletcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode textASCII text5RsjPvuutf-8cabeb02a29fd43f2a4ad6caefa85b611e33effb9e94ae184ae5c56210190ef21?P7zXZ !t/$ ] crt:bLL %g~^_Z \ |YAeXx5&LufYb4I({8I l[pe-|Lw8֬h{ '+ &9:{ ˢDAƴ:"Bx'Ijb1S|}^XT׸_09SvTn9+.k.*Dr(}p ZPuUZ>3Be[& ][aQWvZfy M{HFX-Ե^ކn^eFP䨿j?LU1!_d;Nٕ}42MP`{sSSm=%j QAz7aʗNL CNفMmPy8Y˨%0]]Eáϵ!jBﯩ954R@L,x;pNb*ܕa-}G [e8'{F8n+VA>qɞG9!Fpdk "=Nf'uL nVgb* )TQ4NdH9c.%M| OrZ͜yƷW1{> v!+ۮNd8c9;&&ɜ34>:_=6 w~m"~E &#]/Ƅi̭XN/pۅ &!4 ;x4# AT_3SHp cO}T4a?dݰ|\nhr w24MyK1*5&{ T{}Eߟ- ʐEƀDR(ӿv0׷~cíJچ\72̍]cclg̃L >DjxLkJ&{|l}nQNJ >0[xK-Wzș(Xva+%2ƱXTKB߭dhڿM35*IyNi4k٩.>y$|ҚheW:Z ޚ29#7 4,7>vi_u U?6/;Rw4@:!3p`P5YB׉ 8J'}5["`7 mSob^UDFƽ #>QFGK_=q] ^@<\b$ʐdCJY`$w|B y0ENÐs= |% 48%r+%0fY"*mYԭȝ꜋B2ݩx{bYL%+ JIh\0 /T1g˗"X^=̈́+l>lkDʥOJ߬#H@ޟ-,a㭐`e$r6n%G;|acnNS,BiK$ubF$[ sGRaT9nחkA)N_/ڜ|c0w$,yX(bE<;("$ԘM$k kN.t8AmZtķ֩pHj Y<FmgQPCȦv(OValwG2o1[wL EI!'"h3t׿U0ي荶=D0ȃMnZ8̲Vך󣹻E]i'2G)mCk-B= l=I 9X%avٻlf@kYܗ+%ހ_~ȩK(g=~&?B ~JWXQ\0xA3A zMOJiA T {yWm,:pR]2QPp+;[>glRR|7ںcT2ɬh!y(څ@)OK~)§ h+c0gI=Dl{ Ut߶#dpRnd5l焂Eף"<(y SeZM*ԏeлeA)1U B2{ RoWM<Fy{Ι'˒v 哟T`\ yTg֘eg~ V ƫΦ ·fJ< d94JWC|A9]{'c$HN3ҵ_jvp @|dAhvDoh+4ܸ5# z8[jgɈxbȧ3%Qs;/h*RN~V` ESsYJӚ~X)C^]+R ׮aE\@Q$*~MҴ!6ӊq\{4v?_*!?@"p脭6eSp$F514o@H@I0H,G#AOzֲQפa`^pN)F B?v^ީFX:2HHwwWp- ]f}QWҩWX8xMq!ciaKbauU?@ܑ)S9 8\~%-eW] fk. 'oE:ߦ&kc/ʐlaa|$kJI9iY YZ