Scrub Obsolete - pyavm

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index c179316..b36996a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pyavm (0.9.4-8) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-astropy,
+      python3-numpy, python3-pil and python3-pytest.
+    + python3-pyavm: Drop versioned constraint on python3-astropy and
+      python3-numpy in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 02 Oct 2022 16:37:50 -0000
+
 pyavm (0.9.4-7) unstable; urgency=medium
 
   * Mark autopkgtest as superficial (Closes: #969854)
diff --git a/debian/control b/debian/control
index 051f4f7..0021f27 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Build-Depends: debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-setuptools,
- python3-pytest (>= 2.6.0),
- python3-pil (>= 3.0.0),
- python3-numpy (>= 1.1.8.2),
- python3-astropy (>= 0.4.1)
+ python3-pytest,
+ python3-pil,
+ python3-numpy,
+ python3-astropy
 X-Python3-Version: >= 3.6
 Standards-Version: 4.5.1
 Rules-Requires-Root: no
@@ -22,8 +22,8 @@ Package: python3-pyavm
 Architecture: all
 Depends: ${python3:Depends},
  ${misc:Depends},
- python3-astropy (>= 0.4.1),
- python3-numpy (>= 1.1.8.2)
+ python3-astropy,
+ python3-numpy
 Description: Python3 module to handle Astronomy Visualization Metadata Standard
  PyAVM is a module to represent, read, and write metadata following the
  Astronomy Visualization Metadata (AVM) standard.

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3:any (>= 3.6~), python3-astropy (>= 0.4.1), python3-astropy, python3-numpy (>= 1.1.8.2)

Run locally

More details

Full run details