Codebase list python-pynvim / 9267a29
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. Changes-By: deb-scrub-obsolete Debian Janitor 1 year, 2 months ago
2 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 python-pynvim (0.4.2-3) UNRELEASED; urgency=medium
11
22 * Update standards version to 4.6.2, no changes needed.
3 * Remove constraints unnecessary since buster (oldstable):
4 + Build-Depends: Drop versioned constraint on python3-pytest (>= 3.4.0).
5 + python3-pynvim: Drop conflict with removed package neovim (<< 0.2.1) in
6 Breaks.
37
48 -- Debian Janitor <janitor@jelmer.uk> Wed, 11 Jan 2023 18:01:40 -0000
59
1515 python3-greenlet,
1616 # dependencies for tests:
1717 neovim (>= 0.2.1),
18 python3-pytest (>= 3.4.0),
18 python3-pytest,
1919 # dependencies for setup:
2020 python3-pytest-runner,
2121 Standards-Version: 4.6.2
4141 python3-neovim (= ${source:Version}),
4242 ${python3:Provides},
4343 vim-python3,
44 Breaks: neovim (<< 0.2.1), python3-neovim (<< 0.4.0~)
44 Breaks: python3-neovim (<< 0.4.0~)
4545 Replaces: python3-neovim (<< 0.4.0~)
4646 Recommends: neovim
4747 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API