17
0

6 Commits

Author SHA256 Message Date
045bf4af4a Accepting request 1321788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1321788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=56
2025-12-10 14:30:04 +00:00
a8359c7034 - 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.)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=98
2025-12-09 14:32:29 +00:00
5f869934cc Accepting request 1302236 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1302236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=55
2025-09-02 15:58:00 +00:00
1caebc0b11 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=96
2025-09-01 15:47:38 +00:00
dc116c8091 Accepting request 1285426 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1285426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=54
2025-06-14 14:17:08 +00:00
82b64cf909 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=94
2025-06-13 10:55:46 +00:00
4 changed files with 36 additions and 4 deletions

Binary file not shown.

3
greenlet-3.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a82bb225a4e9e4d653dd2fb7b8b2d36e4fb25bc0165422a11e48b88e9e6f78fb
size 190651

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
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>

View File

@@ -22,7 +22,7 @@
%{?sle15_python_module_pythons}
Name: python-greenlet
Version: 3.2.2
Version: 3.3.0
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT