- update to 1.0.4:

* Fix package name
  * Drop Python 3.8 and lower
  * Fix deprecation warnings from Sphinx 6.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-applehelp?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2023-03-06 20:33:39 +00:00 committed by Git OBS Bridge
parent 4a37f877b9
commit a92b4a41e5
4 changed files with 18 additions and 9 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 6 20:30:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.4:
* Fix package name
* Drop Python 3.8 and lower
* Fix deprecation warnings from Sphinx 6.1
-------------------------------------------------------------------
Fri Mar 6 12:57:06 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-applehelp
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,14 +27,15 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinxcontrib-applehelp%{psuffix}
Version: 1.0.2
Version: 1.0.4
Release: 0
Summary: Sphinx extension which outputs Apple help books
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: python-rpm-macros
@ -54,11 +55,11 @@ sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
%setup -q -n sphinxcontrib-applehelp-%{version}
%build
%python_build
%pyproject_wheel
%install
%if !%{with test}
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58
size 24548

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e
size 24766