forked from pool/python-greenlet
Accepting request 1203895 from home:glaubitz:branches:devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/1203895 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=87
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b395121e9bbe8d02a750886f108d540abe66075e61e22f7353d9acb0b81be0f0
|
||||
size 183954
|
BIN
greenlet-3.1.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
greenlet-3.1.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-greenlet
|
||||
Version: 3.1.0
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: Lightweight in-process concurrent programming
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user