summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Alexander Verbovetsky2024-02-28 18:08:55 +0100
committer Willy Sudiarto Raharjo2024-02-28 19:18:18 +0100
commitb7aa25e28f579d22c83846eb9939412eb16f7573 (patch)
treec6c9c7ec2979d77c08b732f53cb3a11ba28c6481 /python
parent8af051e5b8dd6f86ec0a82446d9b938a9fe8b32f (diff)
downloadslackbuilds-b7aa25e28f579d22c83846eb9939412eb16f7573.tar.gz
python/python3-neovim: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-neovim/python3-neovim.SlackBuild4
-rw-r--r--python/python3-neovim/python3-neovim.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-neovim/python3-neovim.SlackBuild b/python/python3-neovim/python3-neovim.SlackBuild
index a1cc8dc7c8..5395ad1cc1 100644
--- a/python/python3-neovim/python3-neovim.SlackBuild
+++ b/python/python3-neovim/python3-neovim.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-neovim
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-neovim
SRCNAM=pynvim
-VERSION=${VERSION:-0.4.3}
+VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-neovim/python3-neovim.info b/python/python3-neovim/python3-neovim.info
index 0561094b3f..873cc7c4bc 100644
--- a/python/python3-neovim/python3-neovim.info
+++ b/python/python3-neovim/python3-neovim.info
@@ -1,8 +1,8 @@
PRGNAM="python3-neovim"
-VERSION="0.4.3"
+VERSION="0.5.0"
HOMEPAGE="https://github.com/neovim/pynvim"
-DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.3/pynvim-0.4.3.tar.gz"
-MD5SUM="b7370a5b3d2177d2b97ca48695ba1ae3"
+DOWNLOAD="https://github.com/neovim/pynvim/archive/0.5.0/pynvim-0.5.0.tar.gz"
+MD5SUM="29a7142c3e447260d6ec7a88cf79b350"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet msgpack-python"