Python 2 binary package renamed to python2-pluggy
This commit is contained in:
parent
dbc0a33254
commit
1870cfd93a
@ -13,7 +13,7 @@
|
||||
|
||||
Name: python-pluggy
|
||||
Version: 0.3.1
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: The plugin manager stripped of pytest specific details
|
||||
|
||||
License: MIT
|
||||
@ -31,9 +31,17 @@ BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
%endif # with python3
|
||||
|
||||
%description
|
||||
%global _description\
|
||||
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}
|
||||
%package -n python3-%{pypiname}
|
||||
Summary: The plugin manager stripped of pytest specific details.
|
||||
@ -97,7 +105,7 @@ popd
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%files -n python2-%{pypiname}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python2_sitelib}/%{pypiname}.py
|
||||
@ -117,6 +125,10 @@ popd
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user