Github messages for voidlinux
 help / color / mirror / Atom feed
From: reedts <reedts@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] neovim: update to 0.6.0.
Date: Wed, 01 Dec 2021 09:38:08 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34333@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

There is a new pull request by reedts against master on the void-packages repository

https://github.com/reedts/void-packages neovim_0.6.0
https://github.com/void-linux/void-packages/pull/34333

neovim: update to 0.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/34333.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim_0.6.0-34333.patch --]
[-- Type: text/x-diff, Size: 2634 bytes --]

From f12cbf53403157df457ed60a9de8545aac47595c Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Wed, 1 Dec 2021 09:29:47 +0100
Subject: [PATCH] neovim: update to 0.6.0.

---
 srcpkgs/neovim/patches/python-3.10.patch | 23 -----------------------
 srcpkgs/neovim/template                  |  6 +++---
 2 files changed, 3 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/neovim/patches/python-3.10.patch

diff --git a/srcpkgs/neovim/patches/python-3.10.patch b/srcpkgs/neovim/patches/python-3.10.patch
deleted file mode 100644
index 7ff1b17cc24f..000000000000
--- a/srcpkgs/neovim/patches/python-3.10.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From e78fc38908dfb9f952e75026987f0db1f9ce4253 Mon Sep 17 00:00:00 2001
-From: "Tejasvi S. Tomar" <45873379+tejasvi@users.noreply.github.com>
-Date: Thu, 7 Oct 2021 11:41:52 +0530
-Subject: [PATCH] Fix python provider's minor version comparison
-
-`'3.10' < '3.3'` but v3.10 > v3.3
----
- runtime/autoload/provider/pythonx.vim | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/runtime/autoload/provider/pythonx.vim b/runtime/autoload/provider/pythonx.vim
-index c292b374b6f5..0eeb35cba8f1 100644
---- a/runtime/autoload/provider/pythonx.vim
-+++ b/runtime/autoload/provider/pythonx.vim
-@@ -96,7 +96,7 @@ function! provider#pythonx#CheckForModule(prog, module, major_version) abort
-     if prog_version !~ '^' . a:major_version
-       return [0, prog_path . ' is Python ' . prog_version . ' and cannot provide Python '
-             \ . a:major_version . '.']
--    elseif prog_version =~ '^' . a:major_version && prog_version < min_version
-+    elseif prog_version =~ '^' . a:major_version && str2nr(prog_version[2:]) < str2nr(min_version[2:])
-       return [0, prog_path . ' is Python ' . prog_version . ' and cannot provide Python >= '
-             \ . min_version . '.']
-     endif
diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index bb22714097d4..ea9d0e5daa02 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,7 +1,7 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.5.1
-revision=2
+version=0.6.0
+revision=1
 build_style=cmake
 build_helper="qemu"
 configure_args="-DCMAKE_BUILD_TYPE=Release"
@@ -14,7 +14,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=aa449795e5cc69bdd2eeed7095f20b9c086c6ecfcde0ab62ab97a9d04243ec84
+checksum=2cfd600cfa5bb57564cc22ffbbbcb2c91531053fc3de992df33656614384fa4c
 
 alternatives="
  vi:vi:/usr/bin/nvim

             reply	other threads:[~2021-12-01  8:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  8:38 reedts [this message]
2021-12-02  0:39 ` ericonr
2021-12-02  0:39 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34333@inbox.vuxu.org \
    --to=reedts@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).