14
0
forked from pool/python-uvloop

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

- Update to 0.21.0
  * Add cleanup_socket param on create_unix_server()
  * Use cythonized SO_REUSEPORT rather than the unwrapped native one (#609)
  * UDP errors should result in protocol.error_received (#601)
  * Updates for Cython3 (#587)
  * Test with Python 3.13 (#610)
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1219019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=32
This commit is contained in:
2024-10-29 17:05:04 +00:00
committed by Git OBS Bridge
parent a746ba7fd7
commit 93ccb8c84e
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 29 11:20:43 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.21.0
* Add cleanup_socket param on create_unix_server()
* Use cythonized SO_REUSEPORT rather than the unwrapped native one (#609)
* UDP errors should result in protocol.error_received (#601)
* Updates for Cython3 (#587)
* Test with Python 3.13 (#610)
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Mon Oct 7 20:54:26 UTC 2024 - Dirk Müller <dmueller@suse.com>