forked from pool/python-tox
- update to 4.11.3:
* docs(plugin): explain plugin registration
* Fix error caused by a bad `base_python` path
* Fix typos discovered by codespell
* Providing example to make CLI help more helpful for -x,--
override
* Remove stray colons in `config.rst` left over from #3111
* on venv cleanup: add explicit check for pypy venv to make it possible to recreate it
* --showconfig overhaul
- Update to 2.1.1:
* fix issue258, fix issue248, fix issue253: for non-test commands
* fix issue247: tox now passes the LANG variable from the tox invocation
invocation environment to the test environment and on Windows
on unix additionally ``TMPDIR`` is passed. If you need to pass
execute: the new per-venv "platform" setting allows to specify
If platform is set and doesn't match the platform spec in the test
for testenv sections. Can be used from plugins through the
call virtualenv through "python -m virtualenv" with the same
+ fix issue116: make 1.6 introduced behaviour of changing to a
per-env HOME directory during install activities dependent
+ fix issue117: python2.5 fix: don't use ``--insecure`` option because
want to support python2.5/pip1.3.1 based test environments you need
+ fix issue91: python2.5 support by vendoring the virtualenv-1.9.1
script and forcing pip<1.4. Also the default [py25] environment
to use pip without the "--pre" option which was introduced
with pip-1.4 and is now required if you want to install non-stable
- make sure test commands are searched first in the virtualenv
- show (test) command that is being executed, thanks
- depend on virtualenv-1.9.1
+ refactor reporting and virtualenv manipulation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=111
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 11:35:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.11.3:
|
||||
* docs(plugin): explain plugin registration
|
||||
* Fix error caused by a bad `base_python` path
|
||||
* Fix typos discovered by codespell
|
||||
* Providing example to make CLI help more helpful for -x,--
|
||||
override
|
||||
* Remove stray colons in `config.rst` left over from #3111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 21:12:18 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
%bcond_with devpi_process
|
||||
%endif
|
||||
Name: python-tox
|
||||
Version: 4.11.1
|
||||
Version: 4.11.3
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a8cc94b7269f8e43dfc636eff2da4b33a199a4e575b5b086cc51aae24ac4262
|
||||
size 175185
|
||||
3
tox-4.11.3.tar.gz
Normal file
3
tox-4.11.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5039f68276461fae6a9452a3b2c7295798f00a0e92edcd9a3b78ba1a73577951
|
||||
size 175528
|
||||
Reference in New Issue
Block a user