[packages/hotdoc] - force newer wheezy.template to work with python3.13; release 4
qboosh
qboosh at pld-linux.org
Sun Apr 6 14:23:14 CEST 2025
commit c7dc41fa030bec1652cf84d9ac19e2e6fad8aff3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 6 13:36:27 2025 +0200
- force newer wheezy.template to work with python3.13; release 4
hotdoc.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/hotdoc.spec b/hotdoc.spec
index 8549837..4abfdb4 100644
--- a/hotdoc.spec
+++ b/hotdoc.spec
@@ -8,7 +8,7 @@ Summary: A documentation tool micro-framework
Summary(pl.UTF-8): Mikroszkielet narzędzia do tworzenia dokumentacji
Name: hotdoc
Version: 0.16
-Release: 3
+Release: 4
License: LGPL v2.1+
Group: Development/Tools
#Source0Download: https://github.com/hotdoc/hotdoc/tags
@@ -49,7 +49,8 @@ BuildRequires: python3-networkx >= 2.5
BuildRequires: python3-pkgconfig
BuildRequires: python3-schema
BuildRequires: python3-toposort >= 1.4
-BuildRequires: python3-wheezy.template
+# fails on python3.13 with wheezy.template 3.1.0
+BuildRequires: python3-wheezy.template >= 3.2
Requires: clang
# libclang.so dlopen in c extension
Requires: clang-devel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hotdoc.git/commitdiff/c7dc41fa030bec1652cf84d9ac19e2e6fad8aff3
More information about the pld-cvs-commit
mailing list