Run of scrub-obsolete for astrodendro

Merge these changes:

git pull https://janitor.debian.net/git/astrodendro scrub-obsolete/main
Full worker log

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index ca9c3a5..219d4ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+astrodendro (0.2.0+dfsg1-5) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-numpy (>= 1.4.1).
+    + Build-Depends: Drop versioned constraint on python3-astropy (>= 0.2.0).
+    + Build-Depends: Drop versioned constraint on python3-h5py (>= 0.2.0).
+    + python3-astrodendro: Drop versioned constraint on python3-numpy (>= 1.4.1)
+      in Depends.
+    + python3-astrodendro: Drop versioned constraint on python3-astropy (>=
+      0.2.0) in Depends.
+    + python3-astrodendro: Drop versioned constraint on python3-h5py (>= 0.2.0)
+      in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 21 Jan 2023 06:59:40 -0000
+
 astrodendro (0.2.0+dfsg1-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 937f43e..89f94d0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: python
 Priority: optional
 Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
 Uploaders: Josue Ortega <josue@debian.org>
-Build-Depends: debhelper-compat ( = 13),
+Build-Depends: debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-setuptools,
- python3-numpy (>= 1.4.1),
- python3-astropy (>= 0.2.0),
- python3-h5py (>= 0.2.0)
+ python3-numpy,
+ python3-astropy,
+ python3-h5py
 Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Homepage: http://www.dendrograms.org/
@@ -19,9 +19,9 @@ Vcs-Browser: https://salsa.debian.org/debian-astro-team/python-astrodendro
 Package: python3-astrodendro
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends},
- python3-numpy (>= 1.4.1),
- python3-astropy (>= 0.2.0),
- python3-h5py (>= 0.2.0),
+ python3-numpy,
+ python3-astropy,
+ python3-h5py,
  python3-matplotlib
 Description: Astronomical Dendrograms in Python 3
  Python 3 module is to provide an easy way to compute dendrograms of observed or

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3:any, python3-numpy (>= 1.4.1), python3-astropy (>= 0.2.0), python3-h5py (>= 0.2.0), python3-numpy, python3-astropy, python3-h5py, python3-matplotlib

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t scrub-obsolete python3-astrodendro

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved