Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-28 06:01:08 +01:00
parent db60fe8b9f
commit 7403d314bd

View File

@ -6,7 +6,7 @@
Name: python-whoosh Name: python-whoosh
Version: 2.7.4 Version: 2.7.4
Release: 8%{?dist} Release: 9%{?dist}
Summary: Fast, pure-Python full text indexing, search, and spell checking library Summary: Fast, pure-Python full text indexing, search, and spell checking library
License: BSD License: BSD
@ -15,9 +15,9 @@ Source0: https://pypi.python.org/packages/source/W/%{mod_name}/%{mod_name
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python2-setuptools
BuildRequires: pytest BuildRequires: python2-pytest
BuildRequires: python-sphinx BuildRequires: python2-sphinx
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
@ -97,6 +97,10 @@ rm -rf docs/html/.doctrees
%endif %endif
%changelog %changelog
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.7.4-9
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-8 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild