From 496c413fd90854da990d93157a2d5cacd2965b7e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:42:35 +0100 Subject: [PATCH] update to 0.13.2 [release 0.13.2-1mamba;Wed Feb 24 2021] --- hotdoc.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/hotdoc.spec b/hotdoc.spec index 22338bb..fc66b61 100644 --- a/hotdoc.spec +++ b/hotdoc.spec @@ -1,6 +1,6 @@ Name: hotdoc -Version: 0.12.2 -Release: 4mamba +Version: 0.13.2 +Release: 1mamba Summary: A documentation micro-framework Group: Applications/Development Vendor: openmamba @@ -19,18 +19,17 @@ BuildRequires: libpython3-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END Requires: python-schema-py3 -Requires: python-networkx1-py3 +Requires: python-networkx-py3 Requires: python-cchardet-py3 -Requires: python-pkgconfig-py3 = 1.1.0 +Requires: python-pkgconfig-py3 Requires: python-dbus-deviation-py3 Requires: python-xdg-py3 Requires: python-toposort-py3 -Requires: python-wheezy-template-py3 = 0.1.167 +Requires: python-wheezy-template-py3 Requires: python-decorator-py3 Requires: python-contextlib2-py3 Requires: python-lxml-py3 Requires: python-appdirs-py3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Hotdoc is a documentation micro-framework. It provides an interface for extensions to plug upon, along with some base objects (formatters, ...). @@ -41,7 +40,8 @@ Hotdoc is a documentation micro-framework. It provides an interface for extensio %setup -q %build -CFLAGS="%{optflags}" %{__python3} setup.py build || %{__python3} setup.py build +CFLAGS="%{optflags}" %{__python3} setup.py build +#|| %{__python3} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -58,6 +58,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %changelog +* Wed Feb 24 2021 Silvan Calarco 0.13.2-1mamba +- update to 0.13.2 + * Sun Oct 11 2020 Silvan Calarco 0.12.2-4mamba - require python-appdirs-py3