Hello community, here is the log from the commit of package python-tox for openSUSE:Factory checked in at 2018-07-19 22:55:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tox (Old) and /work/SRC/openSUSE:Factory/.python-tox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tox" Thu Jul 19 22:55:15 2018 rev:22 rq:623448 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes 2018-01-02 16:32:02.863299088 +0100 +++ /work/SRC/openSUSE:Factory/.python-tox.new/python-tox.changes 2018-07-19 22:57:19.565521140 +0200 @@ -1,0 +2,8 @@ +Tue Jul 17 12:44:06 UTC 2018 - [email protected] + +- Version update to 3.1.2: + * Many changes in the code, dropped support for py <2.7 and <3.3 + * See CHANGELOG.rst +- Do not build sphinx documentation, additional dependencies + +------------------------------------------------------------------- Old: ---- tox-2.9.1.tar.gz New: ---- tox-3.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tox.spec ++++++ --- /var/tmp/diff_new_pack.lQlih8/_old 2018-07-19 22:57:20.005519775 +0200 +++ /var/tmp/diff_new_pack.lQlih8/_new 2018-07-19 22:57:20.009519763 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,34 +18,37 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tox -Version: 2.9.1 +Version: 3.1.2 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT Group: Development/Languages/Python -Url: http://tox.testrun.org/ +URL: https://github.com/tox-dev/tox Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz -# Test requirements: BuildRequires: %{python_module pip} BuildRequires: %{python_module pluggy >= 0.3.0} BuildRequires: %{python_module py >= 1.4.17} -BuildRequires: %{python_module pytest >= 2.3.5} +BuildRequires: %{python_module six >= 1.0.0} +Requires: python-six >= 1.0.0 +BuildRequires: %{python_module pytest >= 3.0.0} +BuildRequires: %{python_module pytest-cov >= 2.5.1} +BuildRequires: %{python_module pytest-mock >= 1.10.0} +BuildRequires: %{python_module pytest-timeout >= 1.3.0} +BuildRequires: %{python_module pytest-xdist >= 1.22.2} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module virtualenv >= 1.11.2} BuildRequires: python-rpm-macros -BuildRequires: python3-Sphinx BuildRequires: unzip Requires: python-pluggy >= 0.3.0 Requires: python-py >= 1.4.17 Requires: python-virtualenv >= 1.11.2 Requires(post): update-alternatives Requires(postun): update-alternatives +BuildArch: noarch %ifpython3 Provides: tox = %{version} %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %python_subpackages %description @@ -89,7 +92,6 @@ %build %python_build -python3 setup.py build_sphinx && rm -r doc/build/html/.buildinfo # Generate HTML documentation %install %python_install @@ -98,16 +100,8 @@ done %check -%{python_expand # okay -$python -m virtualenv env-%{$python_bin_suffix} --system-site-packages -. env-%{$python_bin_suffix}/bin/activate -$python setup.py install -# run test_config separately because it does something to other tests -$python -m pytest tests/test_config.py -# skip also cmdline tests, they are slow and mostly broken in our environment -$python -m pytest tests -k "not test_config and not test_z_cmdline" -deactivate -} +export PYTHONDONTWRITEBYTECODE=1 +%python_exec setup.py test %post %python_install_alternative tox tox-quickstart @@ -116,14 +110,11 @@ %python_uninstall_alternative tox %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst CHANGELOG.rst +%license LICENSE +%doc README.rst CHANGELOG.rst %python_alternative %{_bindir}/tox %python_alternative %{_bindir}/tox-quickstart %{python_sitelib}/tox-%{version}-py%{python_version}.egg-info %{python_sitelib}/tox -%files -n %{name}-doc -%doc LICENSE README.rst doc/build/html - %changelog ++++++ tox-2.9.1.tar.gz -> tox-3.1.2.tar.gz ++++++ ++++ 57480 lines of diff (skipped)
