forked from pool/python-tox
- Update to 3.14.3 bsc#1163043:
* Relax importlib requirement to allow either version 0 or 1 - by :user:`chyzzqo2` #1476 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=64
This commit is contained in:
parent
89f902bfe7
commit
9e8590a7a6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 12:41:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.14.3 bsc#1163043:
|
||||||
|
* Relax importlib requirement to allow either version 0 or 1 - by :user:`chyzzqo2` #1476
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 17 12:22:36 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
Sun Nov 17 12:22:36 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tox
|
# spec file for package python-tox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.14.0
|
Version: 3.14.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,7 +41,7 @@ BuildRequires: %{python_module setuptools >= 41.0.1}
|
|||||||
BuildRequires: %{python_module setuptools_scm >= 2.0.0}
|
BuildRequires: %{python_module setuptools_scm >= 2.0.0}
|
||||||
BuildRequires: %{python_module six >= 1.0.0}
|
BuildRequires: %{python_module six >= 1.0.0}
|
||||||
BuildRequires: %{python_module toml}
|
BuildRequires: %{python_module toml}
|
||||||
BuildRequires: %{python_module virtualenv >= 14.0.0}
|
BuildRequires: %{python_module virtualenv >= 16.0.0}
|
||||||
BuildRequires: %{python_module wheel >= 0.29.0}
|
BuildRequires: %{python_module wheel >= 0.29.0}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -54,7 +54,7 @@ Requires: python-py >= 1.4.17
|
|||||||
Requires: python-setuptools >= 30.0.0
|
Requires: python-setuptools >= 30.0.0
|
||||||
Requires: python-six >= 1.0.0
|
Requires: python-six >= 1.0.0
|
||||||
Requires: python-toml >= 0.9.4
|
Requires: python-toml >= 0.9.4
|
||||||
Requires: python-virtualenv >= 14.0.0
|
Requires: python-virtualenv >= 16.0.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Obsoletes: python-detox
|
Obsoletes: python-detox
|
||||||
@ -121,7 +121,7 @@ done
|
|||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||||
# Ignores for gh#tox-dev/tox#1293
|
# Ignores for gh#tox-dev/tox#1293
|
||||||
%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved or test_provision_cli_args_ignore or test_provision_non_canonical_dep or test_create_KeyboardInterrupt)'
|
%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved or test_provision_cli_args_ignore or test_provision_non_canonical_dep or test_create_KeyboardInterrupt or test_provision_from_pyvenv)'
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative tox tox-quickstart
|
%python_install_alternative tox tox-quickstart
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4f6b319c20ba4913dbfe71ebfd14ff95d1853c4231493608182f66e566ecfe1
|
|
||||||
size 290733
|
|
3
tox-3.14.3.tar.gz
Normal file
3
tox-3.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06ba73b149bf838d5cd25dc30c2dd2671ae5b2757cf98e5c41a35fe449f131b3
|
||||||
|
size 298265
|
Loading…
Reference in New Issue
Block a user