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

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-tox
Version: 3.14.5
Version: 3.14.6
Release: 0
Summary: Virtualenv-based automation of test activities
License: MIT
URL: https://github.com/tox-dev/tox
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
BuildRequires: %{python_module filelock}
BuildRequires: %{python_module filelock >= 3.0.0}
BuildRequires: %{python_module flaky >= 3.4.0}
BuildRequires: %{python_module freezegun >= 0.3.11}
BuildRequires: %{python_module importlib-metadata >= 0.12}
@@ -49,7 +49,7 @@ BuildRequires: fdupes
BuildRequires: python-base
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-filelock
Requires: python-filelock >= 3.0.0
Requires: python-importlib-metadata >= 0.12
Requires: python-packaging >= 17.1
Requires: python-pluggy >= 0.12.0