| |
@@ -1,13 +1,8 @@
|
| |
%if 0%{?fedora}
|
| |
%bcond_without python3
|
| |
%bcond_without python3_debug
|
| |
- %if 0%{?fedora} > 31
|
| |
- %bcond_with python2
|
| |
- %bcond_with python2_debug
|
| |
- %else
|
| |
- %bcond_without python2
|
| |
- %bcond_without python2_debug
|
| |
- %endif
|
| |
+ %bcond_with python2
|
| |
+ %bcond_with python2_debug
|
| |
%else
|
| |
%if 0%{?rhel} > 7
|
| |
%bcond_with python2
|
| |
@@ -49,13 +44,13 @@
|
| |
|
| |
Summary: %{sum}
|
| |
Name: python-%{srcname}
|
| |
- Version: 2.9.3
|
| |
- Release: 6%{?dist}
|
| |
+ Version: 2.9.5
|
| |
+ Release: 1%{?dist}
|
| |
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
|
| |
License: LGPLv3+ with exceptions
|
| |
- Url: http://initd.org/psycopg/
|
| |
+ Url: https://www.psycopg.org/
|
| |
|
| |
- Source0: http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-%{version}.tar.gz
|
| |
+ Source0: %{pypi_source}
|
| |
|
| |
%{?with_python2:BuildRequires: python2-devel python2-setuptools}
|
| |
%{?with_python3:BuildRequires: python3-devel python3-setuptools}
|
| |
@@ -311,6 +306,11 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Sat Dec 17 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.9.5-1
|
| |
+ - Update to 2.9.5 rhbz#1763490
|
| |
+ - Update homepage URL and use pypi_source as Source
|
| |
+ - Drop check for older Fedora releases
|
| |
+
|
| |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.3-6
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
| |
|
| |
Also: