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>