From 7a766c0e96c8a74e59dd6da35d049d9a8f1f4f26 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:44:03 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index f245087..01b2573 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{sum} License: MIT @@ -32,7 +32,7 @@ BuildRequires: python2-devel BuildRequires: python2-six BuildRequires: python2-snowballstemmer BuildRequires: python2-pytest -BuildRequires: python-pytest-pep8 +BuildRequires: python2-pytest-pep8 BuildRequires: python2-mock # NOTE: pathlib is not in BuildRequires since it is only needed by Integration # tests which are ignored on Python 2 due to reasons described below. @@ -151,6 +151,10 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}" PATH="$PATH:%{buildroot}%{_bindir}" %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 2.0.0-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild