|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Wrappers to build Python packages using PEP 517 hooks
|
|
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
@ -81,6 +81,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 14 2019 Petr Viktorin <pviktori@redhat.com> - 0.7.0-2
|
|
|
|
|
- Don't pull in importlib_metadata & zipp backports for Python 3.8+
|
|
|
|
|
|
|
|
|
|