- update to 2.5.0:

* Dropped support for EOL Python 3.6 and Python 3.7.
  * Added support for Python 3.11.
  * Make ``dataframe_regression`` compatible with classes inheriting
    from ``pandas.DataFrame``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=12
This commit is contained in:
Dirk Mueller 2023-09-07 09:51:59 +00:00 committed by Git OBS Bridge
parent 341fa220d8
commit 8b6c65ea87
4 changed files with 13 additions and 4 deletions

BIN
pytest-regressions-2.4.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest-regressions-2.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 7 09:51:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Dropped support for EOL Python 3.6 and Python 3.7.
* Added support for Python 3.11.
* Make ``dataframe_regression`` compatible with classes inheriting
from ``pandas.DataFrame``.
-------------------------------------------------------------------
Tue May 30 12:07:58 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-regressions
Version: 2.4.2
Version: 2.5.0
Release: 0
License: MIT
Summary: Python fixtures to write regression tests