[Python-modules-commits] [python-neovim] 05/08: Update Breaks and Build-Depends to neovim 0.2.1

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Mon Nov 13 17:55:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

viccuad-guest pushed a commit to branch master
in repository python-neovim.

commit 51ef25214b12e4a5d49853603089bb3c7b0631f4
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Nov 13 18:41:19 2017 +0100

    Update Breaks and Build-Depends to neovim 0.2.1
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 0966fdc..b94ecc8 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  python3-msgpack (>= 0.4.0),
  python3-greenlet,
 # dependencies for tests:
- neovim (>= 0.1.6),
+ neovim (>= 0.2.1),
  python-nose,
  python3-nose
 Standards-Version: 4.1.1
@@ -33,8 +33,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python:Depends}
-Breaks: neovim (<< 0.1.6)
 Provides: ${python:Provides}
+Breaks: neovim (<< 0.2.1)
 Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
  simplification of the original code base.
@@ -48,8 +48,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends}
-Breaks: neovim (<< 0.1.6)
 Provides: ${python3:Provides}
+Breaks: neovim (<< 0.2.1)
 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
  simplification of the original code base.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim.git



More information about the Python-modules-commits mailing list