Codebase list python-msgpack / debian/1.0.0-5
Add breaks: python-pynvim << 0.4.2~ (Closes: #975087). Thomas Goirand 3 years ago
3 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 python-msgpack (1.0.0-5) unstable; urgency=medium
1
2 * Add breaks: python-pynvim << 0.4.2~ (Closes: #975087).
3
4 -- Thomas Goirand <zigo@debian.org> Fri, 20 Nov 2020 09:55:35 +0100
5
06 python-msgpack (1.0.0-4) unstable; urgency=medium
17
28 * Fixed watch file again.
2323 ${misc:Depends},
2424 ${python3:Depends},
2525 ${shlibs:Depends},
26 Breaks: borgbackup (<< 1.1.11-5~)
26 Breaks:
27 borgbackup (<< 1.1.11-5~),
28 python-pynvim (<< 0.4.2~),
2729 Description: Python 3 implementation of MessagePack format
2830 MessagePack is a binary-based efficient object serialization format.
2931 It enables the exchange of structured objects between many languages
00 Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import msgpack; print(msgpack.version)" ; done
1 Depends: python3-all, python3-msgpack
1 Depends:
2 python3-all,
3 python3-msgpack,
24 Restrictions: allow-stderr, superficial
35 Features: test-name=python3