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 2025-11-25 15:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-regressions (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-regressions.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-regressions"

Tue Nov 25 15:50:11 2025 rev:8 rq:1319615 version:2.8.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-regressions/python-pytest-regressions.changes
      2025-05-07 19:16:26.119131428 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-regressions.new.14147/python-pytest-regressions.changes
   2025-11-25 15:51:01.565877339 +0100
@@ -1,0 +2,17 @@
+Mon Nov 24 03:50:29 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 2.8.3:
+  * Fixed support for pandas.CategoricalDtype, regressed in 2.8.1.
+  * Reintroduced support for datetime columns in dataframe_regression.
+  * Removed check against numpy-2.0-deprecated a dtype alias.
+  * Replaced datadir with the lazy_datadir fixture for improved performance
+    in test suites with large data directories.
+  * Python 3.12 and 3.13 are now officially supported.
+  * Python 3.8 (EOL) is no longer supported.
+  * Added fullpath parameter to image_regression.check.
+  * Added documentation for specifying custom data directories.
+  * Added new round_digits to data_regression.check, which when given will
+    round all float values to the given number of dicts (recursively) before
+    saving the data to disk.
+
+-------------------------------------------------------------------

Old:
----
  pytest-regressions-2.5.0.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  pytest_regressions-2.8.3.tar.gz

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

Other differences:
------------------
++++++ python-pytest-regressions.spec ++++++
--- /var/tmp/diff_new_pack.BJwtQI/_old  2025-11-25 15:51:02.525917894 +0100
+++ /var/tmp/diff_new_pack.BJwtQI/_new  2025-11-25 15:51:02.529918063 +0100
@@ -18,13 +18,13 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pytest-regressions
-Version:        2.5.0
+Version:        2.8.3
 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
+Source:         
https://files.pythonhosted.org/packages/source/p/pytest-regressions/pytest_regressions-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
@@ -57,7 +57,7 @@
 Python fixtures to write regression tests.
 
 %prep
-%autosetup -p1 -n pytest-regressions-%{version}
+%autosetup -p1 -n pytest_regressions-%{version}
 
 %build
 %pyproject_wheel

++++++ _scmsync.obsinfo ++++++
mtime: 1763956324
commit: 1ad4edf6fe5f668239f78a807d8d75e542f05d4a4b40c96f928712fd278c0d40
url: https://src.opensuse.org/python-pytest/python-pytest-regressions.git
revision: 1ad4edf6fe5f668239f78a807d8d75e542f05d4a4b40c96f928712fd278c0d40
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-11-24 05:01:04.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to