Update to 0.35.1
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1868821
This commit is contained in:
parent
f8d62d5ab2
commit
07699ca83e
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/wheel-0.33.1.tar.gz
|
||||
/wheel-0.33.6.tar.gz
|
||||
/wheel-0.34.2.tar.gz
|
||||
/wheel-0.35.1.tar.gz
|
||||
|
||||
@ -18,12 +18,13 @@
|
||||
%global python_wheeldir %{_datadir}/python-wheels
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.34.2
|
||||
Version: 0.35.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Built-package format for Python
|
||||
|
||||
License: MIT
|
||||
# packaging is ASL 2.0 or BSD
|
||||
License: MIT and (ASL 2.0 or BSD)
|
||||
URL: https://github.com/pypa/wheel
|
||||
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -54,15 +55,26 @@ It has two different roles:
|
||||
|
||||
%description %{_description}
|
||||
|
||||
# Virtual provides for the packages bundled by wheel.
|
||||
# Actual version is written in src/wheel/vendored/packaging/_typing.py
|
||||
# and src/wheel/vendored/packaging/tags.py
|
||||
%global bundled %{expand:
|
||||
Provides: bundled(python3dist(packaging)) = 20.4
|
||||
}
|
||||
|
||||
|
||||
%package -n python%{python3_pkgversion}-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
%{bundled}
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{pypi_name} %{_description}
|
||||
|
||||
|
||||
%if %{without bootstrap}
|
||||
%package wheel
|
||||
Summary: The Python wheel module packaged as a wheel
|
||||
%{bundled}
|
||||
|
||||
%description wheel
|
||||
A Python wheel of wheel to use with virtualenv.
|
||||
%endif
|
||||
@ -118,6 +130,10 @@ rm setup.cfg # to drop pytest coverage options configured there
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2020 Tomas Hrnciar <thrnciar@redhat.com> - 1:0.35.1-1
|
||||
- Update to 0.35.1
|
||||
- Fixes: rhbz#1868821
|
||||
|
||||
* Mon Aug 10 2020 Miro Hrončok <mhroncok@redhat.com> - 1:0.34.2-1
|
||||
- Update to 0.34.2
|
||||
- Drops Python 3.4 support
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wheel-0.34.2.tar.gz) = fcd02cf770382c26b5250aa48f60481ac868ff7e1b08245ed4616aaa7d6dc5e3280d9ab787c4d1690b11550de9f6160c0d31dd65b79554711ab5d02de479e1ab
|
||||
SHA512 (wheel-0.35.1.tar.gz) = 34cd6d1a649842abd895418c0183e68f44e228be905041e1dd8562987fbab8aa617da9b78479cb8d56fb6bb8714ec1085b87640c385bfc933e215f6e33ccf55b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user