Hello community,

here is the log from the commit of package python-pytest-xdist for 
openSUSE:Leap:15.2 checked in at 2020-04-28 20:09:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-xdist (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pytest-xdist.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-xdist"

Tue Apr 28 20:09:30 2020 rev:27 rq:795788 version:1.27.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-xdist/python-pytest-xdist.changes    
    2020-01-15 15:52:20.415559967 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-xdist.new.2738/python-pytest-xdist.changes
      2020-04-28 20:09:31.456330842 +0200
@@ -1,0 +2,31 @@
+Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.27.0:
+  * #374: The new ``pytest_xdist_getremotemodule`` hook allows overriding the 
module run on remote nodes.
+  * #415: Improve behavior of ``--numprocesses=auto`` to work well with 
``--pdb`` option.
+
+-------------------------------------------------------------------
+Tue Feb 12 12:57:15 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.26.1:
+  * #406: Do not implement deprecated pytest_logwarning hook in pytest 
versions where it is deprecated.
+  * #376: The current directory is no longer added sys.path for local workers, 
only for remote connections.
+  * #379: Warning attributes are checked to make sure they can be dumped prior 
to serializing the warning for submission to the master node.
+  * #372: Pytest versions older than 3.6 are no longer supported.
+  * #373: Node setup information is hidden when pytest is run in quiet mode to 
reduce noise on many-core machines.
+  * #388: mainargv is made available in workerinput from the host's sys.argv.
+  * #384: pytest 4.1 support: ExceptionInfo API changes.
+  * #390: pytest 4.1 support: pytest_logwarning hook removed.
+
+-------------------------------------------------------------------
+Fri Oct 26 12:56:22 UTC 2018 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to version 1.23.2
+- add python-six to runtime deps
+  * Fix issue where Warnings could cause pytest to fail if they
+     do not set the args attribute correctly.
+  * Fix warnings transfer between workers and master node with pytest >= 3.8
+  * Improve collection performance by reducing the number of events
+     sent to master node
+
+-------------------------------------------------------------------

Old:
----
  pytest-xdist-1.22.2.tar.gz

New:
----
  pytest-xdist-1.27.0.tar.gz

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

Other differences:
------------------
++++++ python-pytest-xdist.spec ++++++
--- /var/tmp/diff_new_pack.TSMYtq/_old  2020-04-28 20:09:31.856331672 +0200
+++ /var/tmp/diff_new_pack.TSMYtq/_new  2020-04-28 20:09:31.856331672 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-xdist
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,28 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-xdist
-Version:        1.22.2
+Version:        1.27.0
 Release:        0
 Summary:        Distributed testing and loop-on-failing for py.test
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://bitbucket.org/pytest-dev/pytest-xdist
+Url:            https://github.com/pytest-dev/pytest-xdist
 Source0:        
https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module execnet >= 1.1}
+BuildRequires:  %{python_module filelock}
+BuildRequires:  %{python_module pytest >= 3.6.0}
+BuildRequires:  %{python_module pytest-forked}
 BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  dos2unix
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-execnet >= 1.1
-Requires:       python-pytest >= 3.0.0
+Requires:       python-pytest >= 3.6.0
 Requires:       python-pytest-forked
+Requires:       python-six
 BuildArch:      noarch
 %python_subpackages
 
@@ -63,8 +66,7 @@
 
 %prep
 %setup -q -n pytest-xdist-%{version}
-# disable failing tests (we cannot deal with too narrow deps here..)
-dos2unix README.rst
+sed -i 's/\r//' README.rst
 
 %build
 %python_build
@@ -73,6 +75,9 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
+
 %files %{python_files}
 %doc CHANGELOG.rst ISSUES.txt README.rst
 %license LICENSE

++++++ pytest-xdist-1.22.2.tar.gz -> pytest-xdist-1.27.0.tar.gz ++++++
++++ 5999 lines of diff (skipped)


Reply via email to