Scrub Obsolete - astrodendro

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 0eb0faf..67734ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+astrodendro (0.2.0+dfsg1-4) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on python3-astropy, python3-h5py
+      and python3-numpy.
+    + python3-astrodendro: Drop versioned constraint on python3-astropy,
+      python3-h5py and python3-numpy in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 03:03:54 -0000
+
 astrodendro (0.2.0+dfsg1-3) unstable; urgency=medium
 
   * Add debian/patches/001-python3.10-support.patch. (Closes: #1009091).
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

Run locally

More details

Full run details