Merge ~pushkarnk/ubuntu/+source/dnspython:merge-2029461-mantic into ubuntu/+source/dnspython:debian/sid

Proposed by Pushkar Kulkarni
Status: Needs review
Proposed branch: ~pushkarnk/ubuntu/+source/dnspython:merge-2029461-mantic
Merge into: ubuntu/+source/dnspython:debian/sid
Diff against target: 71 lines (+16/-6)
3 files modified
debian/changelog (+13/-0)
debian/control (+3/-4)
debian/tests/control (+0/-2)
Reviewer Review Type Date Requested Status
Graham Inggs (community) Approve
Review via email: mp+448452@code.launchpad.net

Commit message

Merge dnspython 2.4.1-1

To post a comment you must log in.
b6626db... by Pushkar Kulkarni

Remove python3-sniffio from Suggests

a5017b0... by Pushkar Kulkarni

Update changelog: remove LP bug id from the merge message

Revision history for this message
Pushkar Kulkarni (pushkarnk) wrote :
Revision history for this message
Graham Inggs (ginggs) wrote :

Uploaded, thanks

review: Approve

Unmerged commits

a5017b0... by Pushkar Kulkarni

Update changelog: remove LP bug id from the merge message

b6626db... by Pushkar Kulkarni

Remove python3-sniffio from Suggests

d645173... by Pushkar Kulkarni

Update changelog

526e534... by Pushkar Kulkarni

update-maintainer

0cef8a4... by Pushkar Kulkarni

reconstruct-changelog

c85d74a... by Pushkar Kulkarni

merge-changelogs

55aaf9a... by Lukas Märdian

Drop python-h2 & httpx (DNS Over HTTPS, DOH) to Suggests (LP: 2004272)

This is to avoid a big tree of additional transitive dependencies (for now).
Foundations might agree to maintain all of those in the future and drop this
delta.

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 5232220..4b1e792 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+dnspython (2.4.1-1ubuntu1) mantic; urgency=medium
7+
8+ * Merge from Debian unstable (LP: #2029461). Remaining changes:
9+ - Drop python-h2 & httpx (DNS Over HTTPS, DOH) to Suggests
10+
11+ -- Pushkar Kulkarni <pushkar.kulkarni@ubuntu.com> Thu, 03 Aug 2023 19:26:28 +0530
12+
13 dnspython (2.4.1-1) unstable; urgency=medium
14
15 * New upstream release
16@@ -30,6 +37,12 @@ dnspython (2.4.0~rc1-1) experimental; urgency=medium
17
18 -- Scott Kitterman <scott@kitterman.com> Thu, 06 Jul 2023 22:09:07 -0400
19
20+dnspython (2.3.0-1ubuntu1) lunar; urgency=medium
21+
22+ * Drop python-h2 & httpx (DNS Over HTTPS, DOH) to Suggests (LP: 2004272)
23+
24+ -- Lukas Märdian <slyon@ubuntu.com> Tue, 31 Jan 2023 14:37:06 +0100
25+
26 dnspython (2.3.0-1) unstable; urgency=medium
27
28 * Upload to unstable
29diff --git a/debian/control b/debian/control
30index 5c739ac..e249b5e 100644
31--- a/debian/control
32+++ b/debian/control
33@@ -1,7 +1,8 @@
34 Source: dnspython
35 Section: python
36 Priority: optional
37-Maintainer: Debian Python Team <team+python@tracker.debian.org>
38+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
39+XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
40 Uploaders: Robert S. Edmonds <edmonds@debian.org>,
41 Scott Kitterman <scott@kitterman.com>,
42 Matthew Grant <matthewgrant5@gmail.com>
43@@ -30,13 +31,11 @@ Architecture: all
44 Depends: netbase, ${misc:Depends}, ${python3:Depends}
45 Recommends: ca-certificates,
46 python3-cryptography,
47- python3-h2,
48 python3-httpcore (>=0.17.3),
49- python3-httpx,
50 python3-idna,
51 python3-requests,
52 python3-requests-toolbelt
53-Suggests: python3-trio, python3-aioquic
54+Suggests: python3-trio, python3-aioquic, python3-h2, python3-httpx
55 Description: DNS toolkit for Python 3
56 dnspython is a DNS toolkit for Python. It supports almost all record types. It
57 can be used for queries, zone transfers, and dynamic updates. It supports TSIG
58diff --git a/debian/tests/control b/debian/tests/control
59index b102c2d..497c969 100644
60--- a/debian/tests/control
61+++ b/debian/tests/control
62@@ -3,9 +3,7 @@ Depends: ca-certificates,
63 python3-aioquic,
64 python3-all,
65 python3-cryptography,
66- python3-h2,
67 python3-httpcore,
68- python3-httpx,
69 python3-idna,
70 python3-pytest,
71 python3-requests,

Subscribers

People subscribed via source and target branches