update to 2.0.4 [release 2.0.4-1mamba;Tue Sep 19 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:42:49 +01:00
parent cf1088053a
commit 6746afb9d8

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-sphinxcontrib-htmlhelp Name: python-sphinxcontrib-htmlhelp
Version: 2.0.1 Version: 2.0.4
Release: 1mamba Release: 1mamba
Summary: A sphinx extension which renders HTML help files Summary: A sphinx extension which renders HTML help files
Group: System/Libraries Group: System/Libraries
@ -8,10 +8,11 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.sphinx-doc.org/en/master/ URL: https://www.sphinx-doc.org/en/master/
Source: https://pypi.debian.net/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz Source: https://pypi.debian.net/sphinxcontrib-htmlhelp/sphinxcontrib_htmlhelp-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(sphinx)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -24,7 +25,7 @@ Obsoletes: python-sphinxcontrib-htmlhelp < 2.0.0
%endif %endif
%prep %prep
%setup -q -n sphinxcontrib-htmlhelp-%{version} %setup -q -n sphinxcontrib_htmlhelp-%{version}
%build %build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -49,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE %doc LICENSE
%changelog %changelog
* Tue Sep 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-1mamba
- update to 2.0.4
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba * Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic version update by autodist - automatic version update by autodist