Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
44bcadcba4 |
@ -1,19 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 8 12:53:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 2.0.0:
|
|
||||||
* Adopt Ruff
|
|
||||||
* Tighten MyPy settings
|
|
||||||
* Update GitHub actions versions
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jan 14 10:40:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 1.0.8:
|
|
||||||
* 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:03:33 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Tue Aug 29 19:03:33 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-applehelp
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define skip_python2 1
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -26,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sphinxcontrib-applehelp%{psuffix}
|
Name: python-sphinxcontrib-applehelp%{psuffix}
|
||||||
Version: 2.0.0
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension which outputs Apple help books
|
Summary: Sphinx extension which outputs Apple help books
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -39,6 +40,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
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}
|
||||||
@ -69,8 +71,8 @@ sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
|
|||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst CHANGES.rst
|
%doc README.rst CHANGES
|
||||||
%license LICENCE.rst
|
%license LICENSE
|
||||||
%dir %{python_sitelib}/sphinxcontrib
|
%dir %{python_sitelib}/sphinxcontrib
|
||||||
%{python_sitelib}/sphinxcontrib/applehelp
|
%{python_sitelib}/sphinxcontrib/applehelp
|
||||||
%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info
|
%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info
|
||||||
|
BIN
sphinxcontrib_applehelp-1.0.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinxcontrib_applehelp-1.0.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sphinxcontrib_applehelp-2.0.0.tar.gz
(Stored with Git LFS)
BIN
sphinxcontrib_applehelp-2.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user