14
0

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 <https://github.com/ionelmc/tox-wheel/pull/9>`_.
  * The ``isolated_build`` tox option is now an alias for ``wheel_pep517``.
    Contributed by Thomas Grainger in `#6 <https://github.com/ionelmc/tox-wheel/pull/6>`_.
  * Added more configuration examples.
  0.5.0 (2020-08-06)
  ------------------
  * Added support for PEP 517/518.
    Contributed by Antonio Botelho in `#5 <https://github.com/ionelmc/tox-wheel/pull/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
This commit is contained in:
2021-12-07 19:06:56 +00:00
committed by Git OBS Bridge
parent f37afb62e0
commit fedf54a5bb
4 changed files with 24 additions and 6 deletions

View File

@@ -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 <https://github.com/ionelmc/tox-wheel/pull/9>`_.
* The ``isolated_build`` tox option is now an alias for ``wheel_pep517``.
Contributed by Thomas Grainger in `#6 <https://github.com/ionelmc/tox-wheel/pull/6>`_.
* Added more configuration examples.
0.5.0 (2020-08-06)
------------------
* Added support for PEP 517/518.
Contributed by Antonio Botelho in `#5 <https://github.com/ionelmc/tox-wheel/pull/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 <tchvatal@suse.com>

View File

@@ -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}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78ae67c23805d0f6ba3d85d8ef8fbd36c5bf9d3dcca493931be7593cfd9343b1
size 16448

3
tox-wheel-0.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:480354060dc4a5721f080ec87aa159f824b40b2f84875a42d880d755c0123d6c
size 19092