- update to 1.0.7:
* 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-qthelp?expand=0&rev=13
This commit is contained in:
parent
d64e88ed77
commit
90103c74ed
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 14 10:48:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.0.7:
|
||||||
|
* Remove Sphinx as a required dependency, as circular
|
||||||
|
dependencies may cause failure with package managers that
|
||||||
|
expect a directed acyclic graph (DAG) of dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 29 19:07:11 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Tue Aug 29 19:07:11 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sphinxcontrib-qthelp%{psuffix}
|
Name: python-sphinxcontrib-qthelp%{psuffix}
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension which outputs QtHelp
|
Summary: Sphinx extension which outputs QtHelp
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -39,7 +39,6 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 5.0
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx >= 5.0}
|
BuildRequires: %{python_module Sphinx >= 5.0}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62b9d1a186ab7f5ee3356d906f648cacb7a6bdb94d201ee7adf26db55092982d
|
|
||||||
size 16555
|
|
3
sphinxcontrib_qthelp-1.0.7.tar.gz
Normal file
3
sphinxcontrib_qthelp-1.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6
|
||||||
|
size 16685
|
Loading…
Reference in New Issue
Block a user