Hello community,

here is the log from the commit of package python-tox for openSUSE:Factory 
checked in at 2019-05-16 21:59:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tox (Old)
 and      /work/SRC/openSUSE:Factory/.python-tox.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tox"

Thu May 16 21:59:11 2019 rev:27 rq:703496 version:3.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes    2019-05-12 
11:32:36.413730843 +0200
+++ /work/SRC/openSUSE:Factory/.python-tox.new.5148/python-tox.changes  
2019-05-16 21:59:13.662805691 +0200
@@ -1,0 +2,19 @@
+Thu May 16 17:04:41 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.11.1:
+  * When creating virtual environments we no longer ask the python to tell
+    its path, but rather use the discovered path.
+
+-------------------------------------------------------------------
+Wed May 15 20:35:25 UTC 2019 - Jonathan Harker <jhar...@suse.com>
+
+- Update to 3.11.0:
+  * --showconfig overhaul 
+
+-------------------------------------------------------------------
+Mon May 13 23:22:47 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.10.0:
+  * Please see changelog.rst
+
+-------------------------------------------------------------------

Old:
----
  tox-3.8.1.tar.gz

New:
----
  tox-3.11.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tox.spec ++++++
--- /var/tmp/diff_new_pack.hfsblx/_old  2019-05-16 21:59:16.038804342 +0200
+++ /var/tmp/diff_new_pack.hfsblx/_new  2019-05-16 21:59:16.062804329 +0200
@@ -23,7 +23,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tox
-Version:        3.8.1
+Version:        3.11.1
 Release:        0
 Summary:        Virtualenv-based automation of test activities
 License:        MIT
@@ -31,6 +31,7 @@
 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_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-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
@@ -121,11 +122,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-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
@@ -138,7 +138,7 @@
 %doc README.md docs/changelog.rst CONTRIBUTORS CONTRIBUTING.rst
 %python_alternative %{_bindir}/tox
 %python_alternative %{_bindir}/tox-quickstart
-%{python_sitelib}/tox-%{version}*.*-info
+%{python_sitelib}/tox-%{version}*
 %{python_sitelib}/tox
 
 %changelog

++++++ tox-3.8.1.tar.gz -> tox-3.11.1.tar.gz ++++++
++++ 3668 lines of diff (skipped)


Reply via email to