forked from pool/python-asyncpg
- 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:
BIN
asyncpg-0.27.0.tar.gz
LFS
BIN
asyncpg-0.27.0.tar.gz
LFS
Binary file not shown.
BIN
asyncpg-0.28.0.tar.gz
LFS
Normal file
BIN
asyncpg-0.28.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user