diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bfef5e5..3f55437 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dpath-python (2.2.0-2) unstable; urgency=medium + + * Team upload. + + [ Santiago Vila ] + * d/control: Drop <!nocheck> from python3-all (closes: #1122304). + + -- Colin Watson <cjwatson@debian.org> Mon, 15 Dec 2025 17:01:13 +0000 + dpath-python (2.2.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 39210bc..028b136 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org> Uploaders: Ananthu C V <weepingclown@disroot.org> Build-Depends: debhelper-compat (= 13), dh-sequence-python3, - python3-all <!nocheck>, + python3-all, python3-setuptools, python3-hypothesis <!nocheck>, python3-nose2 <!nocheck>, |
