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 2026-04-26 21:12:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asyncpg (Old) and /work/SRC/openSUSE:Factory/.python-asyncpg.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncpg" Sun Apr 26 21:12:32 2026 rev:15 rq:1349395 version:0.31.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asyncpg/python-asyncpg.changes 2025-02-13 18:39:15.116676911 +0100 +++ /work/SRC/openSUSE:Factory/.python-asyncpg.new.11940/python-asyncpg.changes 2026-04-26 21:15:32.891795730 +0200 @@ -1,0 +2,15 @@ +Sun Apr 26 14:23:16 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.31.0: + * Add Python 3.14 support, experimental + subinterpreter/freethreading support + * Avoid performing type introspection on known types + * Make `prepare()` not use named statements by default when + cache is disabled + * Implement connection service file functionality + * Fix multi port connection string issue + * Avoid leaking connections if _can_use_connection fails + * Drop support for EOL Python 3.8 +- drop skip-dsn_ipv6_multi_host-parse-test.patch (obsolete) + +------------------------------------------------------------------- Old: ---- asyncpg-0.30.0.tar.gz skip-dsn_ipv6_multi_host-parse-test.patch New: ---- asyncpg-0.31.0.tar.gz ----------(Old B)---------- Old: * Drop support for EOL Python 3.8 - drop skip-dsn_ipv6_multi_host-parse-test.patch (obsolete) ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asyncpg.spec ++++++ --- /var/tmp/diff_new_pack.AsnKkq/_old 2026-04-26 21:15:33.435817879 +0200 +++ /var/tmp/diff_new_pack.AsnKkq/_new 2026-04-26 21:15:33.435817879 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-asyncpg # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,12 @@ %{?sle15_python_module_pythons} Name: python-asyncpg -Version: 0.30.0 +Version: 0.31.0 Release: 0 Summary: Python asyncio PosgtreSQL driver License: Apache-2.0 URL: https://github.com/MagicStack/asyncpg Source: https://files.pythonhosted.org/packages/source/a/asyncpg/asyncpg-%{version}.tar.gz -# PATCH-FIX-OPENSUSE Skip a broken test -Patch0: skip-dsn_ipv6_multi_host-parse-test.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module async_timeout if %python-base < 3.11} BuildRequires: %{python_module devel >= 3.6} @@ -61,10 +59,6 @@ %prep %autosetup -p1 -n asyncpg-%{version} -# no uvloop in python36 but in newer flavors -sed -i asyncpg/_testbase/__init__.py \ - -e "/import re/ a import sys" \ - -e "s/if os.environ.get('USE_UVLOOP')/& and sys.version_info[:2] > (3, 6)/" %build %pyproject_wheel ++++++ asyncpg-0.30.0.tar.gz -> asyncpg-0.31.0.tar.gz ++++++ ++++ 202544 lines of diff (skipped)
