14
0

- update to 1.0.5:

* Use ``os.PathLike`` over ``pathlib.Path``
  * Fix tests for Sphinx 7.1 and below
  * Drop support for Python 3.5, 3.6, 3.7, and 3.8
  * Raise minimum required Sphinx version to 5.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-devhelp?expand=0&rev=10
This commit is contained in:
2023-09-07 11:20:42 +00:00
committed by Git OBS Bridge
parent 905af5081e
commit bd63808ef5
4 changed files with 22 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 7 11:17:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.5:
* Use ``os.PathLike`` over ``pathlib.Path``
* Fix tests for Sphinx 7.1 and below
* Drop support for Python 3.5, 3.6, 3.7, and 3.8
* Raise minimum required Sphinx version to 5.0
-------------------------------------------------------------------
Fri Apr 21 12:36:52 UTC 2023 - Dirk Müller <dmueller@suse.com>