- Update to 0.13.0:
* Implement Server.start_serving() and related APIs * Make Server an asynchronous context manager. * Start using high-performance uv_udp_t handle. This should result in a significantly faster UDP support. * Make address validation faster in udp.sendto(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=15
This commit is contained in:
parent
9ea438f460
commit
91acd4bd17
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 09:29:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.13.0:
|
||||
* Implement Server.start_serving() and related APIs
|
||||
* Make Server an asynchronous context manager.
|
||||
* Start using high-performance uv_udp_t handle. This
|
||||
should result in a significantly faster UDP support.
|
||||
* Make address validation faster in udp.sendto().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 20:31:01 UTC 2019 - Drew Balliet <aballiet@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-uvloop
|
||||
Version: 0.12.2
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: An asyncio event loop on top of libuv
|
||||
License: MIT AND Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c48692bf4587ce281d641087658eca275a5ad3b63c78297bbded96570ae9ce8f
|
||||
size 1922375
|
3
uvloop-0.13.0.tar.gz
Normal file
3
uvloop-0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:942cd07035510b149d6160796f4e972137130ae953871b6a98c2cf5d5ab68c2e
|
||||
size 1989805
|
Loading…
x
Reference in New Issue
Block a user