Changelog for
python39-greenlet-devel-1.1.3-57.3.noarch.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu Jan 05 2023 Daniel Garcia - Add sphinx-6.0.0.patch to make it work with new version of Sphinx.
* Mon Sep 12 2022 Dirk Müller - update to 1.1.3:
* Add support for Python 3.11.
* Sat Oct 16 2021 Dirk Müller - 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 Dirk Müller - 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 Dirk Müller - 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 Dirk Mueller - update to 0.4.17: - Support for PEP 567 ContextVars
* Mon Jun 08 2020 Dirk Mueller - update to 0.4.16: - Support for DEC Alpha architecture - Support for Python 3.9 - Support for Python 3.10a0