|
|
|
|
@@ -1,3 +1,95 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 9 11:29:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.3.0
|
|
|
|
|
* Drop support for Python 3.9.
|
|
|
|
|
* Switch to distributing manylinux_2_28 wheels instead of manylinux2014
|
|
|
|
|
wheels. Likewise, switch from musllinux_1_1 to 1_2.
|
|
|
|
|
* Add initial support for free-threaded builds of CPython 3.14. Due to
|
|
|
|
|
limitations, we do not distribute binary wheels for free-threaded
|
|
|
|
|
CPython on Windows. (Free-threaded CPython 3.13 may work, but is
|
|
|
|
|
untested and unsupported.)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 1 12:37:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.2.4
|
|
|
|
|
* Various small build/test changes for less common configurations (e.g.,
|
|
|
|
|
building CPython with assertions enabled but NOT debugging),
|
|
|
|
|
contributed by Michał Górny. Note that while greenlet will BUILD in
|
|
|
|
|
a free-threaded Python, it will cause the GIL to be allocated and
|
|
|
|
|
used, and memory may leak. Also note that these configurations
|
|
|
|
|
are not tested by this project's CI.
|
|
|
|
|
* Fix an assertion error on debug builds of Python 3.14 when using the
|
|
|
|
|
experimental JIT. See PR 460.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 11 09:26:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.2.3
|
|
|
|
|
* Make greenlet build and run on Python 3.14 beta 2 on Windows amd64.
|
|
|
|
|
* Potentially fix build on NetBSD/sparc64. See PR 447.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 12 12:16:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.2.2
|
|
|
|
|
* Make greenlet build and run on Python 3.14 beta 1. It will not run
|
|
|
|
|
on earlier versions of 3.14; it should run on subsequent versions.
|
|
|
|
|
See PR 445.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 29 09:23:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
* Fix a crash regression for Riscv64. See issue 443.
|
|
|
|
|
- from version 3.2.0
|
|
|
|
|
* Remove support for Python 3.7 and 3.8.
|
|
|
|
|
* Add untested, community supported implementation for RiscV 32. See PR 438.
|
|
|
|
|
* Make greenlet build and run on Python 3.14a7. It will not build on earlier
|
|
|
|
|
3.14 alpha releases, and may not build on later 3.14 releases.
|
|
|
|
|
* Packaging: Use PEP 639 license expressions and include license files.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 27 10:27:38 UTC 2024 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Fix build error under Leap.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 26 13:37:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
* Fix crashes on 32-bit PPC Linux. Note that there is no CI for this,
|
|
|
|
|
and support is best effort; there may be other issues lurking.
|
|
|
|
|
* Remove unnecessary logging sometimes during interpreter shutdown.
|
|
|
|
|
* Fix some crashes on 32-bit PPC MacOS. This is a very old platform,
|
|
|
|
|
and is only known to be tested on beta versions of an operating
|
|
|
|
|
system that was never released, using the GCC 14 only provided by
|
|
|
|
|
MacPorts; it may or may not work on the final MacOS X release that
|
|
|
|
|
supported 32-bit PowerPC. It has the known issue of leaking memory
|
|
|
|
|
when greenlets are used in multiple threads. Help debugging this
|
|
|
|
|
would be appreciated.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 10 20:44:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.1.0
|
|
|
|
|
* Adds support for Python 3.13.
|
|
|
|
|
* Greatly reduce the chances for crashes during interpreter shutdown.
|
|
|
|
|
* Support for the following platforms was contributed by the community.
|
|
|
|
|
Note that they are untested by this project's continuous integration
|
|
|
|
|
services.
|
|
|
|
|
+ Hitachi's SuperH CPU
|
|
|
|
|
+ NetBSD on PowerPC
|
|
|
|
|
+ RISC-V with -fno-omit-frame-pointer
|
|
|
|
|
- Drop port-to-python313.patch, merged upstream
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 9 09:29:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Cherry-pick upstream patch to add support for Python 3.13
|
|
|
|
|
* port-to-python313.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 10 22:14:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
|