Update to 0.38.4 (rhbz#2136627)
This commit is contained in:
parent
1f2b886f06
commit
3ee403bc70
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/wheel-0.36.2.tar.gz
|
||||
/wheel-0.37.0.tar.gz
|
||||
/wheel-0.37.1.tar.gz
|
||||
/wheel-0.38.4.tar.gz
|
||||
|
||||
@ -14,11 +14,11 @@
|
||||
%bcond_without main_python
|
||||
|
||||
%global pypi_name wheel
|
||||
%global python_wheel_name %{pypi_name}-%{version}-py2.py3-none-any.whl
|
||||
%global python_wheel_name %{pypi_name}-%{version}-py3-none-any.whl
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.37.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.38.4
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Built-package format for Python
|
||||
|
||||
@ -58,7 +58,7 @@ It has two different roles:
|
||||
# Actual version can be found in git history:
|
||||
# https://github.com/pypa/wheel/commits/master/src/wheel/vendored/packaging/tags.py
|
||||
%global bundled %{expand:
|
||||
Provides: bundled(python3dist(packaging)) = 20.9
|
||||
Provides: bundled(python3dist(packaging)) = 21.3
|
||||
}
|
||||
|
||||
|
||||
@ -129,6 +129,9 @@ rm setup.cfg # to drop pytest coverage options configured there
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Lumír Balhar <lbalhar@redhat.com> - 1:0.38.4-1
|
||||
- Update to 0.38.4 (rhbz#2136627)
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.37.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wheel-0.37.1.tar.gz) = 9493db2f29e16d17ca06a4d47854b3df5dfd17f21c77efd42befd54470858256fd59f56aa9585cbf0a09830927b657d546324f793e1b1153665bf0b74d0c0457
|
||||
SHA512 (wheel-0.38.4.tar.gz) = 2ff7c6175201f8145f2c1f9937c6955a1dd22eeedab1e456f65c4edae9186610d9e7702c35773b49026c56c9cc201672025e7d42fcc7f782153c65c28e6b90d0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user