forked from pool/python-uvloop
- 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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user