diff --git a/asyncpg-0.24.0.tar.gz b/asyncpg-0.24.0.tar.gz deleted file mode 100644 index fdda951..0000000 --- a/asyncpg-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd2fa063c3344823487d9ddccb40802f02622ddf8bf8a6cc53885ee7a2c1c0c6 -size 787494 diff --git a/asyncpg-0.25.0.tar.gz b/asyncpg-0.25.0.tar.gz new file mode 100644 index 0000000..4a18d01 --- /dev/null +++ b/asyncpg-0.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f8e6a69733b285497c2855464a34de657f2cccd25aeaeeb5071872e9382540 +size 804292 diff --git a/python-asyncpg.changes b/python-asyncpg.changes index dd3a4b3..98fca34 100644 --- a/python-asyncpg.changes +++ b/python-asyncpg.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jan 23 16:35:31 UTC 2022 - Dirk Müller + +- update + +------------------------------------------------------------------- +Sun Jan 23 16:30:52 UTC 2022 - Dirk Müller + +- update to 0.25.0: + * Improve SSL option compatibility in URIs + * Add Pool methods to determine its min, max, current and idle size + * Make it possible to specify a statement name in Connection.prepare() + * Implement support for multirange types + * Make sure timeout callbacks always get cleaned up + * Update __all__ statements to a simpler form that is better supported by typecheckers + * Fix test_timetz_encoding on Python 3.10 + * Fix a bunch of ResourceWarnings in the test suite + * Fix SSLContext deprecation warnings + * Fix the description of the database argument to connect() + * Fix parsing of IPv6 addresses in the connection URI + * Improve diagnostics of invalid executemany() input + ------------------------------------------------------------------- Sun Oct 17 14:19:32 UTC 2021 - Ben Greiner diff --git a/python-asyncpg.spec b/python-asyncpg.spec index eb35f47..529ab75 100644 --- a/python-asyncpg.spec +++ b/python-asyncpg.spec @@ -1,7 +1,7 @@ # # spec file for package python-asyncpg # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-asyncpg -Version: 0.24.0 +Version: 0.25.0 Release: 0 Summary: Python asyncio PosgtreSQL driver License: Apache-2.0