Accepting request 992741 from home:ohollmann:branches:devel:languages:python

- Update to 0.26.0:
  * Changes
    -------
    * Add support to use awaitable object in password function.   (#889)
      (by @kwarunek in fb3b6bf7 for #889)
    * Support direct TLS connections (i.e. no STARTTLS) (#923)
      (by @jackwotherspoon in f2a937d2 for #923)
  * Fixes
    -----
    * Fix invalid `pyproject.toml` (#900)
      (by @Rongronggg9 in eddb649c for #900)
    * Add record_class parameter Pool.fetch and Pool.fetchrow (#896)
      (by @baltitenger in 2519cf38 for #896)
    * Domain basetypes are introspected (#886) (#887)
      (by @QuantumTM in cca4a2d3 for #886)
    * Properly handle exceptions raised while handling server auth messages (#862)
      (by @elprans in bd192623 for #862)

OBS-URL: https://build.opensuse.org/request/show/992741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=8
This commit is contained in:
2022-08-04 20:57:10 +00:00
committed by Git OBS Bridge
parent a76276f951
commit 917d7f25b6
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63f8e6a69733b285497c2855464a34de657f2cccd25aeaeeb5071872e9382540
size 804292

3
asyncpg-0.26.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77e684a24fee17ba3e487ca982d0259ed17bae1af68006f4cf284b23ba20ea2c
size 809997

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Aug 4 08:57:47 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- Update to 0.26.0:
* Changes
-------
* Add support to use awaitable object in password function. (#889)
(by @kwarunek in fb3b6bf7 for #889)
* Support direct TLS connections (i.e. no STARTTLS) (#923)
(by @jackwotherspoon in f2a937d2 for #923)
* Fixes
-----
* Fix invalid `pyproject.toml` (#900)
(by @Rongronggg9 in eddb649c for #900)
* Add record_class parameter Pool.fetch and Pool.fetchrow (#896)
(by @baltitenger in 2519cf38 for #896)
* Domain basetypes are introspected (#886) (#887)
(by @QuantumTM in cca4a2d3 for #886)
* Properly handle exceptions raised while handling server auth messages (#862)
(by @elprans in bd192623 for #862)
-------------------------------------------------------------------
Sun Jan 23 16:35:31 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-asyncpg
Version: 0.25.0
Version: 0.26.0
Release: 0
Summary: Python asyncio PosgtreSQL driver
License: Apache-2.0