[Python-modules-commits] [python-neovim] 01/02: Update Breaks: neovim (<< 0.1.6)

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Sun Dec 11 16:56:38 UTC 2016


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 a58c817e2bc3f70b67466b070543cbfb6c9c883b
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sun Dec 11 17:54:41 2016 +0100

    Update Breaks: neovim (<< 0.1.6)
    
    Since python-neovim v0.1.11, it declares api level 1,
    which only works for neovim >= 0.1.6.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index e384718..5ee934c 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.5),
+ neovim (>= 0.1.6),
  python-nose,
  python3-nose
 Standards-Version: 3.9.8
@@ -33,7 +33,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python:Depends}
-Breaks: neovim (<< 0.1.5)
+Breaks: neovim (<< 0.1.6)
 Provides: ${python:Provides}
 Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
@@ -48,7 +48,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends}
-Breaks: neovim (<< 0.1.5)
+Breaks: neovim (<< 0.1.6)
 Provides: ${python3:Provides}
 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and

-- 
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