This commit is contained in:
Fedora Release Engineering 2024-01-22 04:29:03 +00:00
parent 26e089b1d7
commit a2f753e4b8

View File

@ -20,7 +20,7 @@
Name: python-%{pypi_name}
Version: 23.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Core utilities for Python packages
License: BSD-2-Clause OR Apache-2.0
@ -134,6 +134,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
%changelog
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Oct 09 2023 Miro Hrončok <mhroncok@redhat.com> - 23.2-2
- Use the furo Sphinx theme, as intended upstream