Package: release.debian.org Severity: normal X-Debbugs-Cc: markdown-it...@packages.debian.org Control: affects -1 + src:markdown-it-py User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package markdown-it-py, it is a key package. [ Reason ] Does not work without a dependency on python3-linkify-it. [ Impact ] Minimal, only adding dependency on python3-linkify-it at build & run time. [ Tests ] I enabled the test related to python3-linkify-it that were previously disabled waiting for an ITP. [ Risks ] Having a non working package in Trixie. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] Have a nice day. unblock markdown-it-py/3.0.0-3
diff -Nru markdown-it-py-3.0.0/debian/changelog markdown-it-py-3.0.0/debian/changelog --- markdown-it-py-3.0.0/debian/changelog 2023-06-19 15:24:55.000000000 +0200 +++ markdown-it-py-3.0.0/debian/changelog 2025-05-20 15:08:32.000000000 +0200 @@ -1,3 +1,11 @@ +markdown-it-py (3.0.0-3) unstable; urgency=medium + + * Team upload. + * Add explicitely dependency on python3-linkify-it + & enable related tests (Closes: #1065508) + + -- Alexandre Detiste <tc...@debian.org> Tue, 20 May 2025 15:08:32 +0200 + markdown-it-py (3.0.0-2) unstable; urgency=medium * d/control: Add Breaks for python3-mdit-py-plugins << 0.4.0-1. diff -Nru markdown-it-py-3.0.0/debian/control markdown-it-py-3.0.0/debian/control --- markdown-it-py-3.0.0/debian/control 2023-06-19 15:24:11.000000000 +0200 +++ markdown-it-py-3.0.0/debian/control 2025-05-20 15:07:25.000000000 +0200 @@ -10,6 +10,7 @@ python3-all, python3-attr, python3-commonmark <!nocheck>, + python3-linkify-it <!nocheck>, python3-markdown <!nocheck>, python3-mdurl, python3-mistletoe <!nocheck>, @@ -29,6 +30,7 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, + python3-linkify-it, Breaks: python3-mdit-py-plugins (<< 0.4.0-1), Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, diff -Nru markdown-it-py-3.0.0/debian/rules markdown-it-py-3.0.0/debian/rules --- markdown-it-py-3.0.0/debian/rules 2023-05-09 22:46:47.000000000 +0200 +++ markdown-it-py-3.0.0/debian/rules 2025-05-20 15:06:49.000000000 +0200 @@ -1,10 +1,5 @@ #! /usr/bin/make -f - -# ignore linkify tests until linkify is package in Debian #997970 -export PYBUILD_TEST_ARGS=--ignore tests/test_linkify.py \ - --ignore tests/test_port/test_fixtures.py \ - -k 'not test_linkify' export PYBUILD_NAME=markdown-it-py