diff --git a/pytest_regressions-2.8.3.tar.gz b/pytest_regressions-2.8.3.tar.gz deleted file mode 100644 index 5a5c169..0000000 --- a/pytest_regressions-2.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad90708bee02a3d36c78ef0b6f9692a9a30d312dd828680fd6d2a7235fcd221 -size 117168 diff --git a/pytest_regressions-2.9.1.tar.gz b/pytest_regressions-2.9.1.tar.gz new file mode 100644 index 0000000..0fe55fc --- /dev/null +++ b/pytest_regressions-2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987ed799560ab0fb3bdd7ad06c904cbee6cbad4a42c4a2a56891a54b24ee6908 +size 115361 diff --git a/python-pytest-regressions.changes b/python-pytest-regressions.changes index b7be9bf..a7987d9 100644 --- a/python-pytest-regressions.changes +++ b/python-pytest-regressions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 19 00:33:00 UTC 2026 - Steve Kowalik + +- Update to 2.9.1: + * Fix type annotation for data_regression.check. + * ImageRegression.check now supports receiving an PIL.Image object + directly. + * Support for Python 3.14 has been added, while Python 3.9 (EOL) has been + dropped. + ------------------------------------------------------------------- Mon Nov 24 03:50:29 UTC 2025 - Steve Kowalik diff --git a/python-pytest-regressions.spec b/python-pytest-regressions.spec index 37a37b9..9e26608 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.8.3 +Version: 2.9.1 Release: 0 License: MIT Summary: Python fixtures to write regression tests URL: https://github.com/ESSS/pytest-regressions Source: https://files.pythonhosted.org/packages/source/p/pytest-regressions/pytest_regressions-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -35,7 +35,7 @@ BuildRequires: %{python_module pytest >= 6.2.0} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module numpy} -BuildRequires: %{python_module pytest-datadir >= 1.2.0} +BuildRequires: %{python_module pytest-datadir >= 1.7.0} # These could be added as build dep for testing but are commented to # reduce the number of requirements. # BuildRequires: %%{python_module pandas} @@ -44,7 +44,7 @@ BuildRequires: %{python_module pytest-datadir >= 1.2.0} BuildRequires: fdupes Requires: python-PyYAML Requires: python-pytest >= 6.2.0 -Requires: python-pytest-datadir >= 1.2.0 +Requires: python-pytest-datadir >= 1.7.0 Suggests: python-matplotlib Suggests: python-numpy Suggests: python-pandas