From 734b34a831b5778f5f934d42755475e8106d2b76 Mon Sep 17 00:00:00 2001 From: pgbuilder_pel7x64builder0 Date: Fri, 16 Nov 2018 01:34:33 +0100 Subject: [PATCH] python-psycopg2 upstream update 2.7.6 Signed-off-by: pgbuilder_pel7x64builder0 --- SPECS/python-psycopg2.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SPECS/python-psycopg2.spec b/SPECS/python-psycopg2.spec index 2072bba..9fa6a73 100755 --- a/SPECS/python-psycopg2.spec +++ b/SPECS/python-psycopg2.spec @@ -1,15 +1,14 @@ -%global with_python3 0 %global python_runtimes python python-debug Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 -Version: 2.6.1 -Release: 5%{?dist} +Version: 2.7.6 +Release: 1%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Group: Applications/Databases Url: http://www.psycopg.org/psycopg/ -Source0: http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-%{version}.tar.gz +Source0: http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-%{version}.tar.gz BuildRequires: postgresql-devel BuildRequires: python-devel BuildRequires: python-debug