forked from pool/python-tox-wheel
- 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
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- Disable testing for now as it needs python2 and old virtualenv
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 16 23:21:29 UTC 2019 - kwu@suse.com
|
||
|
||
- Updated to v0.4.2
|
||
* improved logging a bit so messages are less confusing (don’t emit
|
||
wheel-make path/to/setup.py).
|
||
* Moved dist/build cleanup right before bdist_wheel.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 14 21:09:20 UTC 2019 - Adolfo Duarte <ADuarte@suse.com>
|
||
|
||
- Fixed compatibility with tox and changed requirement for minimum tox version to 3.9.0
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 27 02:11:14 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Initial spec for v0.3.0
|