Merge ~liushuyu-011/ubuntu/+source/python-requests-toolbelt:ubuntu/devel into ubuntu/+source/python-requests-toolbelt:ubuntu/devel

Proposed by Zixing Liu
Status: Needs review
Proposed branch: ~liushuyu-011/ubuntu/+source/python-requests-toolbelt:ubuntu/devel
Merge into: ubuntu/+source/python-requests-toolbelt:ubuntu/devel
Diff against target: 39 lines (+9/-1)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/tests/control (+1/-0)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
git-ubuntu import Pending
Review via email: mp+449762@code.launchpad.net

Commit message

Add the missing test dependency: python3-trustme

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

s/unstable/mantic/ ;)

Uploaded. Please make sure you send this to Debian; given past interactions I trust you will follow through.

Thank you.

review: Approve
Revision history for this message
Benjamin Drung (bdrung) wrote :

I merged this change in Debian and uploaded python-requests-toolbelt 1.0.0-2 to unstable.

Unmerged commits

2b9fb8c... by Zixing Liu

d/tests: add a missing test dependency ...

... python3-trustme

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 7d0eed9..bbc4600 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+python-requests-toolbelt (1.0.0-1ubuntu1) unstable; urgency=medium
7+
8+ * d/tests: Add the missing test dependency: python3-trustme
9+
10+ -- Zixing Liu <zixing.liu@canonical.com> Wed, 23 Aug 2023 12:35:23 -0600
11+
12 python-requests-toolbelt (1.0.0-1) unstable; urgency=medium
13
14 * New upstream release.
15diff --git a/debian/control b/debian/control
16index 34d6428..5a465ca 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,7 +1,8 @@
20 Source: python-requests-toolbelt
21 Section: python
22 Priority: optional
23-Maintainer: Debian Python Team <team+python@tracker.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
26 Uploaders: Emmanuel Arias <eamanu@debian.org>,
27 Build-Depends: debhelper-compat (=13),
28 dh-python,
29diff --git a/debian/tests/control b/debian/tests/control
30index c5caaa7..47ff1de 100644
31--- a/debian/tests/control
32+++ b/debian/tests/control
33@@ -2,5 +2,6 @@ Tests: pytest
34 Depends: python3-betamax,
35 python3-all,
36 python3-pytest,
37+ python3-trustme,
38 @,
39 Restrictions: allow-stderr

Subscribers

People subscribed via source and target branches