Source: python-curies Version: 0.7.10-3 Severity: normal Tags: patch Following the plan in https://bugs.debian.org/1085728, here's a patch to cope with this package renaming. It should be applied before the new python-multipart version is uploaded to unstable. Once python3-python-multipart reaches testing, the Build-Depends can be simplified at your leisure to just "python3-python-multipart <!nocheck>".
Thanks, -- Colin Watson (he/him) [cjwat...@debian.org]
>From 5e4592062edc55f91ef2cbfd6d77b363a3953165 Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwat...@debian.org> Date: Thu, 28 Nov 2024 23:16:17 +0000 Subject: [PATCH] Accept renamed python3-python-multipart See #1085728. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 53abb6a..80b03f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-curies (0.7.10-3.1) UNRELEASED; urgency=medium + + * Accept renamed python3-python-multipart (see #1085728). + + -- Colin Watson <cjwat...@debian.org> Thu, 28 Nov 2024 22:45:15 +0000 + python-curies (0.7.10-3) unstable; urgency=medium * Add missing python3-setuptools build-dep (Closes: #1080729) diff --git a/debian/control b/debian/control index 38240f0..049ece7 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: python3-fastapi <!nocheck>, python3-flask <!nocheck>, python3-httpx <!nocheck>, - python3-multipart <!nocheck>, + python3-multipart (<< 0.1) | python3-python-multipart <!nocheck>, python3-pandas <!nocheck>, python3-pytest <!nocheck>, python3-rdflib <!nocheck>, -- 2.45.2