14
0

Accepting request 1199931 from home:glaubitz:branches:devel:languages:python

- Update to 3.1.0
  * Adds support for Python 3.13.
  * Greatly reduce the chances for crashes during interpreter shutdown.
  * Support for the following platforms was contributed by the community.
    Note that they are untested by this project's continuous integration
    services.
    + Hitachi's SuperH CPU
    + NetBSD on PowerPC
    + RISC-V with -fno-omit-frame-pointer
- Drop port-to-python313.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1199931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=85
This commit is contained in:
2024-09-11 06:17:11 +00:00
committed by Git OBS Bridge
parent dd29903f60
commit ecad723caa
5 changed files with 18 additions and 460 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 10 20:44:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.1.0
* Adds support for Python 3.13.
* Greatly reduce the chances for crashes during interpreter shutdown.
* Support for the following platforms was contributed by the community.
Note that they are untested by this project's continuous integration
services.
+ Hitachi's SuperH CPU
+ NetBSD on PowerPC
+ RISC-V with -fno-omit-frame-pointer
- Drop port-to-python313.patch, merged upstream
-------------------------------------------------------------------
Mon Sep 9 09:29:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>