Compare commits
15 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d65171621a | |||
| 1adf2dbb3b | |||
| b03751e333 | |||
| a1fdb5962d | |||
| f38f2114fb | |||
| aaed0a46d0 | |||
| 274df78395 | |||
| 3513a80141 | |||
| 31f5d79378 | |||
| 6c01faadd4 | |||
| b7277e5db9 | |||
| 641efab5eb | |||
| ecad723caa | |||
| 9a39afb3d7 | |||
| dd29903f60 |
BIN
greenlet-3.2.2.tar.gz
(Stored with Git LFS)
BIN
greenlet-3.2.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
greenlet-3.2.4.tar.gz
Normal file
3
greenlet-3.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d
|
||||
size 188260
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-greenlet
|
||||
Version: 3.2.2
|
||||
Version: 3.2.4
|
||||
Release: 0
|
||||
Summary: Lightweight in-process concurrent programming
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user