SHA256
1
0
forked from pool/python-tox

Accepting request 486540 from devel:languages:python:singlespec

- update for singlespec
- improve test runner, drop tox-disable-env-tests.patch
- split off common python-tox-doc subpackage
- update to 2.7.0
  * improve environment information for users
  * add "alwayscopy" config option
  * slightly backwards-incompatible fix for {posargs} substitution
  * add Python 3.6 and 3.7 support
  * more bugfixes, see CHANGELOG for more details

OBS-URL: https://build.opensuse.org/request/show/486540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=31
This commit is contained in:
Jan Matejek
2017-04-07 17:25:54 +00:00
committed by Git OBS Bridge
parent b938e56cfa
commit efcced236b
5 changed files with 75 additions and 929 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Apr 7 15:01:37 UTC 2017 - jmatejek@suse.com
- update for singlespec
- improve test runner, drop tox-disable-env-tests.patch
- split off common python-tox-doc subpackage
- update to 2.7.0
* improve environment information for users
* add "alwayscopy" config option
* slightly backwards-incompatible fix for {posargs} substitution
* add Python 3.6 and 3.7 support
* more bugfixes, see CHANGELOG for more details
-------------------------------------------------------------------
Mon Feb 20 17:03:57 UTC 2017 - dmueller@suse.com