Scrub Obsolete - orbit-predictor

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 3c7775c..50c3294 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+orbit-predictor (1.15.0-3) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-numpy (>= 1.8.2).
+    + python3-orbit-predictor: Drop versioned constraint on python3-numpy (>=
+      1.8.2) in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 21 Jan 2023 06:52:25 -0000
+
 orbit-predictor (1.15.0-2) unstable; urgency=medium
 
   * debian/control:
diff --git a/debian/control b/debian/control
index 8a595f9..1503ee6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-setuptools,
- python3-numpy (>= 1.8.2),
+ python3-numpy,
  python3-sgp4 (>= 2.5),
  python3-logassert
 Standards-Version: 4.6.2
@@ -20,7 +20,7 @@ Package: python3-orbit-predictor
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}, ${python3:Depends},
- python3-numpy (>= 1.8.2),
+ python3-numpy,
  python3-sgp4 (>= 2.5),
  python3-requests,
  python3-scipy

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3-numpy (>= 1.8.2), python3-numpy, python3-requests, python3-sgp4 (>= 2.5), python3:any, python3-scipy

Run locally

More details

Full run details