From 64fd87943b442eb43c3207c3f237589b69537c329c809698ea534998de4311d9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 2 Sep 2021 14:05:34 +0000 Subject: [PATCH] Accepting request 915114 from home:glaubitz:branches:devel:languages:python - Update to 0.16.0: * Python 3.10 support (#432) * Bump vendored libuv to 1.42.0 (#433) * Use cibuildwheel to build wheels (#435) * Add support for .when() * Fix ref issue when protocol is in Cython * Set python_requires in setup.py * SSL: schedule first data after waiter wakeup * Fix a possible race condition in sslproto test * Fix call_soon_threadsafe thread safety - from version 0.15.3: * SSL: schedule first data after waiter wakeup * Fix a possible race condition in sslproto test * Fix call_soon_threadsafe thread safety - from version 0.15.2: * Add python_requires in setup.py to fix dependency resolution issues - from version 0.15.1: * Fix a segfault issue when a Cython protocol is de-referencing itself from Context.run() callbacks - from version 0.15.0: * Add name keyword argument to loop.create_task() * Add typing support * SSL: many improvements * Fix KeyboardInterrupt handling logic * Python 3.8/3.9 compatibility fixes, drop support for 3.5/3.6 * UDP: multiple bug fixes * Pipe: a critical crash fix that affects subprocess, pipe and socketpair * Restore context on protocol callbacks * Subprocess: stdio bug fixes * Sock: fix issue in sock_connect() for large concurrency OBS-URL: https://build.opensuse.org/request/show/915114 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=19 --- python-uvloop.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-uvloop.spec | 7 ++++--- uvloop-0.14.0.tar.gz | 3 --- uvloop-0.16.0.tar.gz | 3 +++ 4 files changed, 47 insertions(+), 6 deletions(-) delete mode 100644 uvloop-0.14.0.tar.gz create mode 100644 uvloop-0.16.0.tar.gz diff --git a/python-uvloop.changes b/python-uvloop.changes index bd3eca7..df603b7 100644 --- a/python-uvloop.changes +++ b/python-uvloop.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Mon Aug 30 16:07:06 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 0.16.0: + * Python 3.10 support (#432) + * Bump vendored libuv to 1.42.0 (#433) + * Use cibuildwheel to build wheels (#435) + * Add support for .when() + * Fix ref issue when protocol is in Cython + * Set python_requires in setup.py + * SSL: schedule first data after waiter wakeup + * Fix a possible race condition in sslproto test + * Fix call_soon_threadsafe thread safety +- from version 0.15.3: + * SSL: schedule first data after waiter wakeup + * Fix a possible race condition in sslproto test + * Fix call_soon_threadsafe thread safety +- from version 0.15.2: + * Add python_requires in setup.py to fix dependency resolution issues +- from version 0.15.1: + * Fix a segfault issue when a Cython protocol is de-referencing + itself from Context.run() callbacks +- from version 0.15.0: + * Add name keyword argument to loop.create_task() + * Add typing support + * SSL: many improvements + * Fix KeyboardInterrupt handling logic + * Python 3.8/3.9 compatibility fixes, drop support for 3.5/3.6 + * UDP: multiple bug fixes + * Pipe: a critical crash fix that affects subprocess, pipe and socketpair + * Restore context on protocol callbacks + * Subprocess: stdio bug fixes + * Sock: fix issue in sock_connect() for large concurrency + * Misc fixes about docs URL, test typo, and CI compatibility + * Check Cython version semantically + * Add .flake8 to distribution tarball + * Switch to Github actions + * Bump libuv to v1.40.0 +- Disable build on Python 3.6 + ------------------------------------------------------------------- Wed Nov 6 10:54:23 CET 2019 - Matej Cepl diff --git a/python-uvloop.spec b/python-uvloop.spec index 40e7491..725a8c8 100644 --- a/python-uvloop.spec +++ b/python-uvloop.spec @@ -1,7 +1,7 @@ # # spec file for package python-uvloop # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-uvloop -Version: 0.14.0 +Version: 0.16.0 Release: 0 Summary: An asyncio event loop on top of libuv -License: MIT AND Apache-2.0 +License: Apache-2.0 AND MIT Group: Development/Languages/Python URL: http://github.com/MagicStack/uvloop Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz diff --git a/uvloop-0.14.0.tar.gz b/uvloop-0.14.0.tar.gz deleted file mode 100644 index 55983f6..0000000 --- a/uvloop-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e -size 2009041 diff --git a/uvloop-0.16.0.tar.gz b/uvloop-0.16.0.tar.gz new file mode 100644 index 0000000..8d07d8d --- /dev/null +++ b/uvloop-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74bc20c7b67d1c27c72601c78cf95be99d5c2cdd4514502b4f3eb0933ff1228 +size 2129067