Rebase to the latest upstream version
This commit is contained in:
parent
82d532c5b7
commit
42b4f94a10
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
||||
/3.1.17.tar.gz
|
||||
/3.1.18.tar.gz
|
||||
/pool-3.2.1.tar.gz
|
||||
/3.1.19.tar.gz
|
||||
/pool-3.2.2.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global package_name psycopg
|
||||
%global src_name %{package_name}3
|
||||
|
||||
%global pool_version 3.2.1
|
||||
%global pool_version 3.2.2
|
||||
%global pool_name pool-%{pool_version}
|
||||
|
||||
%if 0%{?fedora}
|
||||
@ -19,8 +19,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{src_name}
|
||||
Version: 3.1.18
|
||||
Release: 6%{?dist}
|
||||
Version: 3.1.19
|
||||
Release: 1%{?dist}
|
||||
Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
|
||||
|
||||
License: LGPL-3.0-only
|
||||
@ -180,6 +180,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 10 2024 Ondrej Sloup <osloup@redhat.com> - 3.1.19-1
|
||||
- Rebase to the latest upstream version
|
||||
|
||||
* Mon Jun 10 2024 Ondrej Sloup <osloup@redhat.com> - 3.1.18-6
|
||||
- Correct Requires libpq everywhere (rhbz#2266555)
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (3.1.18.tar.gz) = 1e27eec49f3ae99f1fec68816dff3974aa9b1f526df45ccca295c7c6703cc309ca4f8f65d7e3450b628906a938c65f8cbd1a1f3cb6a41b6e51dc5e220985af39
|
||||
SHA512 (pool-3.2.1.tar.gz) = 1a2ba80a6164f8c1b0d0d07481d4d8019c2ce047f8eb4fde0c65de38e200ee9f53f6f9e0851a73b4eb69c7d60355400af318cf30d342f5021728ca7a9ddd0c5f
|
||||
SHA512 (3.1.19.tar.gz) = a7d02570632a28080ffd99fa492c2f1af623e7ca55e57e8c5d4664aff4d033ae85fc21cfbb1f85a90c48e01944ed1be68e857b5cb34c0547b51ca465bac0a361
|
||||
SHA512 (pool-3.2.2.tar.gz) = 165188a6da33266bac6277f5dfa86cf60f3de5d5173b6c45905b469ebf2835dd1a6e0f1513b156a8337f725316bcc946e8235693d3c133191b0ca6c7683b4ded
|
||||
|
Loading…
Reference in New Issue
Block a user