SHA256
1
0
forked from pool/python-tox

Accepting request 246192 from home:a_jaeger:FactoryFix

- Update to version 1.7.2:
  * fix issue150: parse {posargs} more like we used to do it pre
    1.7.0.
  * fix issue59: add a config variable skip-missing-interpreters as
    well as command line option --skip-missing-interpreters
  * fix issue164: better traceback info in case of failing test commands
  * support optional env variable substitution.
  * limit python hashseed to 1024 on Windows to prevent possible
    memory errors.

OBS-URL: https://build.opensuse.org/request/show/246192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=19
This commit is contained in:
Michal Čihař
2014-08-25 09:21:10 +00:00
committed by Git OBS Bridge
parent f39a9ea2ed
commit 9e58e5f170
5 changed files with 51 additions and 11 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 25 08:36:50 UTC 2014 - aj@suse.com
- Update to version 1.7.2:
* fix issue150: parse {posargs} more like we used to do it pre
1.7.0.
* fix issue59: add a config variable skip-missing-interpreters as
well as command line option --skip-missing-interpreters
* fix issue164: better traceback info in case of failing test commands
* support optional env variable substitution.
* limit python hashseed to 1024 on Windows to prevent possible
memory errors.
-------------------------------------------------------------------
Thu Jul 3 11:13:09 UTC 2014 - speilicke@suse.com