SHA256
1
0
forked from pool/python-tox

- Update to version 1.4.2:

+ fix some tests which fail if /tmp is a symlink to some other place
  + "python setup.py test" now runs tox tests via tox :)
    also added an example on how to do it for your project.
- Changes from version 1.4.1:
  + fix issue41 better quoting on windows - you can now use "<" and ">" in
    deps specifications, thanks Chris Withers for reporting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2012-07-26 13:57:35 +00:00
committed by Git OBS Bridge
parent c501819806
commit 9e782d974a
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 26 13:52:27 UTC 2012 - saschpe@suse.de
- Update to version 1.4.2:
+ fix some tests which fail if /tmp is a symlink to some other place
+ "python setup.py test" now runs tox tests via tox :)
also added an example on how to do it for your project.
- Changes from version 1.4.1:
+ fix issue41 better quoting on windows - you can now use "<" and ">" in
deps specifications, thanks Chris Withers for reporting
-------------------------------------------------------------------
Fri Jun 22 13:38:18 UTC 2012 - saschpe@suse.de