Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asyncpg for openSUSE:Factory checked in at 2021-05-04 22:00:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asyncpg (Old) and /work/SRC/openSUSE:Factory/.python-asyncpg.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncpg" Tue May 4 22:00:52 2021 rev:2 rq:890178 version:0.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asyncpg/python-asyncpg.changes 2020-11-25 19:30:29.626564763 +0100 +++ /work/SRC/openSUSE:Factory/.python-asyncpg.new.2988/python-asyncpg.changes 2021-05-04 22:00:55.264616029 +0200 @@ -1,0 +2,18 @@ +Mon May 3 20:51:42 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.22.0: + * Add support for connection termination listeners + * Add support for password functions (useful for RDS IAM auth) + * Fix possible uninitalized pointer access on unexpected array + * message data (CVE-2020-17446, + * Vastly speedup executemany by batching protocol messages + * Add Python 3.9 support + * Allow using custom Record class + * Prefer SSL connections by default + * Add codecs for a bunch of new builtin types + * Expose Pool as asyncpg.Pool + * Avoid unnecessary overhead during connection reset + * Bugfixes +- drop merged-static-fix.patch (upstream) + +------------------------------------------------------------------- Old: ---- asyncpg-0.20.1.tar.gz merged-static-fix.patch New: ---- asyncpg-0.22.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asyncpg.spec ++++++ --- /var/tmp/diff_new_pack.pEdAU6/_old 2021-05-04 22:00:55.724614300 +0200 +++ /var/tmp/diff_new_pack.pEdAU6/_new 2021-05-04 22:00:55.728614285 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-asyncpg # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -19,15 +19,13 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asyncpg -Version: 0.20.1 +Version: 0.22.0 Release: 0 Summary: Python asyncio PosgtreSQL driver License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/MagicStack/asyncpg Source: https://files.pythonhosted.org/packages/source/a/asyncpg/asyncpg-%{version}.tar.gz -# https://github.com/MagicStack/asyncpg/issues/594 -Patch0: https://github.com/MagicStack/py-pgproto/commit/760914.patch#/merged-static-fix.patch BuildRequires: %{python_module Cython >= 0.28} BuildRequires: %{python_module devel >= 3.5} BuildRequires: %{python_module setuptools} @@ -50,8 +48,6 @@ %prep %setup -q -n asyncpg-%{version} -cd asyncpg/pgproto -%patch0 -p1 %build %python_build @@ -59,7 +55,7 @@ %install %python_install %{python_expand find %{buildroot}%{$python_sitearch} -name '*.[ch]' -delete -%fdupes -s %{buildroot}%{$python_sitearch} +%fdupes %{buildroot}%{$python_sitearch} } %check ++++++ asyncpg-0.20.1.tar.gz -> asyncpg-0.22.0.tar.gz ++++++ ++++ 73096 lines of diff (skipped)