15
0
forked from pool/python-gevent

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

- Update to 25.5.1
  * Update the bundled libuv to 1.51 from 1.44.2.
  * Note that this changes the minimum supported versions of various
    operating systems. Linux now requires kernel 3.10 and glibc 2.17,
    up from 2.6.32 and glibc 2.12; macOS now requires version 11, up
    from version 10.15; Windows now requires Windows 10 and Visual
    Studio 2017, up from Windows 8 and VS 2015; finally, FreeBSD now
    requires version 12, up from version 10.
  * The musl Linux wheels are now built with muslinux_1_2 instead of
    musllinux_1_1. See issue #2108.
  * Add support for Cython 3.1 on Windows.
  * Add support for Python 3.14b1 and significantly expand the set of
    standard library tests we run with monkey-patching.
- Update BuildRequires and Requires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1284755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=125
This commit is contained in:
2025-06-13 10:55:34 +00:00
committed by Git OBS Bridge
parent 4b2387da31
commit 47f8e83582
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jun 11 09:52:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 25.5.1
* Update the bundled libuv to 1.51 from 1.44.2.
* Note that this changes the minimum supported versions of various
operating systems. Linux now requires kernel 3.10 and glibc 2.17,
up from 2.6.32 and glibc 2.12; macOS now requires version 11, up
from version 10.15; Windows now requires Windows 10 and Visual
Studio 2017, up from Windows 8 and VS 2015; finally, FreeBSD now
requires version 12, up from version 10.
* The musl Linux wheels are now built with muslinux_1_2 instead of
musllinux_1_1. See issue #2108.
* Add support for Cython 3.1 on Windows.
* Add support for Python 3.14b1 and significantly expand the set of
standard library tests we run with monkey-patching.
- Update BuildRequires and Requires from pyproject.toml
-------------------------------------------------------------------
Fri May 9 15:54:04 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>