From 91acd4bd17658bc7bb336b256b9414bbbb8bd117c971514f63222bc75b2a384c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 09:31:24 +0000 Subject: [PATCH] - 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 --- python-uvloop.changes | 10 ++++++++++ python-uvloop.spec | 2 +- uvloop-0.12.2.tar.gz | 3 --- uvloop-0.13.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 uvloop-0.12.2.tar.gz create mode 100644 uvloop-0.13.0.tar.gz diff --git a/python-uvloop.changes b/python-uvloop.changes index ed3e4bc..8ba3df9 100644 --- a/python-uvloop.changes +++ b/python-uvloop.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 10 09:29:15 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-uvloop.spec b/python-uvloop.spec index 9c72c30..6067d9b 100644 --- a/python-uvloop.spec +++ b/python-uvloop.spec @@ -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 diff --git a/uvloop-0.12.2.tar.gz b/uvloop-0.12.2.tar.gz deleted file mode 100644 index 6340c2a..0000000 --- a/uvloop-0.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c48692bf4587ce281d641087658eca275a5ad3b63c78297bbded96570ae9ce8f -size 1922375 diff --git a/uvloop-0.13.0.tar.gz b/uvloop-0.13.0.tar.gz new file mode 100644 index 0000000..3e0219b --- /dev/null +++ b/uvloop-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942cd07035510b149d6160796f4e972137130ae953871b6a98c2cf5d5ab68c2e +size 1989805