Changelog for
python2-greenlet-devel-1.1.2-2.3.noarch.rpm :
* Sat Oct 16 2021 dmuellerAATTsuse.com- update to 1.1.2: - Fix a potential crash due to a reference counting error when Python subclasses of ``greenlet.greenlet`` were deallocated. The crash became more common on Python 3.10; on earlier versions, silent memory corruption could result. - Fix a leak of a list object when the last reference to a greenlet was deleted from some other thread than the one to which it belonged. For this to work correctly, you must call a greenlet API like ``getcurrent()`` before the thread owning the greenlet exits: this is a long-standing limitation that can also lead to the leak of a thread\'s main greenlet if not called; we hope to lift this limitation. Note that in some cases this may also fix leaks of greenlet objects themselves. See `issue 251 - Python 3.10: Tracing or profiling into a spawned greenlet didn\'t work as expected. See `issue 256
* Mon Aug 30 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Sun Jun 06 2021 dmuellerAATTsuse.com- update to 1.1.0:
* Add support for Python 3.10. Pre-built binary wheels for 3.10 are not currently available for all platforms. The greenlet ABI is different on Python 3.10 from all previous versions, but as 3.10 was never supported before, and the ABI has not changed on other Python versions, this is not considered a reason to change greenlet\'s major version.
* Mon Feb 01 2021 dmuellerAATTsuse.com- update to 1.0.0:
* Require setuptools to build from source.
* Stop asking setuptools to build both .tar.gz and .zip sdists. PyPI has standardized on .tar.gz for all platforms.
* Publish the change log to https://greenlet.readthedocs.io
* Mon Sep 28 2020 dmuellerAATTsuse.com- update to 0.4.17: - Support for PEP 567 ContextVars
* Mon Jun 08 2020 dmuellerAATTsuse.com- update to 0.4.16: - Support for DEC Alpha architecture - Support for Python 3.9 - Support for Python 3.10a0
* Sun Sep 16 2018 arunAATTgmx.de- specfile:
* update copyright year
* be more specific in %files section- update to version 0.4.15:
* Support for RISC-V architecture
* Workaround a gcc bug on ppc64
* Tue Aug 07 2018 toddrme2178AATTgmail.com- Update to 0.4.14
* Support for C-SKY architecture
* Fixed support for ppc64 ABI
* Fixed support for Python 3.7- Remove upstream-included greenlet-ppc64le.patch
* Fri Feb 02 2018 tchvatalAATTsuse.com- Add patch to fix build on ppc64le to not clobber r2 register:
* greenlet-ppc64le.patch
* Fri Feb 02 2018 tchvatalAATTsuse.com- Version update to 0.4.13:
* Support for Python 3.7
* Support for MinGW x64
* Wed Apr 19 2017 toddrme2178AATTgmail.com- Update to 0.4.12
* Stop using trashcan api- Update to 0.4.11
* Fixes for aarch64 architecture- Implement singlespec version
* Fri Sep 02 2016 tbechtoldAATTsuse.com- 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
* Sat Apr 16 2016 t.grunerAATTkatodev.de- update to 0.4.9- remove ppc64le-support.patch (is part of this version now)
* Mon Jun 22 2015 tbechtoldAATTsuse.com- 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
* Wed May 06 2015 benoit.moninAATTgmx.fr- 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
* Tue Nov 18 2014 toddrme2178AATTgmail.com- 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
* Thu Nov 06 2014 tserongAATTsuse.com- Include LICENSE and LICENSE.PSF in package
* Mon Nov 03 2014 dvaleevAATTsuse.com- build with -fno-tree-dominator-opts (boo#902146)