Update to 0.40.0. Fixes rhbz#2178246.
This commit is contained in:
parent
31d7301269
commit
995a27f40b
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/wheel-0.37.0.tar.gz
|
||||
/wheel-0.37.1.tar.gz
|
||||
/wheel-0.38.4.tar.gz
|
||||
/wheel-0.40.0.tar.gz
|
||||
|
@ -17,8 +17,8 @@
|
||||
%global python_wheel_name %{pypi_name}-%{version}-py3-none-any.whl
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.38.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.40.0
|
||||
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)) = 21.3
|
||||
Provides: bundled(python3dist(packaging)) = 23
|
||||
}
|
||||
|
||||
|
||||
@ -129,6 +129,9 @@ rm setup.cfg # to drop pytest coverage options configured there
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 14 2023 Maxwell G <maxwell@gtmx.me> - 1:0.40.0-1
|
||||
- Update to 0.40.0. Fixes rhbz#2178246.
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.38.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wheel-0.38.4.tar.gz) = 2ff7c6175201f8145f2c1f9937c6955a1dd22eeedab1e456f65c4edae9186610d9e7702c35773b49026c56c9cc201672025e7d42fcc7f782153c65c28e6b90d0
|
||||
SHA512 (wheel-0.40.0.tar.gz) = f23bddfb0c23c77d16b24d9c6b132b0272830c89ae63ac672f204af665863a38779c142a72a66a33c615c4b52450d433b4edcbd333de4e0d418b4fbe836de953
|
||||
|
Loading…
Reference in New Issue
Block a user