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:
committed by
Git OBS Bridge
parent
9e8590a7a6
commit
78cf9c7d01
@@ -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
|
||||
|
Reference in New Issue
Block a user