Accepting request 680149 from devel:languages:python

- 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/request/show/680149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvloop?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2019-03-01 19:30:50 +00:00 committed by Git OBS Bridge
commit b868a25e34
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 28 15:00:03 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <tchvatal@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a97bd62ebbdf7e6e84bf44afe439d9b24ce4d8661a29a639626a8c03748f6f98
size 1936319

3
uvloop-0.12.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:198fe0c196056930ec6c4a0a878e531a66d15467ca7c74a875aa90271f0c6e3f
size 1920731