diff --git a/asyncpg-0.25.0.tar.gz b/asyncpg-0.25.0.tar.gz deleted file mode 100644 index 4a18d01..0000000 --- a/asyncpg-0.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63f8e6a69733b285497c2855464a34de657f2cccd25aeaeeb5071872e9382540 -size 804292 diff --git a/asyncpg-0.26.0.tar.gz b/asyncpg-0.26.0.tar.gz new file mode 100644 index 0000000..1a8f8c7 --- /dev/null +++ b/asyncpg-0.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e684a24fee17ba3e487ca982d0259ed17bae1af68006f4cf284b23ba20ea2c +size 809997 diff --git a/python-asyncpg.changes b/python-asyncpg.changes index 98fca34..f1af0a1 100644 --- a/python-asyncpg.changes +++ b/python-asyncpg.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 4 08:57:47 UTC 2022 - Otto Hollmann + +- 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 diff --git a/python-asyncpg.spec b/python-asyncpg.spec index 529ab75..37261e7 100644 --- a/python-asyncpg.spec +++ b/python-asyncpg.spec @@ -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