diff --git a/asyncpg-0.27.0.tar.gz b/asyncpg-0.27.0.tar.gz deleted file mode 100644 index 93d26df..0000000 --- a/asyncpg-0.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:720986d9a4705dd8a40fdf172036f5ae787225036a7eb46e704c45aa8f62c054 -size 808881 diff --git a/asyncpg-0.28.0.tar.gz b/asyncpg-0.28.0.tar.gz new file mode 100644 index 0000000..fae09c7 --- /dev/null +++ b/asyncpg-0.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7252cdc3acb2f52feaa3664280d3bcd78a46bd6c10bfd681acfffefa1120e278 +size 807997 diff --git a/python-asyncpg.changes b/python-asyncpg.changes index 71e6394..f8be5d2 100644 --- a/python-asyncpg.changes +++ b/python-asyncpg.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jul 11 13:32:37 UTC 2023 - Dirk Müller + +- update to 0.28.0: + * Minor fixes and improvements. + * Do not try to cleanup statements (#981) + * Add Pool.is_closing() method (#973) + * Fix test_tls_version for LibreSSL (#974) + * Handle environments without home dir (#1011) + * fix: salt and iterations parsing for scram (#1026) + * Add support for target_session_attrs (#987) + * Add support for READ UNCOMMITTED (#1039) + * Update benchmarks, add psycopg3 (#1042) + ------------------------------------------------------------------- Tue Jul 4 13:09:00 UTC 2023 - ecsos diff --git a/python-asyncpg.spec b/python-asyncpg.spec index 0e9ff1e..1a360fa 100644 --- a/python-asyncpg.spec +++ b/python-asyncpg.spec @@ -1,7 +1,7 @@ # # spec file for package python-asyncpg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-asyncpg -Version: 0.27.0 +Version: 0.28.0 Release: 0 Summary: Python asyncio PosgtreSQL driver License: Apache-2.0