#10 Update to 2.9.5
Opened 10 months ago by mikelo2. Modified 6 months ago
rpms/ mikelo2/python-psycopg2 2.9.5  into  rawhide

file modified
+11 -11
@@ -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

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (psycopg2-2.9.3.tar.gz) = 048184d1d162a371fc0fba711448a6fa8a6aac193421f4484c7f7b91c39065d5b632fa34fc15a901eca055d597302b1f9e38330b248ed0e4653dcdc544b0d660

+ SHA512 (psycopg2-2.9.5.tar.gz) = 61e431ceeba0830597b6a02882d670fef216d3d5ee5c6c1ce7a6ecdd13a8e04ee6637f7cb2ee39517b465f1ad014c48ddbba44154bd1dfc7f3fd08bd9ea82e43

Also:

  • Update homepage URL and use pypi_source as Source
  • Drop check for older Fedora releases

Looks good to me - is anything blocking the merge? (not a psycopg maintainer)

Metadata