Scrub Obsolete - python-os-api-ref

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 84fb781..cac5f1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+python-os-api-ref (2.3.0+ds1-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends-Indep: Drop versioned constraint on
+      python3-openstackdocstheme (>= 1.18.1).
+    + Build-Depends-Indep: Drop versioned constraint on python3-oslosphinx (>=
+      2.5.0).
+    + Build-Depends-Indep: Drop versioned constraint on python3-pbr (>> 2.1.0).
+    + Build-Depends-Indep: Drop versioned constraint on python3-six (>= 1.9.0).
+    + Build-Depends-Indep: Drop versioned constraint on python3-sphinx (>=
+      1.6.2).
+    + Build-Depends-Indep: Drop versioned constraint on python3-sphinx-testing
+      (>= 0.7.2).
+    + Build-Depends-Indep: Drop versioned constraint on python3-stestr (>=
+      2.0.0).
+    + Build-Depends-Indep: Drop versioned constraint on python3-subunit (>=
+      1.0.0).
+    + Build-Depends-Indep: Drop versioned constraint on python3-testrepository
+      (>= 0.0.18).
+    + Build-Depends-Indep: Drop versioned constraint on python3-testtools (>=
+      2.2.0).
+    + Build-Depends-Indep: Drop versioned constraint on python3-yaml (>= 3.12).
+    + python3-os-api-ref: Drop versioned constraint on
+      python3-openstackdocstheme (>= 1.18.1) in Depends.
+    + python3-os-api-ref: Drop versioned constraint on python3-oslosphinx (>=
+      2.5.0) in Depends.
+    + python3-os-api-ref: Drop versioned constraint on python3-sphinx (>= 1.6.2)
+      in Depends.
+    + python3-os-api-ref: Drop versioned constraint on python3-yaml (>= 3.12) in
+      Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 15 Feb 2023 10:20:31 -0000
+
 python-os-api-ref (2.3.0+ds1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index a3d7a29..cfb2b3f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,18 +12,18 @@ Build-Depends:
  python3-all,
 Build-Depends-Indep:
  python3-bs4,
- python3-openstackdocstheme (>= 1.18.1),
- python3-oslosphinx (>= 2.5.0),
- python3-pbr (>> 2.1.0),
+ python3-openstackdocstheme,
+ python3-oslosphinx,
+ python3-pbr,
  python3-setuptools,
- python3-six (>= 1.9.0),
- python3-sphinx (>= 1.6.2),
- python3-sphinx-testing (>= 0.7.2),
- python3-stestr (>= 2.0.0),
- python3-subunit (>= 1.0.0),
- python3-testrepository (>= 0.0.18),
- python3-testtools (>= 2.2.0),
- python3-yaml (>= 3.12),
+ python3-six,
+ python3-sphinx,
+ python3-sphinx-testing,
+ python3-stestr,
+ python3-subunit,
+ python3-testrepository,
+ python3-testtools,
+ python3-yaml,
  subunit,
 Standards-Version: 4.4.1
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-os-api-ref.git
@@ -54,12 +54,12 @@ Architecture: all
 Depends:
  python-os-api-ref-common,
  python3-docutils,
- python3-openstackdocstheme (>= 1.18.1),
- python3-oslosphinx (>= 2.5.0),
+ python3-openstackdocstheme,
+ python3-oslosphinx,
  python3-pbr,
  python3-six,
- python3-sphinx (>= 1.6.2),
- python3-yaml (>= 3.12),
+ python3-sphinx,
+ python3-yaml,
  ${misc:Depends},
  ${python3:Depends},
 Description: Sphinx Extensions to support API reference sites in OpenStack - Python 3.x

Run locally

More details

Full run details

Historical runs