Update to 0.37.0
This commit is contained in:
parent
4f1b6ad284
commit
2d5a4668ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/wheel-0.34.2.tar.gz
|
||||
/wheel-0.35.1.tar.gz
|
||||
/wheel-0.36.2.tar.gz
|
||||
/wheel-0.37.0.tar.gz
|
||||
|
@ -18,8 +18,8 @@
|
||||
%global python_wheeldir %{_datadir}/python-wheels
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.36.2
|
||||
Release: 5%{?dist}
|
||||
Version: 0.37.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Built-package format for Python
|
||||
|
||||
@ -59,7 +59,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.8
|
||||
Provides: bundled(python3dist(packaging)) = 20.9
|
||||
}
|
||||
|
||||
|
||||
@ -130,6 +130,10 @@ rm setup.cfg # to drop pytest coverage options configured there
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 17 2021 Karolina Surma <ksurma@redhat.com> - 1:0.37.0-1
|
||||
- Update to 0.37.0
|
||||
- Fixes: rhbz#1991740
|
||||
|
||||
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.36.2-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wheel-0.36.2.tar.gz) = 23f3dd0540ecc8e762f37a4bb69713abe99125a605c03b1a3412cec910fb7a6cea3eee3910d7c98122b276170a17414c9132b57b57a30a4ba1283cea8f9e20fa
|
||||
SHA512 (wheel-0.37.0.tar.gz) = 2e0eb1c5560a0229be9de450da8b2bc62153744abb6d8ab9a0625c150dc00d3fc3e24dbe37cc26f4ca6b6876b5c63298427b2076ee42b8f772c75010bfc135a8
|
||||
|
Loading…
Reference in New Issue
Block a user