Update to 24.2
- Resolves: RHEL-77072
Bcond change based on fe0f20a43f
Co-Authored-By: Lumir Balhar <lbalhar@redhat.com>
This commit is contained in:
parent
a46a1d9319
commit
663a8dc81c
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/packaging-23.0.tar.gz
|
/packaging-23.0.tar.gz
|
||||||
/packaging-23.1.tar.gz
|
/packaging-23.1.tar.gz
|
||||||
/packaging-23.2.tar.gz
|
/packaging-23.2.tar.gz
|
||||||
|
/packaging-24.2.tar.gz
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
# No reason to ship the documentation in RHEL either, so it is also disabled by default.
|
# No reason to ship the documentation in RHEL either, so it is also disabled by default.
|
||||||
%if %{without bootstrap} && %{undefined rhel}
|
%if %{without bootstrap} && %{undefined rhel}
|
||||||
# Specify --without docs to prevent the dependency loop on python-sphinx
|
# 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
|
# Specify --without tests to prevent the dependency loop on python-pytest
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
@ -19,8 +21,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 23.2
|
Version: 24.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core utilities for Python packages
|
Summary: Core utilities for Python packages
|
||||||
|
|
||||||
License: BSD-2-Clause OR Apache-2.0
|
License: BSD-2-Clause OR Apache-2.0
|
||||||
@ -134,6 +136,10 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 30 2025 Miro Hrončok <mhroncok@redhat.com> - 24.2-1
|
||||||
|
- Update to 24.2
|
||||||
|
- Resolves: RHEL-77072
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 23.2-6
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 23.2-6
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (packaging-23.2.tar.gz) = 77dfeb0dc6499c55eb5bc4a5bdcdaa146122b97e8f6190c0bf75baadb4e89e4cb5b62ac7d96175acc3d8b387507472b97f0bf18c70df2b6aa78ac54e6c0eb5a3
|
SHA512 (packaging-24.2.tar.gz) = cab6be7284c6bc2abce7a5bbdc25a40e33378576c5590dad4aef9d835a2205af81ca24af7ae3603d0e4e32f8865d87a621187dae2f86df6ac613c9886d482804
|
||||||
|
Loading…
Reference in New Issue
Block a user