From bfec18e6ea21a03f399413df6729cb301d5a602b8cc205bc9c867dd8295f94c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:40:16 +0000 Subject: [PATCH] Accepting request 1034371 from home:yarunachalam:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/1034371 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=12 --- asyncpg-0.26.0.tar.gz | 3 --- asyncpg-0.27.0.tar.gz | 3 +++ python-asyncpg.changes | 16 ++++++++++++++++ python-asyncpg.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 asyncpg-0.26.0.tar.gz create mode 100644 asyncpg-0.27.0.tar.gz 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