Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
a70c9e824d
commit
1828378626
@ -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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user