15
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=16
This commit is contained in:
2023-07-11 13:33:03 +00:00
committed by Git OBS Bridge
parent 937ff0e90f
commit 47d3754f37
4 changed files with 19 additions and 5 deletions

Binary file not shown.

BIN
asyncpg-0.28.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 11 13:32:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>

View File

@@ -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