From 09568299239f1f94f0aa04c34dacbc8a15577284 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:14:57 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-testing.postgresql.spec b/python-testing.postgresql.spec index 846339c..d5e8712 100644 --- a/python-testing.postgresql.spec +++ b/python-testing.postgresql.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Automatically setup a PostgreSQL testing instance License: ASL 2.0 @@ -12,9 +12,9 @@ URL: http://bitbucket.org/tk0miya/testing.postgresql Source0: https://pypi.python.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-nose -BuildRequires: python-psycopg2 +BuildRequires: python2-devel +BuildRequires: python2-nose +BuildRequires: python2-psycopg2 BuildRequires: postgresql-server %if 0%{?with_python3} @@ -23,7 +23,7 @@ BuildRequires: python3-nose BuildRequires: python3-psycopg2 %endif -Requires: python-psycopg2 +Requires: python2-psycopg2 Requires: postgresql-server %description @@ -102,6 +102,10 @@ popd %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 1.1.0-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild