From cbc5200c2f6a8bb0b6610b43af7191255bd3e74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:23:39 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-psycopg2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index d9e282e..4c2cc71 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -31,7 +31,7 @@ features offered by PostgreSQL. Summary: %{sum} Name: python-%{srcname} Version: 2.7.5 -Release: 1%{?dist} +Release: 2%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Group: Applications/Databases @@ -254,6 +254,9 @@ cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir} %changelog +* Mon Jul 02 2018 Miro HronĨok - 2.7.5-2 +- Rebuilt for Python 3.7 + * Mon Jun 18 2018 Pavel Raiskup - 2.7.5-1 - rebase to latest upstream release, per release notes: http://initd.org/psycopg/articles/2018/06/17/psycopg-275-released/