diff --git a/pytest-regressions-2.5.0.tar.gz b/pytest-regressions-2.5.0.tar.gz deleted file mode 100644 index 0dc3a9a..0000000 --- a/pytest-regressions-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:818c7884c1cff3babf89eebb02cbc27b307856b1985427c24d52cb812a106fd9 -size 113615 diff --git a/pytest_regressions-2.8.3.tar.gz b/pytest_regressions-2.8.3.tar.gz new file mode 100644 index 0000000..5a5c169 --- /dev/null +++ b/pytest_regressions-2.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad90708bee02a3d36c78ef0b6f9692a9a30d312dd828680fd6d2a7235fcd221 +size 117168 diff --git a/python-pytest-regressions.changes b/python-pytest-regressions.changes index 2a3f0f6..b7be9bf 100644 --- a/python-pytest-regressions.changes +++ b/python-pytest-regressions.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 24 03:50:29 UTC 2025 - Steve Kowalik + +- 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. + ------------------------------------------------------------------- Wed May 7 06:58:19 UTC 2025 - Steve Kowalik diff --git a/python-pytest-regressions.spec b/python-pytest-regressions.spec index bff533f..37a37b9 100644 --- a/python-pytest-regressions.spec +++ b/python-pytest-regressions.spec @@ -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 @@ BuildArch: noarch Python fixtures to write regression tests. %prep -%autosetup -p1 -n pytest-regressions-%{version} +%autosetup -p1 -n pytest_regressions-%{version} %build %pyproject_wheel