14
0

- update to 2.0.5:

* 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-htmlhelp?expand=0&rev=18
This commit is contained in:
2024-01-14 10:47:45 +00:00
committed by Git OBS Bridge
parent 31fe14f295
commit 6a283da335
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-sphinxcontrib-htmlhelp%{psuffix}
Version: 2.0.4
Version: 2.0.5
Release: 0
Summary: Sphinx contrib extension to generate html help files
License: BSD-2-Clause
@@ -39,7 +39,6 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 5.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Sphinx >= 5.0}