14
0

- update to 1.0.6:

* Remove Sphinx as a required dependency, as circular
    dependencies may cause failure with package managers that
    expect a directed acyclic graph (DAG) of dependencies.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-devhelp?expand=0&rev=12
This commit is contained in:
2024-01-14 10:44:17 +00:00
committed by Git OBS Bridge
parent bd63808ef5
commit fccee47896
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 14 10:42:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.6:
* Remove Sphinx as a required dependency, as circular
dependencies may cause failure with package managers that
expect a directed acyclic graph (DAG) of dependencies.
-------------------------------------------------------------------
Thu Sep 7 11:17:56 UTC 2023 - Dirk Müller <dmueller@suse.com>