SHA256
1
0
forked from pool/python-tox

Accepting request 684316 from home:mcepl:branches:devel:languages:python

- Update to 3.7.0:
  - Parallel mode added (alternative to detox which is being
    deprecated), for more details see `parallel_mode`
  - Added command line shortcut -s for
    --skip-missing-interpreters
  - Whitelisting of externals will be mandatory in tox 4: issue
    a deprecation warning as part of the already existing warning
  - Clarify explanations in examples and avoid unsupported end
    line comments
  - Set to PULL_REQUEST_TEMPLATE.md use relative instead of
    absolute URLs
  - if the packaging phase successfully builds a package set it
    as environment variable under TOX_PACKAGE (useful to make
    assertions on the built package itself, instead of just how
    it ends up after installation)
  - On windows, check sys.executable before others for
    interpreter version lookup. This matches what happens on
    non-windows.
  - Don't rewrite {posargs} substitution for absolute paths.
  - Correctly fail tox --notest when setup fails.
  - Link to related projects (Invoke and Nox) from the
    documentation
- Obsoletes python-detox.

OBS-URL: https://build.opensuse.org/request/show/684316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=49
This commit is contained in:
Tomáš Chvátal
2019-03-12 14:45:13 +00:00
committed by Git OBS Bridge
parent 5ba12ba7ba
commit 1528b03197
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Mar 12 11:46:09 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to 3.7.0:
- Parallel mode added (alternative to detox which is being
deprecated), for more details see `parallel_mode`
- Added command line shortcut -s for
--skip-missing-interpreters
- Whitelisting of externals will be mandatory in tox 4: issue
a deprecation warning as part of the already existing warning
- Clarify explanations in examples and avoid unsupported end
line comments
- Set to PULL_REQUEST_TEMPLATE.md use relative instead of
absolute URLs
- if the packaging phase successfully builds a package set it
as environment variable under TOX_PACKAGE (useful to make
assertions on the built package itself, instead of just how
it ends up after installation)
- On windows, check sys.executable before others for
interpreter version lookup. This matches what happens on
non-windows.
- Don't rewrite {posargs} substitution for absolute paths.
- Correctly fail tox --notest when setup fails.
- Link to related projects (Invoke and Nox) from the
documentation
- Obsoletes python-detox.
-------------------------------------------------------------------
Thu Oct 18 07:54:12 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>