Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-regressions for
openSUSE:Factory checked in at 2023-05-10 16:17:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-regressions (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-regressions.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-regressions"
Wed May 10 16:17:23 2023 rev:3 rq:1085835 version:2.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-regressions/python-pytest-regressions.changes
2023-05-09 13:07:18.437010069 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-regressions.new.1533/python-pytest-regressions.changes
2023-05-10 16:17:27.394595678 +0200
@@ -1,0 +2,22 @@
+Tue May 9 21:07:08 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2.4.2:
+ * Properly handle missing index ``0``.
+ * Compatibility fix for pytest 6.2.
+ * New ``--regen-all`` flag, which regenerates all files without
+ failing the tests. Useful to regenerate all files in
+ the test suite with a single run.
+ * The public API is now fully type annotated.
+ * ``pytest>=6.2`` is now required.
+ * Properly handle empty and NaN values on
+ num_regression and dataframe_regression.
+ * New ``--with-test-class-names`` command-line flag to consider
+ test class names when composing the expected and obtained
+ data filenames. Needed when the same module contains
+ different classes with the same method names.
+ * New ``ndarrays_regression``, for comparing NumPy arrays with
+ arbitrary shape.
+ * Fix ``empty string bug`` on dataframe regression.
+- drop np_num-deprecated.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
np_num-deprecated.patch
pytest-regressions-2.2.0.tar.gz
New:
----
pytest-regressions-2.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-regressions.spec ++++++
--- /var/tmp/diff_new_pack.cJTUEu/_old 2023-05-10 16:17:27.870598494 +0200
+++ /var/tmp/diff_new_pack.cJTUEu/_new 2023-05-10 16:17:27.874598517 +0200
@@ -18,21 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-pytest-regressions
-Version: 2.2.0
+Version: 2.4.2
Release: 0
License: MIT
Summary: Python fixtures to write regression tests
URL: https://github.com/ESSS/pytest-regressions
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/p/pytest-regressions/pytest-regressions-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM np_num-deprecated.patch gh#ESSS/pytest-regressions#63
[email protected]
-# don't use deprecated np.* types
-Patch0: np_num-deprecated.patch
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module pytest >= 3.5.0}
+BuildRequires: %{python_module pytest >= 6.2.0}
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module matplotlib}
@@ -42,7 +39,7 @@
# /SECTION
BuildRequires: fdupes
Requires: python-PyYAML
-Requires: python-pytest >= 3.5.0
+Requires: python-pytest >= 6.2.0
Requires: python-pytest-datadir >= 1.2.0
Suggests: python-matplotlib
Suggests: python-numpy
++++++ pytest-regressions-2.2.0.tar.gz -> pytest-regressions-2.4.2.tar.gz ++++++
++++ 3411 lines of diff (skipped)