Scrub Obsolete - hy

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 94988c9..b2db7e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+hy (0.19.0-3) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-all (>= 3.5~).
+    + Build-Depends: Drop versioned constraint on python3-funcparserlib (>=
+      0.3.6~).
+    + Build-Depends: Drop versioned constraint on python3-pygments (>= 1.6~).
+    + Build-Depends: Drop versioned constraint on python3-pytest (>= 3.2.1~).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 16 Feb 2023 00:41:00 -0000
+
 hy (0.19.0-2) unstable; urgency=medium
 
   * Switch pytest "-k" syntax from "-" to "not" (Closes: #977066)
diff --git a/debian/control b/debian/control
index 3ee9af1..8014ae2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Tianon Gravi <tianon@debian.org>
 Uploaders: Paul Tagliamonte <paultag@debian.org>
 Build-Depends: debhelper-compat (= 9),
                dh-python,
-               python3-all (>= 3.5~),
+               python3-all,
                python3-astor (>= 0.8~),
                python3-colorama,
                python3-coverage,
-               python3-funcparserlib (>= 0.3.6~),
-               python3-pygments (>= 1.6~),
-               python3-pytest (>= 3.2.1~),
+               python3-funcparserlib,
+               python3-pygments,
+               python3-pytest,
                python3-rply (>= 0.7.7~),
                python3-setuptools,
                python3-sphinx,

Run locally

More details

Full run details

Historical runs