14
0
forked from pool/python-tox

Accepting request 783746 from home:pgajdos:python

- version update to 3.14.5
  - Add ``--discover`` (fallback to ``TOX_DISCOVER`` environment variable via path separator) to inject python executables
    to try as first step of a discovery - note the executable still needs to match the environment by :user:`gaborbernat`.
    `#1526 <https://github.com/tox-dev/tox/issues/1526>`_
  - Bump minimal six version needed to avoid using one incompatible with newer
    virtualenv. - by :user:`ssbarnea`
    `#1519 <https://github.com/tox-dev/tox/issues/1519>`_
  - Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`
    `#1521 <https://github.com/tox-dev/tox/issues/1521>`_

OBS-URL: https://build.opensuse.org/request/show/783746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=66
This commit is contained in:
Tomáš Chvátal
2020-03-11 11:22:28 +00:00
committed by Git OBS Bridge
parent 9e8590a7a6
commit 78cf9c7d01
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 11 10:28:56 UTC 2020 - pgajdos@suse.com
- version update to 3.14.5
- Add ``--discover`` (fallback to ``TOX_DISCOVER`` environment variable via path separator) to inject python executables
to try as first step of a discovery - note the executable still needs to match the environment by :user:`gaborbernat`.
`#1526 <https://github.com/tox-dev/tox/issues/1526>`_
- Bump minimal six version needed to avoid using one incompatible with newer
virtualenv. - by :user:`ssbarnea`
`#1519 <https://github.com/tox-dev/tox/issues/1519>`_
- Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`
`#1521 <https://github.com/tox-dev/tox/issues/1521>`_
-------------------------------------------------------------------
Fri Feb 7 12:41:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>