Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uvloop for openSUSE:Factory checked in at 2021-09-02 23:20:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uvloop (Old) and /work/SRC/openSUSE:Factory/.python-uvloop.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uvloop" Thu Sep 2 23:20:23 2021 rev:9 rq:915778 version:0.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uvloop/python-uvloop.changes 2019-11-07 23:17:01.344567366 +0100 +++ /work/SRC/openSUSE:Factory/.python-uvloop.new.1899/python-uvloop.changes 2021-09-02 23:20:44.860585861 +0200 @@ -1,0 +2,40 @@ +Mon Aug 30 16:07:06 UTC 2021 - John Paul Adrian Glaubitz <[email protected]> + +- 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 <timer handle>.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 + +------------------------------------------------------------------- Old: ---- uvloop-0.14.0.tar.gz New: ---- uvloop-0.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uvloop.spec ++++++ --- /var/tmp/diff_new_pack.S8cA9X/_old 2021-09-02 23:20:45.476586630 +0200 +++ /var/tmp/diff_new_pack.S8cA9X/_new 2021-09-02 23:20:45.480586634 +0200 @@ -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 ++++++ uvloop-0.14.0.tar.gz -> uvloop-0.16.0.tar.gz ++++++ ++++ 200487 lines of diff (skipped)
