Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-28 05:29:42 +01:00
parent b69980fd6b
commit 7c0d24ab3a

View File

@ -11,7 +11,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.1.7 Version: 0.1.7
Release: 5%{?dist} Release: 6%{?dist}
Summary: Measures number of Terminal column cells of wide-character codes Summary: Measures number of Terminal column cells of wide-character codes
License: MIT License: MIT
@ -26,9 +26,9 @@ printable width of a string on a Terminal.
%package -n python2-%{pypi_name} %package -n python2-%{pypi_name}
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python2-setuptools
%if %{with tests} %if %{with tests}
BuildRequires: python-tox BuildRequires: python2-tox
%endif # with tests %endif # with tests
Summary: Measures number of Terminal column cells of wide-character codes Summary: Measures number of Terminal column cells of wide-character codes
%{?python_provide:%python_provide python2-%{pypi_name}} %{?python_provide:%python_provide python2-%{pypi_name}}
@ -94,6 +94,10 @@ printable width of a string on a Terminal.
%endif # with python3 %endif # with python3
%changelog %changelog
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.7-6
- 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> - 0.1.7-5 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild