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
This commit is contained in:
commit
46ed842ad0
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define modname uvloop
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uvloop
|
||||
Version: 0.20.0
|
||||
Version: 0.21.0
|
||||
Release: 0
|
||||
Summary: An asyncio event loop on top of libuv
|
||||
License: Apache-2.0 AND MIT
|
||||
@ -27,7 +27,7 @@ Group: Development/Languages/Python
|
||||
URL: http://github.com/MagicStack/uvloop
|
||||
Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
|
||||
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 devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
BIN
uvloop-0.20.0.tar.gz
(Stored with Git LFS)
BIN
uvloop-0.20.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
uvloop-0.21.0.tar.gz
Normal file
3
uvloop-0.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bf12b0fda68447806a7ad847bfa591613177275d35b6724b1ee573faa3704e3
|
||||
size 2492741
|
Loading…
x
Reference in New Issue
Block a user