- 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:
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

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>