From c300ff5c8fafe4266b283956f80cc2ac36ab4400 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:41:42 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-pg8000.spec b/python-pg8000.spec index f89d6e2..d4f1dc7 100644 --- a/python-pg8000.spec +++ b/python-pg8000.spec @@ -2,7 +2,7 @@ Name: python-%{pypi} Version: 1.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pure Python PostgreSQL Driver License: BSD URL: http://pythonhosted.org/pg8000/ @@ -18,9 +18,9 @@ Frontend Protocol. %package -n python2-%{pypi} Summary: Pure Python2 PostgreSQL Driver BuildRequires: python2-devel -BuildRequires: python-six -BuildRequires: python-setuptools -Requires: python-six +BuildRequires: python2-six +BuildRequires: python2-setuptools +Requires: python2-six %{?fedora:Suggests: python2-sqlalchemy} %{?fedora:Suggests: postgresql} %{?python_provide:%python_provide python2-%{pypi}} @@ -68,6 +68,10 @@ Frontend Protocol. %{python3_sitelib}/* %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 1.11.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild