diff --git a/python-tox.changes b/python-tox.changes index 808af33..05e1f82 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 13 23:22:47 UTC 2019 - Tomáš Chvátal + +- Update to 3.10.0: + * Please see changelog.rst + ------------------------------------------------------------------- Thu Mar 28 14:59:11 CET 2019 - Matej Cepl diff --git a/python-tox.spec b/python-tox.spec index b8e8d52..ff38141 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -23,7 +23,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tox -Version: 3.8.1 +Version: 3.10.0 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT @@ -31,6 +31,7 @@ Group: Development/Languages/Python 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 flaky} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pathlib2} BuildRequires: %{python_module pip} @@ -45,7 +46,7 @@ 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 toml} -BuildRequires: %{python_module virtualenv >= 1.11.2} +BuildRequires: %{python_module virtualenv >= 14.0.0} BuildRequires: %{python_module wheel >= 0.29.0} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -57,7 +58,7 @@ Requires: python-py >= 1.4.17 Requires: python-setuptools >= 30.0.0 Requires: python-six >= 1.0.0 Requires: python-toml >= 0.9.4 -Requires: python-virtualenv >= 1.11.2 +Requires: python-virtualenv >= 14.0.0 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -125,7 +126,7 @@ export LANG=en_US.UTF-8 export PYTHONDONTWRITEBYTECODE=1 export PATH=%{buildroot}%{_bindir}:$PATH # 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)' +%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)' %post %python_install_alternative tox tox-quickstart diff --git a/tox-3.10.0.tar.gz b/tox-3.10.0.tar.gz new file mode 100644 index 0000000..969fb0d --- /dev/null +++ b/tox-3.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee5b4fa2fb1638b57879a1fcaefbfd16201d8d7ecb9956406855a85d518ac4c +size 283016 diff --git a/tox-3.8.1.tar.gz b/tox-3.8.1.tar.gz deleted file mode 100644 index 9a76b9d..0000000 --- a/tox-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74716bfc7681a6787d3c8612c5c534f04e4112b34fad8949752359d8b9bed3b6 -size 280452