From d24219adfdb408c1ce61088be4194419f94584ad1cf6108039d7987f27bffa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Aug 2019 08:54:09 +0000 Subject: [PATCH] - 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 --- python-wheel.changes | 8 ++++++++ python-wheel.spec | 3 ++- wheel-0.33.4.tar.gz | 3 --- wheel-0.33.6.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 wheel-0.33.4.tar.gz create mode 100644 wheel-0.33.6.tar.gz diff --git a/python-wheel.changes b/python-wheel.changes index 81e673e..4d36477 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 19 08:50:38 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-wheel.spec b/python-wheel.spec index 54fa8c8..695160a 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -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 diff --git a/wheel-0.33.4.tar.gz b/wheel-0.33.4.tar.gz deleted file mode 100644 index 697f0ff..0000000 --- a/wheel-0.33.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f324b857e7a9f420c13bab9ba9024d8bf030c4b6be75a9ddecfa2242c125e72 -size 50049 diff --git a/wheel-0.33.6.tar.gz b/wheel-0.33.6.tar.gz new file mode 100644 index 0000000..bbb9f88 --- /dev/null +++ b/wheel-0.33.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9b3af862796aeb7af75c72e54fe974e4bb9a95502f49b1da25fdbf4c53e742 +size 50273