diff --git a/asyncpg-0.26.0.tar.gz b/asyncpg-0.26.0.tar.gz deleted file mode 100644 index 1a8f8c7..0000000 --- a/asyncpg-0.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77e684a24fee17ba3e487ca982d0259ed17bae1af68006f4cf284b23ba20ea2c -size 809997 diff --git a/asyncpg-0.27.0.tar.gz b/asyncpg-0.27.0.tar.gz new file mode 100644 index 0000000..93d26df --- /dev/null +++ b/asyncpg-0.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720986d9a4705dd8a40fdf172036f5ae787225036a7eb46e704c45aa8f62c054 +size 808881 diff --git a/python-asyncpg.changes b/python-asyncpg.changes index f4652d4..600dfdf 100644 --- a/python-asyncpg.changes +++ b/python-asyncpg.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 7 20:50:09 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.27.0 + Support Python 3.11 and PostgreSQL 15. This release also drops support + for Python 3.6. + * Changes + Add arm64 mac and linux wheels + Add Python 3.11 to the test matrix + Exclude .venv from flake8 (#958) + Upgrade to flake8 5.0.4 (from 3.9.2) (#961) + Show an example of a custom Record class (#960) + Use the exact type name in Record.repr (#959) + Drop Python 3.6 support (#940) + Test on Python 3.11 and PostgreSQL 15, fix workflow deprecations (#968) + ------------------------------------------------------------------- Fri Oct 14 07:33:54 UTC 2022 - Daniel Garcia diff --git a/python-asyncpg.spec b/python-asyncpg.spec index 0852305..6a75c22 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.26.0 +Version: 0.27.0 Release: 0 Summary: Python asyncio PosgtreSQL driver License: Apache-2.0