15
0
forked from pool/python-uvloop

- update to 0.20.0:

* Upgrade libuv to v1.48.0
  * Fix test_create_server_4 with Python 3.12.5
  * Use len(os.sched_getaffinity(0)) instead of os.cpu_count()
  * Inline _Py_RestoreSignals() from CPython

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=30
This commit is contained in:
2024-10-07 20:55:44 +00:00
committed by Git OBS Bridge
commit 02c8662871
7 changed files with 269 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")