From fedf54a5bbbb4ff99f9abdbcff68b557e05663ccf0e60f608d0cd8a510479b2e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Dec 2021 19:06:56 +0000 Subject: [PATCH] Accepting request 936334 from home:pgajdos:python - version update to 0.6.0 0.6.0 (2020-11-06) ------------------ * Fixed unnecessary build directory cleanup and removed dead code. Contributed by Thomas Grainger in `#9 `_. * The ``isolated_build`` tox option is now an alias for ``wheel_pep517``. Contributed by Thomas Grainger in `#6 `_. * Added more configuration examples. 0.5.0 (2020-08-06) ------------------ * Added support for PEP 517/518. Contributed by Antonio Botelho in `#5 `_. - do not require pytest-runner for build, it would not be needed even if the testsuite run OBS-URL: https://build.opensuse.org/request/show/936334 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox-wheel?expand=0&rev=9 --- python-tox-wheel.changes | 18 ++++++++++++++++++ python-tox-wheel.spec | 6 +++--- tox-wheel-0.4.2.tar.gz | 3 --- tox-wheel-0.6.0.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 tox-wheel-0.4.2.tar.gz create mode 100644 tox-wheel-0.6.0.tar.gz diff --git a/python-tox-wheel.changes b/python-tox-wheel.changes index 5c61f96..fb9a9d0 100644 --- a/python-tox-wheel.changes +++ b/python-tox-wheel.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Dec 7 17:37:36 UTC 2021 - pgajdos@suse.com + +- version update to 0.6.0 + 0.6.0 (2020-11-06) + ------------------ + * Fixed unnecessary build directory cleanup and removed dead code. + Contributed by Thomas Grainger in `#9 `_. + * The ``isolated_build`` tox option is now an alias for ``wheel_pep517``. + Contributed by Thomas Grainger in `#6 `_. + * Added more configuration examples. + 0.5.0 (2020-08-06) + ------------------ + * Added support for PEP 517/518. + Contributed by Antonio Botelho in `#5 `_. +- do not require pytest-runner for build, it would not be needed + even if the testsuite run + ------------------------------------------------------------------- Tue Apr 28 08:26:47 UTC 2020 - Tomáš Chvátal diff --git a/python-tox-wheel.spec b/python-tox-wheel.spec index 0aa13b8..fcf041b 100644 --- a/python-tox-wheel.spec +++ b/python-tox-wheel.spec @@ -1,7 +1,7 @@ # # spec file for package python-tox-wheel # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tox-wheel -Version: 0.4.2 +Version: 0.6.0 Release: 0 Summary: A Tox plugin that builds and installs wheels instead of sdist License: BSD-2-Clause @@ -32,7 +32,7 @@ Requires: python-tox >= 3.9 Requires: python-wheel >= 0.31 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module tox >= 3.9} BuildRequires: %{python_module tox-no-internet} BuildRequires: %{python_module wheel >= 0.31} diff --git a/tox-wheel-0.4.2.tar.gz b/tox-wheel-0.4.2.tar.gz deleted file mode 100644 index 5d02c64..0000000 --- a/tox-wheel-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ae67c23805d0f6ba3d85d8ef8fbd36c5bf9d3dcca493931be7593cfd9343b1 -size 16448 diff --git a/tox-wheel-0.6.0.tar.gz b/tox-wheel-0.6.0.tar.gz new file mode 100644 index 0000000..32f9b4e --- /dev/null +++ b/tox-wheel-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480354060dc4a5721f080ec87aa159f824b40b2f84875a42d880d755c0123d6c +size 19092