Accepting request 1069746 from devel:languages:python
- 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/request/show/1069746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-applehelp?expand=0&rev=3
This commit is contained in:
commit
7ecac84bd1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58
|
||||
size 24548
|
3
sphinxcontrib-applehelp-1.0.4.tar.gz
Normal file
3
sphinxcontrib-applehelp-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e
|
||||
size 24766
|
Loading…
x
Reference in New Issue
Block a user