14
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
parent 9c9ee920de
commit a746ba7fd7
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 7 20:54:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 29 09:59:34 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Dec 29 09:59:34 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%define modname uvloop %define modname uvloop
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-uvloop Name: python-uvloop
Version: 0.19.0 Version: 0.20.0
Release: 0 Release: 0
Summary: An asyncio event loop on top of libuv Summary: An asyncio event loop on top of libuv
License: Apache-2.0 AND MIT License: Apache-2.0 AND MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd
size 2318492

BIN
uvloop-0.20.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.