File: changelog

package info (click to toggle)
dnspython 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,448 kB
  • sloc: python: 34,885; sh: 7; makefile: 4
file content (456 lines) | stat: -rw-r--r-- 15,712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
dnspython (2.7.0-1) unstable; urgency=medium

  * Team Upload
  * Use dh-sequence-python3
  * New upstream version 2.7.0
  * Mark package Multi-Arch: foreign (Closes: #1078022)

  [ Scott Kitterman ]
  * Bump standards-version to 4.7.0 without further change

 -- Alexandre Detiste <tchet@debian.org>  Sun, 01 Dec 2024 21:23:40 +0100

dnspython (2.7.0~rc1-1) experimental; urgency=medium

  * New upstream release
  * Update minimum version requirements

 -- Scott Kitterman <scott@kitterman.com>  Sat, 28 Sep 2024 11:31:31 -0400

dnspython (2.6.1-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <scott@kitterman.com>  Tue, 20 Feb 2024 22:58:35 -0500

dnspython (2.6.0-1) unstable; urgency=medium

  * Upload to unstable
  * Delete d/p/cryptograph41.patch, fixed upstream
  * New upstream release, addresses CVE-2023-29483

 -- Scott Kitterman <scott@kitterman.com>  Fri, 16 Feb 2024 15:51:34 -0500

dnspython (2.6.0~rc1-1) experimental; urgency=medium

  * New upstream release
  * Add d/p/cryptograph41.patch to drop minimum python3-cryptography version
    to 41 for testing

 -- Scott Kitterman <scott@kitterman.com>  Thu, 15 Feb 2024 18:27:20 -0500

dnspython (2.5.0-1) unstable; urgency=medium

  * Upload to unstable
  * New upstream release
  * Set minimum python3-hatchling version to 1.21.0 in Build-Depends

 -- Scott Kitterman <scott@kitterman.com>  Mon, 22 Jan 2024 23:28:32 -0500

dnspython (2.5.0~rc1-1) experimental; urgency=medium

  * New upstream release
    - Delete previous d/patches, no longer required due to build system changes
    - Replace build-depend on python3-poetry-core and python3-setuptools with
      python3-hatchling
  * Remove obsolete Recommends for python3-requests and
    python3-requests-toolbelt

 -- Scott Kitterman <scott@kitterman.com>  Sun, 07 Jan 2024 12:02:26 -0500

dnspython (2.4.2-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <scott@kitterman.com>  Fri, 11 Aug 2023 21:35:53 -0400

dnspython (2.4.1-1) unstable; urgency=medium

  * New upstream release
  * python3-sniffio is a python3-trio Depends, so no need to explicitly
    require it, remove from Suggests, long description, and d/tests/control
  * Remove dh_python3 override, dependency specification fixed upstream
  * Add python3-aioquic to Build-Depends and d/test/control test depends so
    DNS Over QUIC (DOQ) tests are run
  * Add mention of DOQ support to package description

 -- Scott Kitterman <scott@kitterman.com>  Fri, 28 Jul 2023 17:20:32 -0400

dnspython (2.4.0-1) unstable; urgency=medium

  * Upload to Unstable
  * Add needs-internet to restrictions in debian/tests/control
  * New upstream release
  * Add python3-httpcore to Build-Depends and debian/tests/control for tests
    and Recommends for DOH support
  * Override dh_python3 to add --no-guessing-deps since generated depends are
    not currently useful

 -- Scott Kitterman <scott@kitterman.com>  Thu, 20 Jul 2023 09:37:43 -0400

dnspython (2.4.0~rc1-1) experimental; urgency=medium

  * New upstream release
    - Refresh patches
  * Remove Breaks not required since oldstable

 -- Scott Kitterman <scott@kitterman.com>  Thu, 06 Jul 2023 22:09:07 -0400

dnspython (2.3.0-1) unstable; urgency=medium

  * Upload to unstable
  * New upstream release
  * Bump standards-version to 4.6.2 without further change
  * Add python3-poetry-core and pybuild-plugin-pyproject to build-depends to
    build using pyproject backend
  * Add python3-httpx and python3-h2 to Recommends for DNS Over HTTPS (DOH)
    support and add to build-depends and test depends to support tests
  * Add suggests for python3-aioquic (preliminary support for DNS Over QUIC
   (DOQ) if available)

 -- Scott Kitterman <scott@kitterman.com>  Tue, 24 Jan 2023 10:40:24 -0500

dnspython (2.3.0~rc1-1) experimental; urgency=medium

  * New upstream release
    - Refresh patches
    - Delete Allow-skipping-test-cases-that-need-Internet-access.patch,
      0003-Improve-network-checking-812.patch, and
      0004-tests-Extend-connectivity-check-to-test_async.patch, incorporated
      upstream
  * Add python3-cryptography to build-depends to support tests

 -- Scott Kitterman <scott@kitterman.com>  Wed, 11 Jan 2023 12:03:18 -0500

dnspython (2.2.1-2) unstable; urgency=medium

  [ Dan Bungert ]
  * Team upload
  * Update test suite to improve network checking
    (Closes: #1012470, LP: #1976565)

 -- Benjamin Drung <bdrung@ubuntu.com>  Wed, 08 Jun 2022 11:47:10 +0200

dnspython (2.2.1-1) unstable; urgency=medium

  [ Benjamin Drung ]
  * Team upload
  * New upstream release
  * Run test suite during package build (except tests that need Internet)
  * Run autopkgtest outside the source tree to ensure to run against installed
    version
  * Set Rules-Requires-Root: no

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Remove constraints unnecessary since buster:
    + python3-dnspython: Drop versioned constraint on python3-cryptography in
      Recommends.

 -- Benjamin Drung <bdrung@ubuntu.com>  Mon, 16 May 2022 20:59:36 +0200

dnspython (2.2.0-2) unstable; urgency=medium

  * Team upload.
  * Add upstream patch:
    - Use_the_version_origin_if_the_zone_doesnt_have_one_yet.patch

 -- Thomas Goirand <zigo@debian.org>  Mon, 24 Jan 2022 13:55:42 +0100

dnspython (2.2.0-1) unstable; urgency=medium

  * Upload to unstable
  * Update d/watch and delete debian/upstream/signing-file.asc, releases are
    no longer signed
  * New upstream release
  * Bump standards version to 4.6.0 without further change
  * Override override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS since the
    tests aren't actually run

 -- Scott Kitterman <scott@kitterman.com>  Fri, 21 Jan 2022 01:19:08 -0500

dnspython (2.2.0~rc1-1) experimental; urgency=medium

  * New upstream release candidate
  * Drop debian/patches/0001-add-missing-mx-pickle-test-data.patch, included
    in new release
  * Add debian/patches/no-setup-requires.patch since upstream setup_requires
    conflicts with Debian Python build practices
  * Delete obsolete debian/source/include-binaries file

 -- Scott Kitterman <scott@kitterman.com>  Fri, 24 Dec 2021 01:33:56 -0500

dnspython (2.1.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Set upstream metadata fields: Security-Contact.

  [ Scott Kitterman ]
  * Update debian/watch to point to pypi where upstream releases are now
    located and add d/upstream/signing-key.asc
  * New upstream release
  * Update debian/copyright
  * Add debian/patches/0001-add-missing-mx-pickle-test-data.patch to fix
    test failure due to missing data, already fixed upstream
  * Add python3-pytest to autopkgtest depends
  * Add debian/source/include-binaries since the pickle file in the patch is
    binary

 -- Scott Kitterman <scott@kitterman.com>  Sun, 14 Nov 2021 02:12:31 -0500

dnspython (2.0.0-1) unstable; urgency=medium

  * New upstream release
  * Add Breaks for python3-dkim << 1.0.5, dkimpy-milter << 1.2.2, and
    python3-spf << 2.0.14-2~
  * Add python3-requests, python3-requests-toolbelt, and ca-certificates to
    Recommends for DOH support
  * Replace Reccomends of python3-pycryptodome, python3-ecdsa for DNSSEC
    support with python3-cryptography >= 2.6
  * Add python3-sniffio add python3-trio to Suggests for asyncio support
  * Update package long description to reflect current functionality

 -- Scott Kitterman <scott@kitterman.com>  Mon, 10 Aug 2020 20:42:58 -0400

dnspython (1.16.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Scott Kitterman ]
  * Drop python2 support (Closes: #952782, #936427)
  * Bump standards-version to 4.5.0 without further change
  * Bump debhelper-compat to 12 without further change
  * Drop ancient python3-all version requirements
  * Add missing Depends on netbase
  * Add Recommends for python3-pycryptodome, python3-ecdsa, python3-idna to
    support DNSSEC and modern DNS with IDNA capabilities
  * Add autopkgtests using upstream test suite
  * Include README.md in package

 -- Scott Kitterman <scott@kitterman.com>  Sat, 07 Mar 2020 19:31:03 -0500

dnspython (1.16.0-1) unstable; urgency=medium

  * Update debian/watch to use Github
  * New upstream release
    - Drop all patches, incorporated upstream
  * Bump standards-version to 4.2.1 without further change

 -- Scott Kitterman <scott@kitterman.com>  Sat, 22 Dec 2018 20:13:05 -0500

dnspython (1.15.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ Scott Kitterman ]
  * Add debian/patches/0002-fix-error-when-parsing-nsec3-bitmap-from-
    text.patch from upstream (Closes: #915866)

 -- Scott Kitterman <scott@kitterman.com>  Fri, 07 Dec 2018 08:23:43 -0500

dnspython (1.15.0-1) unstable; urgency=medium

  * New upstream release
  * Fix file write location in testToFileFilename.
    - Add debian/patches/0001-Fix-file-write-location-in-testToFileFilename
      .patch
  * Bump compat/debhelper version to 9 due to compat levels < 9 being
    deprecated

 -- Scott Kitterman <scott@kitterman.com>  Mon, 24 Oct 2016 08:00:17 -0400

dnspython (1.14.0-3) unstable; urgency=medium

  * Drop http_proxy (problem is DNS traffic on port 53)
  * Disable tests unless manually enabled to avoid network access during
    build (Closes: #830170)

 -- Scott Kitterman <scott@kitterman.com>  Fri, 15 Jul 2016 01:17:53 -0400

dnspython (1.14.0-2) unstable; urgency=medium

  * Update python3-dnspython description synopsis
  * Add http_proxy in debian/rules so network access is not attempted - Policy
    4.9, added in 3.9.7 (Closes: #830170)

 -- Scott Kitterman <scott@kitterman.com>  Thu, 07 Jul 2016 17:04:28 -0400

dnspython (1.14.0-1) unstable; urgency=medium

  * Add patch in tests/test_resolver.py to check if the Internet is reachable
    and to skip tests that require it if it is not
  * New upstream release
  * Update debian/copyright

 -- Scott Kitterman <scott@kitterman.com>  Sat, 28 May 2016 13:10:13 -0400

dnspython (1.13.0-2) unstable; urgency=medium

  * Revert disabling of zone tests
  * Add netbase to build-depends to provide /etc/protocols so zone tests will
    work

 -- Scott Kitterman <scott@kitterman.com>  Wed, 25 May 2016 11:11:52 -0400

dnspython (1.13.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Scott Kitterman ]
  * New upstream release (Closes: #823456)
    - Bump minimum python3 version to 3.3
    - Add python/python3-setuptools to build-depends
    - Delete obsolete debian/docs file
  * Build python3-dnspython for dnspython source instead of from dedicated
    dnspython3 source
    - Add Matthew Grant to dnspython uploaders
    - Migrate python3 related dnspython3 entries for debian/control
    - Update debian/rules to use dh_python3 and pybuild
    - Set PYBUILD_NAME=dnspython in debian/rules
    - Use binary specific examples files for multi-binary package
  * Bump standards version to 3.9.8 without further change
  * Delete obsolete debian/source/options file
  * Temporarily disable non-working zone tests.

 -- Scott Kitterman <scott@kitterman.com>  Wed, 25 May 2016 02:13:01 -0400

dnspython (1.12.0-1) unstable; urgency=medium

  * New upstream release
  * Add explicit build-dep on dh-python to make use of the newer version

 -- Scott Kitterman <scott@kitterman.com>  Sun, 14 Sep 2014 22:46:43 -0400

dnspython (1.11.1-1) unstable; urgency=low

  * New upstream release
  * Bump standards version to 3.9.5 without further change

 -- Scott Kitterman <scott@kitterman.com>  Wed, 06 Nov 2013 01:57:34 -0500

dnspython (1.11.0-1) unstable; urgency=low

  * New upstream release
  * Agreed maintainer switch to DPMT
    - Add Vcs-* fields to debian/control
  * Bump minimum debhelper version to 8.1 and compat to 8 for build-arch/indep
    support
  * Bump standards version to 3.9.4 without further change

 -- Scott Kitterman <scott@kitterman.com>  Wed, 17 Jul 2013 02:49:46 -0400

dnspython (1.10.0-1) unstable; urgency=low

  * Add myself to uploaders
  * New upstream release.
    - Remove TODO from debian/docs since it no longer exists.
  * Switch to dh_python2. (Closes: #671406, #599911)
    - Bump minimum python-all build-depends version to 2.6.6-3~.
    - Drop build-depends on python-support.
    - Build --with python2.
  * Bump standards version to 3.9.3 without further change.
  * Add Homepage: field to debian/control.

 -- Scott Kitterman <scott@kitterman.com>  Mon, 04 Jun 2012 15:38:45 -0400

dnspython (1.9.4-1) unstable; urgency=low

  * New upstream release.

 -- Robert S. Edmonds <edmonds@debian.org>  Sun, 06 Nov 2011 15:04:19 -0500

dnspython (1.8.0-1) unstable; urgency=low

  * New upstream release.

 -- Robert S. Edmonds <edmonds@debian.org>  Sun, 20 Jun 2010 16:19:46 -0400

dnspython (1.7.1-1) unstable; urgency=low

  * New upstream release.

 -- Robert S. Edmonds <edmonds@debian.org>  Sun, 23 Aug 2009 14:17:25 -0400

dnspython (1.6.0-1.1) unstable; urgency=low

  * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490457.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Jul 2008 15:57:01 +0000

dnspython (1.6.0-1) unstable; urgency=low

  * New upstream release:
    - This is primarily a bug fix release. The only new functionality is the
    function dns.inet.is_multicast().
  * Fix broken watch file.

 -- Robert S. Edmonds <edmonds@debian.org>  Wed, 28 Nov 2007 18:32:24 -0500

dnspython (1.5.0-1) unstable; urgency=low

  * New upstream release.
  * New maintainer; closes: #437695.
  * Drop "dummy package" statement from package description; closes: #420776.
  * Package is compliant with Debian Python policy; closes: #373315.
  * Add watch file.
  * Add build dependency on python-central.
  * Drop build dependencies on cdbs and python-support.
  * Ship the upstream README file since it contains useful information.

 -- Robert S. Edmonds <edmonds@debian.org>  Tue, 14 Aug 2007 06:35:13 -0400

dnspython (1.3.5-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Drop old custom python-distutils.mk things, use cdbs.
  * Migrate to the new python policy (Closes: #373315).

 -- Pierre Habouzit <madcoder@debian.org>  Thu, 29 Jun 2006 14:13:10 +0200

dnspython (1.3.5-3) unstable; urgency=low

  * applied patch from Dan Pascu to avoid doing a backoff wait, even if
    a query was successful. Patch was forwarded upstream and was already applied
    to upstreams subversion repository.

 -- Patrick Dreker <patrick@dreker.org>  Sat, 18 Mar 2006 16:24:59 +0100

dnspython (1.3.5-2) unstable; urgency=low

  * change "Architecture: any" to "Architecture: all" as package
    only contains python code (Closes: #357052).
  * remove Python 2.2 from debian/rules, packages for 2.2 were not
    built anyways.

 -- Patrick Dreker <patrick@dreker.org>  Wed, 15 Mar 2006 19:48:03 +0100

dnspython (1.3.5-1) unstable; urgency=low

  [ Patrick Dreker ]
  * New upstream release.

  [ Florian Ragwitz ]
  * Patrick is the official Maintainer now.
  * Updated the Uploaders field with my new maintainer address.

 -- Florian Ragwitz <rafl@debian.org>  Tue, 14 Mar 2006 21:36:34 +0100

dnspython (1.3.4-1) unstable; urgency=low

  * Initial release (Closes: #335260).

 -- Florian Ragwitz <rafl@debianforum.de>  Sat, 22 Oct 2005 20:53:19 +0200