Update to 0.33.6 (#1708194)
This commit is contained in:
parent
58fabfe0b8
commit
1e3c165907
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/wheel-0.31.1.tar.gz
|
||||
/wheel-0.32.0.tar.gz
|
||||
/wheel-0.33.1.tar.gz
|
||||
/wheel-0.33.6.tar.gz
|
||||
|
@ -9,8 +9,8 @@
|
||||
%global python_wheeldir %{_datadir}/python-wheels
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.33.1
|
||||
Release: 5%{?dist}
|
||||
Version: 0.33.6
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Built-package format for Python
|
||||
|
||||
@ -148,6 +148,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1:0.33.6-1
|
||||
- Update to 0.33.6 (#1708194)
|
||||
- Don't add the m ABI flag to wheel names on Python 3.8
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1:0.33.1-5
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wheel-0.33.1.tar.gz) = d275715ebd4fa81ac02a3b0d33144348c47a4cb84b58ad0c0e0f120900c6696c81f750a5c8835519189dec08aa58f78394f26c5c379ab03ffdb7eaa73097f928
|
||||
SHA512 (wheel-0.33.6.tar.gz) = 04edf619ee6fd06f1e4c8bc513c6e21ba91615eba42bca5473e60573e274133b1019774b8e3a960e05f5a69bb256508d0a8a31fd9ab91a28f1b87d1095b17b5e
|
||||
|
Loading…
Reference in New Issue
Block a user