14
0

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
This commit is contained in:
2025-04-29 10:26:45 +00:00
committed by Git OBS Bridge
parent 6c01faadd4
commit 3513a80141
4 changed files with 17 additions and 5 deletions

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

Binary file not shown.

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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.1
Release: 0
Summary: Lightweight in-process concurrent programming
License: MIT