Codebase list python-pynvim / 07a11428-66fe-461f-9b0e-436413e46d3e/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on neovim, python3-msgpack and python3-pytest. * python3-pynvim: Drop versioned constraint on neovim in Breaks. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 9 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
33 * Remove obsolete field Name from debian/upstream/metadata (already present in
44 machine-readable debian/copyright).
55 * Update standards version to 4.5.1, no changes needed.
6 * Remove constraints unnecessary since buster:
7 + Build-Depends: Drop versioned constraint on neovim, python3-msgpack and
8 python3-pytest.
9 + python3-pynvim: Drop versioned constraint on neovim in Breaks.
610
711 -- Debian Janitor <janitor@jelmer.uk> Mon, 23 Aug 2021 22:50:02 -0000
812
55 James McCoy <jamessan@debian.org>,
66 VĂ­ctor Cuadrado Juan <me@viccuad.me>,
77 Rules-Requires-Root: no
8 Build-Depends:
8 Build-Depends:
99 debhelper-compat (= 13),
1010 dh-python,
1111 python3-all,
1212 python3-setuptools,
13 # dependencies for python3:
14 python3-msgpack (>= 0.5.0),
13 python3-msgpack,
1514 python3-greenlet,
16 # dependencies for tests:
17 neovim (>= 0.2.1),
18 python3-pytest (>= 3.4.0),
19 # dependencies for setup:
15 neovim,
16 python3-pytest,
2017 python3-pytest-runner,
2118 Standards-Version: 4.5.1
2219 Homepage: https://github.com/neovim/python-client
4138 python3-neovim (= ${source:Version}),
4239 ${python3:Provides},
4340 vim-python3,
44 Breaks: neovim (<< 0.2.1), python3-neovim (<< 0.4.0~)
41 Breaks: python3-neovim (<< 0.4.0~)
4542 Replaces: python3-neovim (<< 0.4.0~)
4643 Recommends: neovim
4744 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API