|
|
@ -8,8 +8,8 @@
|
|
|
|
%bcond tests %{without bootstrap}
|
|
|
|
%bcond tests %{without bootstrap}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-flit-core
|
|
|
|
Name: python-flit-core
|
|
|
|
Version: 3.8.0
|
|
|
|
Version: 3.9.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PEP 517 build backend for packages using Flit
|
|
|
|
Summary: PEP 517 build backend for packages using Flit
|
|
|
|
|
|
|
|
|
|
|
|
# flit-core is BSD-3-Clause
|
|
|
|
# flit-core is BSD-3-Clause
|
|
|
@ -95,14 +95,15 @@ rm -r %{buildroot}%{python3_sitelib}/flit_core/tests/
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-flit-core
|
|
|
|
%files -n python3-flit-core
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
# README.rst is missing from the sdist,
|
|
|
|
%doc README.rst
|
|
|
|
# but it basically contains the %%description only,
|
|
|
|
|
|
|
|
# so probably not worth adding anyway.
|
|
|
|
|
|
|
|
%{python3_sitelib}/flit_core-*.dist-info/
|
|
|
|
%{python3_sitelib}/flit_core-*.dist-info/
|
|
|
|
%{python3_sitelib}/flit_core/
|
|
|
|
%{python3_sitelib}/flit_core/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 26 2023 Miro Hrončok <mhroncok@redhat.com> - 3.9.0-1
|
|
|
|
|
|
|
|
- Update to 3.9.0
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Miro Hrončok <mhroncok@redhat.com> - 3.8.0-3
|
|
|
|
* Fri May 19 2023 Miro Hrončok <mhroncok@redhat.com> - 3.8.0-3
|
|
|
|
- Fork python-flit-core from the python-flit package
|
|
|
|
- Fork python-flit-core from the python-flit package
|
|
|
|
- Adjust the License tag to include flit_core/versionno.py's regex (BSD-2-Clause)
|
|
|
|
- Adjust the License tag to include flit_core/versionno.py's regex (BSD-2-Clause)
|
|
|
|