From a4ab8ce44c938d55e7476d1c37a78760a7d72852216050deb94807362a581546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 21 Mar 2019 11:18:56 +0000 Subject: [PATCH] - update to 0.12.2 * Fix circular references in SSL implementation * Fix a memory leak in call_later() and call_at() * Round (instead of flooring) delay in call_later() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=11 --- python-uvloop.changes | 8 ++++++++ python-uvloop.spec | 2 +- uvloop-0.12.1.tar.gz | 3 --- uvloop-0.12.2.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 uvloop-0.12.1.tar.gz create mode 100644 uvloop-0.12.2.tar.gz diff --git a/python-uvloop.changes b/python-uvloop.changes index 31a634e..661c2e0 100644 --- a/python-uvloop.changes +++ b/python-uvloop.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 21 11:05:07 UTC 2019 - Ondřej Súkup + +- update to 0.12.2 + * Fix circular references in SSL implementation + * Fix a memory leak in call_later() and call_at() + * Round (instead of flooring) delay in call_later() + ------------------------------------------------------------------- Thu Feb 28 15:00:03 UTC 2019 - Ondřej Súkup diff --git a/python-uvloop.spec b/python-uvloop.spec index 49b7934..96506e5 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.1 +Version: 0.12.2 Release: 0 Summary: An asyncio event loop on top of libuv License: MIT AND Apache-2.0 diff --git a/uvloop-0.12.1.tar.gz b/uvloop-0.12.1.tar.gz deleted file mode 100644 index 6b457e8..0000000 --- a/uvloop-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198fe0c196056930ec6c4a0a878e531a66d15467ca7c74a875aa90271f0c6e3f -size 1920731 diff --git a/uvloop-0.12.2.tar.gz b/uvloop-0.12.2.tar.gz new file mode 100644 index 0000000..6340c2a --- /dev/null +++ b/uvloop-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48692bf4587ce281d641087658eca275a5ad3b63c78297bbded96570ae9ce8f +size 1922375