15
0
forked from pool/python-uvloop

- 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/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
commit 1d87941cd1
8 changed files with 283 additions and 0 deletions

4
python-uvloop.rpmlintrc Normal file
View File

@@ -0,0 +1,4 @@
# The devel files identified by rpmlint are required for
# uvloop, it does not make sense to put them in a separate
# devel package
addFilter("devel-file-in-non-devel-package")