Github messages for voidlinux
 help / color / mirror / Atom feed
From: carvalhudo <carvalhudo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WIP: neovim-remote: update to 2.5.1
Date: Sun, 15 Jan 2023 21:40:12 +0100	[thread overview]
Message-ID: <20230115204012.QiioPLTzkgyi0ik6k3zijqAknnuGs5gZ-yuTl_f4o1E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41659@inbox.vuxu.org>

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

There is an updated pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages update_neovim_remote
https://github.com/void-linux/void-packages/pull/41659

WIP: neovim-remote: update to 2.5.1
#### Testing the changes
- I tested the changes in this PR: **no**

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

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

From 7b3cd91f21972cfec3110775ef2f2c571696dd4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= <alcm99@gmail.com>
Date: Sat, 14 Jan 2023 23:10:20 -0300
Subject: [PATCH] neovim-remote: update to 2.5.1

---
 .../0001-Fix-tests-for-neovim-0.8.0.patch     | 31 +++++++++++++++++++
 srcpkgs/neovim-remote/template                |  6 ++--
 2 files changed, 34 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch

diff --git a/srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch b/srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch
new file mode 100644
index 000000000000..60fd753315f4
--- /dev/null
+++ b/srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch
@@ -0,0 +1,31 @@
+Status: sent-upstream
+
+---
+From 56d2a4097f4b639a16902390d9bdd8d1350f948c Mon Sep 17 00:00:00 2001
+From: oxalica <oxalicc@pm.me>
+Date: Sun, 2 Oct 2022 08:09:57 +0800
+Subject: [PATCH] Fix tests for neovim 0.8.0
+
+Since neovim/neovim#8519, `NVIM_LISTEN_ADDRESS` is only directly used
+when it contains colons or (back-)slashes. Otherwise it is concatanated
+with a tempdir prefix and suffixes to form the final path.
+---
+ tests/test_nvr.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test_nvr.py b/tests/test_nvr.py
+index 97e08ab..ea3e7f4 100755
+--- a/tests/test_nvr.py
++++ b/tests/test_nvr.py
+@@ -18,7 +18,7 @@ def run_nvr(cmdlines, env):
+         nvr.main(cmdline, env)
+
+ def setup_env():
+-    env = {'NVIM_LISTEN_ADDRESS': 'pytest_socket_{}'.format(uuid.uuid4())}
++    env = {'NVIM_LISTEN_ADDRESS': './pytest_socket_{}'.format(uuid.uuid4())}
+     env.update(os.environ)
+     return env
+
+--
+2.39.0
+
diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c510d263ec45..c2f406cfe8d9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,7 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
-version=2.4.0
-revision=4
+version=2.5.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mhinz/neovim-remote"
 distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
-checksum=4213b6eaad638aa20d8687362764843beb626e6e1a03bc3c8b3399bbfc11fbf7
+checksum=cff04df8d82ea99168de441b23ee1ed21d64c6cb2196cb2e3d65a6778c14da01
 
 do_check() {
 	python3 -m pytest

  reply	other threads:[~2023-01-15 20:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15  2:11 [PR PATCH] " carvalhudo
2023-01-15 20:40 ` carvalhudo [this message]
2023-01-21 19:24 ` carvalhudo
2023-01-21 19:28 ` carvalhudo
2023-01-21 19:29 ` carvalhudo
2023-01-21 19:39 ` carvalhudo
2023-01-21 19:57 ` carvalhudo
2023-01-21 19:57 ` carvalhudo
2023-01-21 20:31 ` carvalhudo
2023-04-22  1:53 ` github-actions
2023-05-07  1:57 ` [PR PATCH] [Closed]: " github-actions

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=20230115204012.QiioPLTzkgyi0ik6k3zijqAknnuGs5gZ-yuTl_f4o1E@z \
    --to=carvalhudo@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).