14
0
forked from pool/python-tox

Accepting request 794893 from home:pgajdos:python

- version update to 3.14.6
  - Exclude virtualenv depencency versions with known
    regressions (20.0.[0-7]) - by :user:`webknjaz`.
    `#1537 <https://github.com/tox-dev/tox/issues/1537>`_
  - Fix ``tox -h`` and ``tox --hi`` shows an error when run outside a directory with tox support files by :user:`nkpro2000sr`.
    `#1539 <https://github.com/tox-dev/tox/issues/1539>`_

OBS-URL: https://build.opensuse.org/request/show/794893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=70
This commit is contained in:
Tomáš Chvátal
2020-04-17 11:58:54 +00:00
committed by Git OBS Bridge
parent f92c35672a
commit 035e2a96a3
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 17 11:43:16 UTC 2020 - pgajdos@suse.com
- version update to 3.14.6
- Exclude virtualenv depencency versions with known
regressions (20.0.[0-7]) - by :user:`webknjaz`.
`#1537 <https://github.com/tox-dev/tox/issues/1537>`_
- Fix ``tox -h`` and ``tox --hi`` shows an error when run outside a directory with tox support files by :user:`nkpro2000sr`.
`#1539 <https://github.com/tox-dev/tox/issues/1539>`_
-------------------------------------------------------------------
Fri Mar 20 10:30:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>