forked from pool/python-wheel
- Update to 0.33.6:
* Don't add the m ABI flag to wheel names on Python 3.8 (PR by rdb) * Updated MANIFEST.in to include many previously omitted files in the sdist * Fixed egg2wheel compatibility with the future release of Python 3.10 (PR by Anthony Sottile) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=45
This commit is contained in:
parent
ad1432b299
commit
d24219adfd
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 08:50:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.33.6:
|
||||
* Don't add the m ABI flag to wheel names on Python 3.8 (PR by rdb)
|
||||
* Updated MANIFEST.in to include many previously omitted files in the sdist
|
||||
* Fixed egg2wheel compatibility with the future release of Python 3.10 (PR by Anthony Sottile)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 10:35:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-wheel%{psuffix}
|
||||
Version: 0.33.4
|
||||
Version: 0.33.6
|
||||
Release: 0
|
||||
Summary: A built-package format for Python
|
||||
License: MIT
|
||||
@ -41,6 +41,7 @@ Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest >= 3.0.0}
|
||||
BuildRequires: %{python_module wheel >= %{version}}
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f324b857e7a9f420c13bab9ba9024d8bf030c4b6be75a9ddecfa2242c125e72
|
||||
size 50049
|
3
wheel-0.33.6.tar.gz
Normal file
3
wheel-0.33.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce9b3af862796aeb7af75c72e54fe974e4bb9a95502f49b1da25fdbf4c53e742
|
||||
size 50273
|
Loading…
Reference in New Issue
Block a user