|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 0%{?dist}
|
|
|
|
|
Release: 2%{?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 Nov 14 2019 Petr Viktorin <pviktori@redhat.com> - 0.7.0-2
|
|
|
|
|
- Don't pull in importlib_metadata & zipp backports for Python 3.8+
|
|
|
|
|
|
|
|
|
|
* Wed Oct 23 2019 Petr Viktorin <pviktori@redhat.com> - 0.7.0-1
|
|
|
|
|
- Update to version 0.7.0
|
|
|
|
|
- Change dependency from pytoml to toml
|
|
|
|
|