Sync from SUSE:SLFO:Main python-greenlet revision 5d7f8aaf95f448407c185c31c538c03e

This commit is contained in:
2025-06-27 15:39:37 +02:00
parent a9a6e8e59f
commit 055a8a0b80
4 changed files with 25 additions and 5 deletions

BIN
greenlet-3.1.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
greenlet-3.2.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-greenlet
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
%{?sle15_python_module_pythons}
Name: python-greenlet
Version: 3.1.1
Version: 3.2.2
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT