Your message dated Fri, 29 Nov 2024 06:34:13 +0000
with message-id <[email protected]>
and subject line Bug#1088569: fixed in fastapi 0.115.5-2
has caused the Debian Bug report #1088569,
regarding fastapi: Handle python3-multipart → python3-python-multipart renaming
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1088569: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088569
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fastapi
Version: 0.115.5-1
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>".
In the process, I noticed that https://tracker.debian.org/pkg/fastapi
shows autopkgtest failures at the moment. Those should go away soon
since python-multipart 0.0.17-1 is now in testing, but I adjusted
Build-Depends for them anyway since that's still technically correct.
Thanks,
--
Colin Watson (he/him) [[email protected]]
>From 1dac4ab0dfcbb7a3838e5e61af71336514b83089 Mon Sep 17 00:00:00 2001
From: Colin Watson <[email protected]>
Date: Thu, 28 Nov 2024 12:16:48 +0000
Subject: [PATCH 1/2] Require python3-multipart (>= 0.0.13)
Some tests require this, since earlier versions didn't have a
python_multipart package.
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f751771..4157d6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fastapi (0.115.5-1.1) UNRELEASED; urgency=medium
+
+ * Require python3-multipart (>= 0.0.13); some tests require this, since
+ earlier versions didn't have a python_multipart package.
+
+ -- Colin Watson <[email protected]> Wed, 27 Nov 2024 21:06:22 +0000
+
fastapi (0.115.5-1) unstable; urgency=medium
* New upstream release; Closes: #1030779
diff --git a/debian/control b/debian/control
index 6e82da4..aad1882 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
python3-flask <!nocheck>,
python3-httpx (>= 0.23.1) <!nocheck>,
python3-inline-snapshot <!nocheck>,
- python3-multipart <!nocheck>,
+ python3-multipart (>= 0.0.13) <!nocheck>,
python3-pdm-backend,
python3-peewee <!nocheck>,
python3-pydantic (>= 1.8.2) <!nocheck>,
--
2.45.2
>From bd306aa04be938ecfdf634777f0e9aa6d3567aa3 Mon Sep 17 00:00:00 2001
From: Colin Watson <[email protected]>
Date: Thu, 28 Nov 2024 12:17:05 +0000
Subject: [PATCH 2/2] Accept renamed python3-python-multipart
See #1085728.
---
debian/changelog | 1 +
debian/control | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4157d6d..48ad545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ fastapi (0.115.5-1.1) UNRELEASED; urgency=medium
* Require python3-multipart (>= 0.0.13); some tests require this, since
earlier versions didn't have a python_multipart package.
+ * Accept renamed python3-python-multipart (see #1085728).
-- Colin Watson <[email protected]> Wed, 27 Nov 2024 21:06:22 +0000
diff --git a/debian/control b/debian/control
index aad1882..17be40a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Build-Depends: debhelper-compat (= 13),
python3-flask <!nocheck>,
python3-httpx (>= 0.23.1) <!nocheck>,
python3-inline-snapshot <!nocheck>,
- python3-multipart (>= 0.0.13) <!nocheck>,
+ python3-multipart (>= 0.0.13) | python3-python-multipart <!nocheck>,
+ python3-multipart (<< 0.1) | python3-python-multipart <!nocheck>,
python3-pdm-backend,
python3-peewee <!nocheck>,
python3-pydantic (>= 1.8.2) <!nocheck>,
--
2.45.2
--- End Message ---
--- Begin Message ---
Source: fastapi
Source-Version: 0.115.5-2
Done: Sandro Tosi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fastapi, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <[email protected]> (supplier of updated fastapi package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 28 Nov 2024 21:00:07 -0500
Source: fastapi
Architecture: source
Version: 0.115.5-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Closes: 1088569
Changes:
fastapi (0.115.5-2) unstable; urgency=medium
.
[ Colin Watson ]
* Require python3-multipart (>= 0.0.13); some tests require this, since
earlier versions didn't have a python_multipart package.
* Accept renamed python3-python-multipart; Closes: #1088569
Checksums-Sha1:
373720cb833e1b451539c3aea6a2c7de8a2a871d 2660 fastapi_0.115.5-2.dsc
f282077b655240484ae5ec3d26e874589f60faf4 5444 fastapi_0.115.5-2.debian.tar.xz
10f6cb29d09aabc245828359e6d004e6e4add28c 9229
fastapi_0.115.5-2_source.buildinfo
Checksums-Sha256:
c18f5ca059f5f88ef24fdf7f58835a99cc4e86fe0eb40f5459167b33a7b6d3a4 2660
fastapi_0.115.5-2.dsc
4e1afcc4204fd3006440e00e3abd628f8dcafc0598fd71abe65632068b15f5cb 5444
fastapi_0.115.5-2.debian.tar.xz
e457528c65af8bb82dcad67115a788374b498e77ccf33825ca576dac657a789d 9229
fastapi_0.115.5-2_source.buildinfo
Files:
3809574d73a0d8cef1663c013ff5011c 2660 python optional fastapi_0.115.5-2.dsc
8acc5975fa216b962e75c7acb614007f 5444 python optional
fastapi_0.115.5-2.debian.tar.xz
e9b7676c7f93cf363240068cdd910e2e 9229 python optional
fastapi_0.115.5-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmdJXUwACgkQh588mTgB
qU/kkRAApqD2IkGlkZmagfQMD9Q96auNVgRtolBZBIBWODQNejWnBglKWvrOveyD
tYZQao5GHVIOdOSrwScCiWCUxS2z3piF3/FH5kowNhowEia+bTi/zAll/TAy9abQ
4ZMuB32Mt2kyjiwra4fu7AcVAJPsbL6pD1bXgas4Ghf//uF0rb7r12dgCCW9TOmw
1gZjLB46rBKDnTSTE3RQUfUYHkRRF/mw6gZBery8qlElHS1Q6T+JHVDkgRcG2UdS
WwPO+AH8BsBfw39MYEdjxPdZPpzdJTuzc1Wq6AZih0QOvIa4pZVUesacETlfYDrQ
uevOGDoqnZG2U9wt6cw8xOlMrypZHsHG9xWVv8I+savPFpx1rcybQafzU5IA/UOV
cLpgoNDNhw/pY+YYkGWVDbZ96X82An3YhC8Zfpo3Q9kvSOsrFW1aaSTP2SIW1NTd
7hA950tWhBE++oMy5T6TkSeWNPkpXzLSVJSfTRPYuuLZxOTndCMSpOjApBpY4KEh
W8F7j571J93cpwCJqYHg7CbvqAaHkJh3ejECTaS02FFAyP0J2rKHvaV72ffc8BeI
6/eUcWADAHYuV3jdA+KHyyP7oe/jrxT3P6iMIlt8Ba3OjKroC98jxUdLXPcvP/s+
kRe2r5tFM82+736zzsNJmfyjozPqtwWIAfyOQ9sHQ3Tkx3Hrl+8=
=WWke
-----END PGP SIGNATURE-----
pgpkCwlf2z_eJ.pgp
Description: PGP signature
--- End Message ---