Rebase to the latest upstream version (rhbz#2192620)
Remove the version for anyio from setup.py
This commit is contained in:
parent
a3eed45d74
commit
bd7d872fcf
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/3.0.16.tar.gz
|
||||
/3.1.7.tar.gz
|
||||
/3.1.8.tar.gz
|
||||
/3.1.9.tar.gz
|
||||
|
@ -7,7 +7,7 @@ any other DB-API 2.0 database adapter, but allows to use more modern PostgreSQL
|
||||
and Python features.}
|
||||
|
||||
Name: python-%{src_name}
|
||||
Version: 3.1.8
|
||||
Version: 3.1.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
|
||||
|
||||
@ -39,6 +39,9 @@ sed -r -i 's/("(black|flake8|pytest-cov)\b.*",)/# \1/' setup.py
|
||||
# remove pproxy dep, only used for tests
|
||||
sed -r -i 's/("(pproxy)\b.*",)/# \1/' setup.py
|
||||
|
||||
# remove version for anyio
|
||||
sed -i 's/\(anyio\).*$/\1",/' setup.py
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x test
|
||||
|
||||
@ -71,6 +74,10 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 05 2023 Ondrej Sloup <osloup@redhat.com> - 3.1.9-1
|
||||
- Rebase to the latest upstream version (rhbz#2192620)
|
||||
- Remove the version for anyio from setup.py
|
||||
|
||||
* Fri Jan 20 2023 Ondrej Sloup <osloup@redhat.com> - 3.1.8-1
|
||||
- Rebase to the latest upstream version (rhbz#2161450)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.1.8.tar.gz) = 4424305debc7b055fcd19b27714df46d54f8ae38452d8d5a3276df70a6c27e0094081020fdf2c34c73275cb058054414ac80843bb3e6a841bb3556ce39c76287
|
||||
SHA512 (3.1.9.tar.gz) = 84e48b8fa7c8f677e193585e69e31dd43b8b55379f2370753e2af99351be25c2eba0bc66f19cb1ed65b8762123cc7a8d10023810815c53a8c963c6b743822766
|
||||
|
Loading…
Reference in New Issue
Block a user