Merge ~r41k0u/ubuntu/+source/fastapi:ubuntu/plucky-proposed into ubuntu/+source/fastapi:ubuntu/devel

Proposed by Pragyansh Chaturvedi
Status: Superseded
Proposed branch: ~r41k0u/ubuntu/+source/fastapi:ubuntu/plucky-proposed
Merge into: ubuntu/+source/fastapi:ubuntu/devel
Diff against target: 35 lines (+10/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+3/-1)
Reviewer Review Type Date Requested Status
Vladimir Petko (community) Needs Resubmitting
Zixing Liu Pending
Review via email: mp+484473@code.launchpad.net

This proposal has been superseded by a proposal from 2025-05-19.

Commit message

d/control: Add python3-bcrypt as a dependency for tests (LP: #2107374)

To post a comment you must log in.
Revision history for this message
Zixing Liu (liushuyu-011) wrote :

Some nitpicks, and also...

Unfortunately, this will now require an SRU to proceed since Plucky has been released.

Revision history for this message
Vladimir Petko (vpa1977) wrote :

Hi,

The package fails to build in questing, so we should retarget the MP.

Best Regards,
 Vladimir.

review: Needs Resubmitting

Unmerged commits

0473b72... by Pragyansh Chaturvedi

update-maintainer

000e796... by Pragyansh Chaturvedi

changelog

e1e8dbf... by Pragyansh Chaturvedi

d/control: Add python3-bcrypt as a dependency for tests

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index a9a205f..09246d1 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+fastapi (0.115.11-4ubuntu1) plucky; urgency=medium
7+
8+ * d/control (LP: #2107374)
9+ - Add python3-bcrypt as a dependency for the tests
10+
11+ -- Pragyansh Chaturvedi <pragyansh.chaturvedi@canonical.com> Tue, 15 Apr 2025 13:06:57 +0530
12+
13 fastapi (0.115.11-4) unstable; urgency=medium
14
15 * debian/{control, rules}
16diff --git a/debian/control b/debian/control
17index 9b1a4be..ee39de4 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,12 +1,14 @@
21 Source: fastapi
22 Section: python
23 Priority: optional
24-Maintainer: Sandro Tosi <morph@debian.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: Sandro Tosi <morph@debian.org>
27 Build-Depends: debhelper-compat (= 13),
28 pybuild-plugin-pyproject,
29 python3-aiofiles <!nocheck>,
30 python3-aiosqlite <!nocheck>,
31 python3-all,
32+ python3-bcrypt,
33 python3-databases <!nocheck>,
34 python3-dirty-equals <!nocheck>,
35 python3-email-validator <!nocheck>,

Subscribers

People subscribed via source and target branches