Control: tags 1088876 + patch Dear maintainer,
I've uploaded an NMU for python-xsdata (versioned as 24.1-1.1). The diff is attached to this message. cu Adrian
diffstat for python-xsdata-24.1 python-xsdata-24.1 changelog | 8 ++++++++ control | 1 + tests/control | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff -Nru python-xsdata-24.1/debian/changelog python-xsdata-24.1/debian/changelog --- python-xsdata-24.1/debian/changelog 2024-04-02 21:41:14.000000000 +0300 +++ python-xsdata-24.1/debian/changelog 2025-04-10 21:27:03.000000000 +0300 @@ -1,3 +1,11 @@ +python-xsdata (24.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * python3-xsdata: Depend on ruff. (Closes: #1088876) + * autopkgtest: skip-not-installable + + -- Adrian Bunk <b...@debian.org> Thu, 10 Apr 2025 21:27:03 +0300 + python-xsdata (24.1-1) unstable; urgency=low * New upstream version 24.1 diff -Nru python-xsdata-24.1/debian/control python-xsdata-24.1/debian/control --- python-xsdata-24.1/debian/control 2024-04-02 21:41:14.000000000 +0300 +++ python-xsdata-24.1/debian/control 2025-04-10 21:27:03.000000000 +0300 @@ -70,6 +70,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, + ruff, Suggests: python-xsdata-doc, Description: Naive XML Bindings for Python (Python 3) diff -Nru python-xsdata-24.1/debian/tests/control python-xsdata-24.1/debian/tests/control --- python-xsdata-24.1/debian/tests/control 2024-04-02 21:41:14.000000000 +0300 +++ python-xsdata-24.1/debian/tests/control 2025-04-10 21:27:03.000000000 +0300 @@ -3,4 +3,4 @@ python3-all, @, @builddeps@, -Restrictions: allow-stderr +Restrictions: allow-stderr, skip-not-installable