forked from pool/python-tox
Accepting request 794895 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=33
This commit is contained in:
commit
b510a485ae
@ -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>
|
Fri Mar 20 10:30:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.14.5
|
Version: 3.14.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/tox-dev/tox
|
URL: https://github.com/tox-dev/tox
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
|
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 flaky >= 3.4.0}
|
||||||
BuildRequires: %{python_module freezegun >= 0.3.11}
|
BuildRequires: %{python_module freezegun >= 0.3.11}
|
||||||
BuildRequires: %{python_module importlib-metadata >= 0.12}
|
BuildRequires: %{python_module importlib-metadata >= 0.12}
|
||||||
@ -49,7 +49,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Requires: python-filelock
|
Requires: python-filelock >= 3.0.0
|
||||||
Requires: python-importlib-metadata >= 0.12
|
Requires: python-importlib-metadata >= 0.12
|
||||||
Requires: python-packaging >= 17.1
|
Requires: python-packaging >= 17.1
|
||||||
Requires: python-pluggy >= 0.12.0
|
Requires: python-pluggy >= 0.12.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:676f1e3e7de245ad870f956436b84ea226210587d1f72c8dfb8cd5ac7b6f0e70
|
|
||||||
size 299601
|
|
3
tox-3.14.6.tar.gz
Normal file
3
tox-3.14.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4a6689045d93c208d77230853b28058b7513f5123647b67bf012f82fa168303
|
||||||
|
size 300025
|
Loading…
Reference in New Issue
Block a user