Control: tags 1135450 + patch
Control: tags 1135450 + pending


Dear maintainer,

I've prepared an NMU for python-beartype (versioned as 0.22.9-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should cancel it.

br,
Sébastien
diffstat for python-beartype-0.22.9 python-beartype-0.22.9

 changelog |    8 ++++++++
 rules     |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru python-beartype-0.22.9/debian/changelog python-beartype-0.22.9/debian/changelog
--- python-beartype-0.22.9/debian/changelog	2025-12-26 18:16:19.000000000 +0100
+++ python-beartype-0.22.9/debian/changelog	2026-05-11 09:15:15.000000000 +0200
@@ -1,3 +1,11 @@
+python-beartype (0.22.9-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS. grep for 'defer="defer"' in addition to 'async="async"'
+    in d/rules (Closes: #1135450)
+
+ -- Sébastien Noel <[email protected]>  Mon, 11 May 2026 09:15:15 +0200
+
 python-beartype (0.22.9-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-beartype-0.22.9/debian/rules python-beartype-0.22.9/debian/rules
--- python-beartype-0.22.9/debian/rules	2025-11-12 22:48:42.000000000 +0100
+++ python-beartype-0.22.9/debian/rules	2026-05-11 09:15:15.000000000 +0200
@@ -14,5 +14,5 @@
 	PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \
 	sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
 	rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees && \
-	grep -irl 'async="async".*mathjax' $(CURDIR)/.pybuild/docs/html | xargs sed -i '/async="async".*mathjax/d'
+	grep -irl '\(async="async"\|defer="defer"\).*mathjax' $(CURDIR)/.pybuild/docs/html | xargs sed -i '/\(async="async"\|defer="defer"\).*mathjax/d'
 endif

Reply via email to