4 Commits

Author SHA256 Message Date
5a39c29224 Accepting request 1219097 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=16
2024-10-30 16:32:56 +00:00
93ccb8c84e 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
2024-10-29 17:05:04 +00:00
5ebfde8f1d Accepting request 1206172 from devel:languages:python
- 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/request/show/1206172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=15
2024-10-08 15:16:41 +00:00
a746ba7fd7 - 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
2024-10-07 20:55:44 +00:00
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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>
- 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.21.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
@@ -27,7 +27,7 @@ Group: Development/Languages/Python
URL: http://github.com/MagicStack/uvloop URL: http://github.com/MagicStack/uvloop
Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
Source1: python-uvloop.rpmlintrc Source1: python-uvloop.rpmlintrc
BuildRequires: %{python_module Cython >= 0.28 with %python-Cython < 3} BuildRequires: %{python_module Cython >= 3.0}
BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}

View File

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

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

Binary file not shown.