SHA256
1
0
forked from pool/python-tox

Accepting request 305107 from home:benoit_monin:branches:devel:languages:python

- update to version 1.9.2
- update project URL
- refresh tox-disable-env-tests.patch

OBS-URL: https://build.opensuse.org/request/show/305107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=21
This commit is contained in:
Denisart Benjamin
2015-05-03 10:23:44 +00:00
committed by Git OBS Bridge
parent 9e58e5f170
commit 73e9d53eb9
5 changed files with 67 additions and 16 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Sat May 2 18:55:15 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.9.2:
* backout ability that --force-deps substitutes name/versions in
requirement files due to various issues. This fixes issue228,
fixes issue230, fixes issue231 which popped up with 1.9.1.
- additional changes from version 1.9.1:
* use a file instead of a pipe for command output in
"--result-json". Fixes some termination issues with python2.6.
* allow --force-deps to override dependencies in "-r"
requirements files. Thanks Sontek for the PR.
* fix issue227: use "-m virtualenv" instead of "-mvirtualenv" to
make it work with pyrun. Thanks Marc-Andre Lemburg.
- additional changes from version 1.9.0:
* fix issue193: Remove ``--pre`` from the default
``install_command``; by default tox will now only install final
releases from PyPI for unpinned dependencies. Use ``pip_pre =
true`` in a testenv or the ``--pre`` command-line option to
restore the previous behavior.
* fix issue199: fill resultlog structure ahead of virtualenv
creation
* refine determination if we run from Jenkins, thanks Borge Lanes.
* echo output to stdout when ``--report-json`` is used
* fix issue11: add a ``skip_install`` per-testenv setting which
prevents the installation of a package. Thanks Julian Krause.
* fix issue124: ignore command exit codes; when a command has a
"-" prefix, tox will ignore the exit code of that command
* fix issue198: fix broken envlist settings, e.g.
{py26,py27}{-lint,}
* fix issue191: lessen factor-use checks
- additional changes from version 1.8.1:
* fix issue190: allow setenv to be empty.
* allow escaping curly braces with "\". Thanks Marc Abramowitz
for the PR.
* allow "." names in environment names such that "py27-django1.7"
is a valid environment name. Thanks Alex Gaynor and Alex
Schepanovski.
* report subprocess exit code when execution fails. Thanks
Marius Gedminas.
- additional changes from version 1.8.0:
* new multi-dimensional configuration support. Many thanks to
Alexander Schepanovski for the complete PR with docs. And to
Mike Bayer and others for testing and feedback.
* fix issue148: remove "__PYVENV_LAUNCHER__" from os.environ when
starting subprocesses. Thanks Steven Myint.
* fix issue152: set VIRTUAL_ENV when running test commands,
thanks Florian Ludwig.
* better report if we can't get version_info from an interpreter
executable. Thanks Floris Bruynooghe.
- update project URL
- refresh tox-disable-env-tests.patch
-------------------------------------------------------------------
Mon Aug 25 08:36:50 UTC 2014 - aj@suse.com