From 85d73fafcf354236a92df82eb49ede38b7ee0f879a9b3b3d226ef8d8f0784708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 28 Feb 2019 15:07:52 +0000 Subject: [PATCH] - update to 0.12.1 * Fix a circular references case in SSL implementation. * Cleanup references to callbacks in canceled callback handles. * New SSL implementation. The new implementation is faster and and more complete, and will become the default SSL implementation in asyncio 3.8. This is a significant change that warrants a release candidate to make sure it is tested properly. * New uvloop.install() helper function. * ssl.CertificateError is no longer logged as it's delivered to the Protocol.connection_lost() anyways. * Improve UDPTransport.sendto() performance. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=9 --- python-uvloop.changes | 15 +++++++++++++++ python-uvloop.spec | 3 ++- uvloop-0.11.2.tar.gz | 3 --- uvloop-0.12.1.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 uvloop-0.11.2.tar.gz create mode 100644 uvloop-0.12.1.tar.gz diff --git a/python-uvloop.changes b/python-uvloop.changes index 453c2a0..31a634e 100644 --- a/python-uvloop.changes +++ b/python-uvloop.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Feb 28 15:00:03 UTC 2019 - Ondřej Súkup + +- update to 0.12.1 + * Fix a circular references case in SSL implementation. + * Cleanup references to callbacks in canceled callback handles. + * New SSL implementation. The new implementation is faster and + and more complete, and will become the default SSL implementation + in asyncio 3.8. This is a significant change that warrants a release + candidate to make sure it is tested properly. + * New uvloop.install() helper function. + * ssl.CertificateError is no longer logged as it's delivered to + the Protocol.connection_lost() anyways. + * Improve UDPTransport.sendto() performance. + ------------------------------------------------------------------- Wed Feb 13 12:24:56 UTC 2019 - Tomáš Chvátal diff --git a/python-uvloop.spec b/python-uvloop.spec index fa62805..49b7934 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.11.2 +Version: 0.12.1 Release: 0 Summary: An asyncio event loop on top of libuv License: MIT AND Apache-2.0 @@ -30,6 +30,7 @@ BuildRequires: %{python_module Cython >= 0.28} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module devel} BuildRequires: %{python_module psutil} +BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: pkgconfig diff --git a/uvloop-0.11.2.tar.gz b/uvloop-0.11.2.tar.gz deleted file mode 100644 index 412838b..0000000 --- a/uvloop-0.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a97bd62ebbdf7e6e84bf44afe439d9b24ce4d8661a29a639626a8c03748f6f98 -size 1936319 diff --git a/uvloop-0.12.1.tar.gz b/uvloop-0.12.1.tar.gz new file mode 100644 index 0000000..6b457e8 --- /dev/null +++ b/uvloop-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198fe0c196056930ec6c4a0a878e531a66d15467ca7c74a875aa90271f0c6e3f +size 1920731