automatic version update by autodist [release 2.0.0-1mamba;Wed Jul 31 2024]

This commit is contained in:
Automatic Build System 2024-08-01 11:14:48 +02:00
parent 3988620930
commit 378f7718c5

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-sphinxcontrib-serializinghtml
Version: 1.1.10
Version: 2.0.0
Release: 1mamba
Summary: A sphinx extension which outputs "serialized" HTML files (json and pickle)
Group: System/Libraries
@ -47,9 +47,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/sphinxcontrib/serializinghtml
%{python_sitelib}/sphinxcontrib/serializinghtml/*
%doc LICENSE
%doc LICENCE.rst
%changelog
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
- automatic version update by autodist
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 1.1.10-1mamba
- automatic version update by autodist