Python 2 binary package renamed to python2-pluggy

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 09:42:03 -04:00
parent dbc0a33254
commit 1870cfd93a

View File

@ -13,7 +13,7 @@
Name: python-pluggy Name: python-pluggy
Version: 0.3.1 Version: 0.3.1
Release: 8%{?dist} Release: 9%{?dist}
Summary: The plugin manager stripped of pytest specific details Summary: The plugin manager stripped of pytest specific details
License: MIT License: MIT
@ -31,9 +31,17 @@ BuildRequires: python3-pytest
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%endif # with python3 %endif # with python3
%description %global _description\
The plugin manager stripped of pytest specific details. The plugin manager stripped of pytest specific details.
%description %_description
%package -n python2-%{pypiname}
Summary: %summary
%{?python_provide:%python_provide python2-%{pypiname}}
%description -n python2-%{pypiname} %_description
%if 0%{?with_python3} %if 0%{?with_python3}
%package -n python3-%{pypiname} %package -n python3-%{pypiname}
Summary: The plugin manager stripped of pytest specific details. Summary: The plugin manager stripped of pytest specific details.
@ -97,7 +105,7 @@ popd
%endif %endif
%files %files -n python2-%{pypiname}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python2_sitelib}/%{pypiname}.py %{python2_sitelib}/%{pypiname}.py
@ -117,6 +125,10 @@ popd
%changelog %changelog
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.3.1-9
- Python 2 binary package renamed to python2-pluggy
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-8 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild