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