- Update to 0.6.3:

* Forgot to bump minimum required pytest version in pytest-sphinx 0.6.2 #64
  * Adapt to incompatible `import_path` API change in pytest 8.1.1. Pytest
    8.1.1 is required by pytest-sphinx now.
  * Require pytest >= 8.0 #59
  * Drop support for python 3.7 #59

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-sphinx?expand=0&rev=15
This commit is contained in:
2024-05-07 04:40:41 +00:00
committed by Git OBS Bridge
parent d532f1af15
commit 7b3f4d3c66
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 7 04:40:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.6.3:
* Forgot to bump minimum required pytest version in pytest-sphinx 0.6.2 #64
* Adapt to incompatible `import_path` API change in pytest 8.1.1. Pytest
8.1.1 is required by pytest-sphinx now.
* Require pytest >= 8.0 #59
* Drop support for python 3.7 #59
-------------------------------------------------------------------
Mon May 8 08:26:45 UTC 2023 - Dirk Müller <dmueller@suse.com>