diff --git a/python-sphinxcontrib-applehelp.changes b/python-sphinxcontrib-applehelp.changes index 0f2fa7d..7bc39a8 100644 --- a/python-sphinxcontrib-applehelp.changes +++ b/python-sphinxcontrib-applehelp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 6 20:30:37 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 551c75f..f6acd88 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -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 diff --git a/sphinxcontrib-applehelp-1.0.2.tar.gz b/sphinxcontrib-applehelp-1.0.2.tar.gz deleted file mode 100644 index 8680604..0000000 --- a/sphinxcontrib-applehelp-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58 -size 24548 diff --git a/sphinxcontrib-applehelp-1.0.4.tar.gz b/sphinxcontrib-applehelp-1.0.4.tar.gz new file mode 100644 index 0000000..c537b42 --- /dev/null +++ b/sphinxcontrib-applehelp-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e +size 24766