From 3513a80141c58dc53f7fc0c3e5cbe873a275870e3c8fc793af912a31deb5e26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 29 Apr 2025 10:26:45 +0000 Subject: [PATCH] Accepting request 1273371 from home:glaubitz:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/1273371 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=90 --- greenlet-3.1.1.tar.gz | 3 --- greenlet-3.2.1.tar.gz | 3 +++ python-greenlet.changes | 12 ++++++++++++ python-greenlet.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 greenlet-3.1.1.tar.gz create mode 100644 greenlet-3.2.1.tar.gz diff --git a/greenlet-3.1.1.tar.gz b/greenlet-3.1.1.tar.gz deleted file mode 100644 index bf571e6..0000000 --- a/greenlet-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467 -size 186022 diff --git a/greenlet-3.2.1.tar.gz b/greenlet-3.2.1.tar.gz new file mode 100644 index 0000000..57d782c --- /dev/null +++ b/greenlet-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4dd4b4946b14bb3bf038f81e1d2e535b7d94f1b2a59fdba1293cd9c1a0a4d7 +size 184475 diff --git a/python-greenlet.changes b/python-greenlet.changes index e695110..62e7cbc 100644 --- a/python-greenlet.changes +++ b/python-greenlet.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 29 09:23:14 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-greenlet.spec b/python-greenlet.spec index aa59318..19f9b72 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -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.1 Release: 0 Summary: Lightweight in-process concurrent programming License: MIT