Accepting request 1034468 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1034468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asyncpg?expand=0&rev=8
This commit is contained in:
2022-11-08 10:48:07 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 4 deletions

View File

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

BIN
asyncpg-0.27.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 7 20:50:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <daniel.garcia@suse.com>

View File

@@ -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