Scrub Obsolete - python-pynvim

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 35c0f92..e550936 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 python-pynvim (0.4.2-3) UNRELEASED; urgency=medium
 
   * Update standards version to 4.6.2, no changes needed.
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-pytest (>= 3.4.0).
+    + python3-pynvim: Drop conflict with removed package neovim (<< 0.2.1) in
+      Breaks.
 
  -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 18:01:40 -0000
 
diff --git a/debian/control b/debian/control
index 28c9505..16f902d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  python3-greenlet,
 # dependencies for tests:
  neovim (>= 0.2.1),
- python3-pytest (>= 3.4.0),
+ python3-pytest,
 # dependencies for setup:
  python3-pytest-runner,
 Standards-Version: 4.6.2
@@ -42,7 +42,7 @@ Provides:
  python3-neovim (= ${source:Version}),
  ${python3:Provides},
  vim-python3,
-Breaks: neovim (<< 0.2.1), python3-neovim (<< 0.4.0~)
+Breaks: python3-neovim (<< 0.4.0~)
 Replaces: python3-neovim (<< 0.4.0~)
 Recommends: neovim
 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API

Run locally

More details

Full run details

Historical runs