From 18283786262d2f130886d4b0865b239da2ae7bd0 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Sat, 27 Jan 2018 00:40:44 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-pathspec.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pathspec.spec b/python-pathspec.spec index 0456433..8a78d10 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,6 +1,6 @@ Name: python-pathspec Version: 0.5.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility library for gitignore style pattern matching of file paths License: MPL 2.0 @@ -8,7 +8,7 @@ URL: https://github.com/cpburnz/python-path-specification Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python-setuptools python3-devel python3-setuptools +BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools %description Path Specification (pathspec) is a utility library for pattern matching of file @@ -65,6 +65,10 @@ rm -rf pathspec.egg-info %{python3_sitelib}/pathspec-%{version}-py?.?.egg-info %changelog +* Fri Jan 26 2018 Iryna Shcherbina - 0.5.3-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild