Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent a70c9e824d
commit 1828378626

@ -1,6 +1,6 @@
Name: python-pathspec Name: python-pathspec
Version: 0.5.3 Version: 0.5.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Utility library for gitignore style pattern matching of file paths Summary: Utility library for gitignore style pattern matching of file paths
License: MPL 2.0 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 Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel python-setuptools python3-devel python3-setuptools BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools
%description %description
Path Specification (pathspec) is a utility library for pattern matching of file 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 %{python3_sitelib}/pathspec-%{version}-py?.?.egg-info
%changelog %changelog
* Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 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 <releng@fedoraproject.org> - 0.5.3-2 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Loading…
Cancel
Save