14
0

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
This commit is contained in:
2025-09-02 15:58:00 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

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

View File

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