forked from pool/python-pytest-regressions
Update to 2.9.1 #2
BIN
pytest_regressions-2.8.3.tar.gz
LFS
BIN
pytest_regressions-2.8.3.tar.gz
LFS
Binary file not shown.
BIN
pytest_regressions-2.9.1.tar.gz
LFS
Normal file
BIN
pytest_regressions-2.9.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 19 00:33:00 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Mon Nov 24 03:50:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-regressions
|
Name: python-pytest-regressions
|
||||||
Version: 2.8.3
|
Version: 2.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Python fixtures to write regression tests
|
Summary: Python fixtures to write regression tests
|
||||||
URL: https://github.com/ESSS/pytest-regressions
|
URL: https://github.com/ESSS/pytest-regressions
|
||||||
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 base >= 3.10}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -35,7 +35,7 @@ BuildRequires: %{python_module pytest >= 6.2.0}
|
|||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module numpy}
|
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
|
# These could be added as build dep for testing but are commented to
|
||||||
# reduce the number of requirements.
|
# reduce the number of requirements.
|
||||||
# BuildRequires: %%{python_module pandas}
|
# BuildRequires: %%{python_module pandas}
|
||||||
@@ -44,7 +44,7 @@ BuildRequires: %{python_module pytest-datadir >= 1.2.0}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-pytest >= 6.2.0
|
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-matplotlib
|
||||||
Suggests: python-numpy
|
Suggests: python-numpy
|
||||||
Suggests: python-pandas
|
Suggests: python-pandas
|
||||||
|
|||||||
Reference in New Issue
Block a user