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:
parent
9e8590a7a6
commit
78cf9c7d01
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-tox
|
||||
Version: 3.14.3
|
||||
Version: 3.14.5
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: MIT
|
||||
@ -39,7 +39,7 @@ BuildRequires: %{python_module pytest-mock >= 1.10.0}
|
||||
BuildRequires: %{python_module pytest-xdist >= 1.22.2}
|
||||
BuildRequires: %{python_module setuptools >= 41.0.1}
|
||||
BuildRequires: %{python_module setuptools_scm >= 2.0.0}
|
||||
BuildRequires: %{python_module six >= 1.0.0}
|
||||
BuildRequires: %{python_module six >= 1.14.0}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: %{python_module virtualenv >= 16.0.0}
|
||||
BuildRequires: %{python_module wheel >= 0.29.0}
|
||||
@ -52,7 +52,7 @@ Requires: python-packaging >= 17.1
|
||||
Requires: python-pluggy >= 0.12.0
|
||||
Requires: python-py >= 1.4.17
|
||||
Requires: python-setuptools >= 30.0.0
|
||||
Requires: python-six >= 1.0.0
|
||||
Requires: python-six >= 1.14.0
|
||||
Requires: python-toml >= 0.9.4
|
||||
Requires: python-virtualenv >= 16.0.0
|
||||
Requires(post): update-alternatives
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06ba73b149bf838d5cd25dc30c2dd2671ae5b2757cf98e5c41a35fe449f131b3
|
||||
size 298265
|
3
tox-3.14.5.tar.gz
Normal file
3
tox-3.14.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:676f1e3e7de245ad870f956436b84ea226210587d1f72c8dfb8cd5ac7b6f0e70
|
||||
size 299601
|
Loading…
Reference in New Issue
Block a user