|
|
|
@ -1,15 +1,14 @@
@@ -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 |
|
|
|
|