Update to 24.1 (rhbz#2291172)

This commit is contained in:
Lumir Balhar 2024-06-11 10:26:58 +02:00
commit fe0f20a43f
3 changed files with 10 additions and 4 deletions

View file

@ -9,7 +9,9 @@
# No reason to ship the documentation in RHEL either, so it is also disabled by default.
%if %{without bootstrap} && %{undefined rhel}
# Specify --without docs to prevent the dependency loop on python-sphinx
%bcond_without docs
# Doc subpackage is disabled because it requires sphinx-toolbox since packaging 24.1
# and that package is not available in Fedora yet.
%bcond_with docs
# Specify --without tests to prevent the dependency loop on python-pytest
%bcond_without tests
@ -19,8 +21,8 @@
%endif
Name: python-%{pypi_name}
Version: 24.0
Release: 3%{?dist}
Version: 24.1
Release: 1%{?dist}
Summary: Core utilities for Python packages
License: BSD-2-Clause OR Apache-2.0
@ -134,6 +136,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
%changelog
* Mon Jun 10 2024 Lumír Balhar <lbalhar@redhat.com> - 24.1-1
- Update to 24.1 (rhbz#2291172)
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 24.0-3
- Rebuilt for Python 3.13