14
0
forked from pool/python-uvloop

- 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:
Tomáš Chvátal
2019-09-10 09:31:24 +00:00
committed by Git OBS Bridge
parent 9ea438f460
commit 91acd4bd17
4 changed files with 14 additions and 4 deletions

View File

@@ -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