Control: tag -1 patch pending Dear maintainer,
I've prepared an NMU for gavodachs (versioned as 2.10+dfsg-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards, -- Colin Watson (he/him) [cjwat...@debian.org]
diff -Nru gavodachs-2.10+dfsg/debian/changelog gavodachs-2.10+dfsg/debian/changelog --- gavodachs-2.10+dfsg/debian/changelog 2024-07-24 08:49:14.000000000 +0100 +++ gavodachs-2.10+dfsg/debian/changelog 2024-12-05 12:28:47.000000000 +0000 @@ -1,3 +1,9 @@ +gavodachs (2.10+dfsg-1.1) unstable; urgency=medium + + * Accept renamed python3-python-multipart (see #1085728). + + -- Colin Watson <cjwat...@debian.org> Thu, 05 Dec 2024 12:28:47 +0000 + gavodachs (2.10+dfsg-1) unstable; urgency=medium * Updating watchfile for two-digit minor versions diff -Nru gavodachs-2.10+dfsg/debian/control gavodachs-2.10+dfsg/debian/control --- gavodachs-2.10+dfsg/debian/control 2024-07-24 08:49:14.000000000 +0100 +++ gavodachs-2.10+dfsg/debian/control 2024-12-05 12:28:47.000000000 +0000 @@ -26,7 +26,7 @@ python3-gavo-votable (= ${binary:Version}), python3-lxml, python3-matplotlib, - python3-multipart, + python3-multipart (<< 0.1) | python3-python-multipart, python3-pkg-resources, python3-psycopg2, python3-pymoc, diff -Nru gavodachs-2.10+dfsg/debian/patches/python_multipart.patch gavodachs-2.10+dfsg/debian/patches/python_multipart.patch --- gavodachs-2.10+dfsg/debian/patches/python_multipart.patch 1970-01-01 01:00:00.000000000 +0100 +++ gavodachs-2.10+dfsg/debian/patches/python_multipart.patch 2024-12-05 12:28:47.000000000 +0000 @@ -0,0 +1,37 @@ +From: Colin Watson <cjwat...@debian.org> +Date: Thu, 28 Nov 2024 22:20:06 +0000 +Subject: Use new python_multipart package name + +Forwarded: no +Last-Update: 2024-11-28 +--- + gavo/formal/twistedpatch.py | 2 +- + setup.py | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/gavo/formal/twistedpatch.py b/gavo/formal/twistedpatch.py +index 76ce158..eae8b58 100644 +--- a/gavo/formal/twistedpatch.py ++++ b/gavo/formal/twistedpatch.py +@@ -361,7 +361,7 @@ def _loadNevowData(request, tag, renderFactory): + + from urllib import parse as urlparse + +-from multipart import multipart ++from python_multipart import multipart + from twisted.web import server + from twisted.web.http import parse_qs + +diff --git a/setup.py b/setup.py +index 9f4cedb..2fcbebb 100755 +--- a/setup.py ++++ b/setup.py +@@ -21,7 +21,7 @@ if "DACHS_PIP_MESS" in os.environ: + # Note that this is not tested regularly. So, if there is breakage, + # please report. + install_requires = [ +- "astropy", "cryptography", "docutils", "lxml", "matplotlib", "numpy", "Pillow", "setuptools", "psycopg2", "pymoc", "pyparsing", "rjsmin", "testresources", "twisted", "python-multipart", "PyOpenSSL", ++ "astropy", "cryptography", "docutils", "lxml", "matplotlib", "numpy", "Pillow", "setuptools", "psycopg2", "pymoc", "pyparsing", "rjsmin", "testresources", "twisted", "python-multipart>=0.0.13", "PyOpenSSL", + ] + else: + install_requires = [] diff -Nru gavodachs-2.10+dfsg/debian/patches/series gavodachs-2.10+dfsg/debian/patches/series --- gavodachs-2.10+dfsg/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ gavodachs-2.10+dfsg/debian/patches/series 2024-12-05 12:28:47.000000000 +0000 @@ -0,0 +1 @@ +python_multipart.patch