Hello community,
here is the log from the commit of package python-pytest-xdist for
openSUSE:Factory checked in at 2018-02-25 11:47:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-xdist (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-xdist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-xdist"
Sun Feb 25 11:47:16 2018 rev:5 rq:579827 version:1.22.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-xdist/python-pytest-xdist.changes
2018-01-13 21:48:28.471761390 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-xdist.new/python-pytest-xdist.changes
2018-02-25 11:47:19.879801817 +0100
@@ -1,0 +2,16 @@
+Sat Feb 24 18:47:34 UTC 2018 - [email protected]
+
+- cleanup Requires and spec
+
+-------------------------------------------------------------------
+Sat Feb 24 18:29:53 UTC 2018 - [email protected]
+
+- update to version 1.22.1:
+ * Bug Fixes
+ + Fix issue when using loadscope or loadfile where tests would
+ fail to start if the first scope had only one test. (#257)
+ * Trivial Changes
+ + Change terminology used by pytest-xdist to master and worker in
+ arguments and messages (for example --max-worker-reset). (#234)
+
+-------------------------------------------------------------------
Old:
----
pytest-xdist-1.22.0.tar.gz
New:
----
pytest-xdist-1.22.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-xdist.spec ++++++
--- /var/tmp/diff_new_pack.6u8ZlK/_old 2018-02-25 11:47:20.967762339 +0100
+++ /var/tmp/diff_new_pack.6u8ZlK/_new 2018-02-25 11:47:20.971762194 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-xdist
-Version: 1.22.0
+Version: 1.22.1
Release: 0
Summary: Distributed testing and loop-on-failing for py.test
License: MIT
@@ -31,14 +31,7 @@
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-apipkg >= 1.4
-# test requirements
-#BuildRequires: %%{python_module apipkg >= 1.4}
-#BuildRequires: %%{python_module execnet >= 1.1}
-#BuildRequires: %%{python_module py >= 1.4.22}
-#BuildRequires: %%{python_module pytest >= 2.4.2}
Requires: python-execnet >= 1.1
-Requires: python-py >= 1.4.22
Requires: python-pytest >= 3.0.0
Requires: python-pytest-forked
BuildArch: noarch
@@ -71,9 +64,6 @@
%prep
%setup -q -n pytest-xdist-%{version}
# disable failing tests (we cannot deal with too narrow deps here..)
-sed -i -e 's/def test_n1_import_error/def disable_n1_import_error/' \
- -e 's/def test_manytests_to_one_import_error/def
disable_manytests_to_one_import_error/' \
- testing/acceptance_test.py
dos2unix README.rst
%build
@@ -83,12 +73,9 @@
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
-# Tests leave BUILDROOT traces in __pycache__ and I couldn't fix it
-#%%check
-#%%python_expand PYTHONPATH=%%{buildroot}%{$python_sitelib}
py.test-%{$python_version} -v -k"-test_n1_import_error
-test_manytests_to_one_import_error" testing
-
%files %{python_files}
-%doc CHANGELOG.rst ISSUES.txt LICENSE README.rst
+%doc CHANGELOG.rst ISSUES.txt README.rst
+%license LICENSE
%{python_sitelib}/xdist
%{python_sitelib}/pytest_xdist-%{version}-py%{python_version}.egg-info
++++++ pytest-xdist-1.22.0.tar.gz -> pytest-xdist-1.22.1.tar.gz ++++++
++++ 3038 lines of diff (skipped)