Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-neovim: update to version 0.4.1
@ 2020-04-24 19:43 fivestang
  2020-04-26  1:42 ` [PR PATCH] [Updated] " fivestang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fivestang @ 2020-04-24 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fivestang/void-packages master
https://github.com/void-linux/void-packages/pull/21309

python3-neovim: update to version 0.4.1


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

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

From e011046f6790e1e26538e37e90a8fc3d58fc2320 Mon Sep 17 00:00:00 2001
From: fivestang <fivestang@protonmail.com>
Date: Fri, 24 Apr 2020 15:39:32 -0400
Subject: [PATCH] python3-neovim: update to version 0.4.1

---
 srcpkgs/python3-neovim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index 2730cd1b92b..c77a8065bfe 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
-version=0.3.2
-revision=4
+version=0.4.1
+revision=1
 archs=noarch
 wrksrc="pynvim-${version}"
 build_style="python3-module"
@@ -13,4 +13,4 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/neovim/python-client"
 distfiles="https://github.com/neovim/python-client/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2
+checksum=132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
@ 2020-04-26  1:42 ` fivestang
  2020-04-26  7:52 ` Piraty
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fivestang @ 2020-04-26  1:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fivestang/void-packages master
https://github.com/void-linux/void-packages/pull/21309

python3-neovim: update to version 0.4.1


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

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

From e011046f6790e1e26538e37e90a8fc3d58fc2320 Mon Sep 17 00:00:00 2001
From: fivestang <fivestang@protonmail.com>
Date: Fri, 24 Apr 2020 15:39:32 -0400
Subject: [PATCH 1/2] python3-neovim: update to version 0.4.1

---
 srcpkgs/python3-neovim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index 2730cd1b92b..c77a8065bfe 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
-version=0.3.2
-revision=4
+version=0.4.1
+revision=1
 archs=noarch
 wrksrc="pynvim-${version}"
 build_style="python3-module"
@@ -13,4 +13,4 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/neovim/python-client"
 distfiles="https://github.com/neovim/python-client/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2
+checksum=132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0

From e0719068c3478040c114615c0cb3e406a1caab56 Mon Sep 17 00:00:00 2001
From: fivestang <fivestang@protonmail.com>
Date: Sun, 26 Apr 2020 01:42:39 +0000
Subject: [PATCH 2/2] removed 'pycompile_module="pynvim"' as per xlint

---
 srcpkgs/python3-neovim/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index c77a8065bfe..b5c705bbafd 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -5,7 +5,6 @@ revision=1
 archs=noarch
 wrksrc="pynvim-${version}"
 build_style="python3-module"
-pycompile_module="pynvim"
 hostmakedepends="python3-setuptools"
 depends="neovim python3-greenlet python3-msgpack"
 short_desc="Python3 client for Neovim"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
  2020-04-26  1:42 ` [PR PATCH] [Updated] " fivestang
@ 2020-04-26  7:52 ` Piraty
  2020-04-26 13:17 ` fivestang
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-04-26  7:52 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21309#issuecomment-619504106

Comment:
please squash it into one commit

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
  2020-04-26  1:42 ` [PR PATCH] [Updated] " fivestang
  2020-04-26  7:52 ` Piraty
@ 2020-04-26 13:17 ` fivestang
  2020-04-26 23:21 ` Piraty
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fivestang @ 2020-04-26 13:17 UTC (permalink / raw)
  To: ml

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

New comment by fivestang on void-packages repository

https://github.com/void-linux/void-packages/pull/21309#issuecomment-619548171

Comment:
Please advise on how this is to be done.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
                   ` (2 preceding siblings ...)
  2020-04-26 13:17 ` fivestang
@ 2020-04-26 23:21 ` Piraty
  2020-04-27  0:47 ` [PR PATCH] [Updated] " fivestang
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-04-26 23:21 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21309#issuecomment-619640768

Comment:
@fivestang : https://lmddgtfy.net/?q=git%20squash%20commit

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
                   ` (3 preceding siblings ...)
  2020-04-26 23:21 ` Piraty
@ 2020-04-27  0:47 ` fivestang
  2020-05-03 22:23 ` Piraty
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fivestang @ 2020-04-27  0:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fivestang/void-packages master
https://github.com/void-linux/void-packages/pull/21309

python3-neovim: update to version 0.4.1


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

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

From 02dbed42222182d62ca5fa844253581ce44e0c8a Mon Sep 17 00:00:00 2001
From: fivestang <fivestang@protonmail.com>
Date: Fri, 24 Apr 2020 15:39:32 -0400
Subject: [PATCH] python3-neovim: update to version 0.4.1

removed 'pycompile_module="pynvim"' as per xlint
---
 srcpkgs/python3-neovim/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index 2730cd1b92b..b5c705bbafd 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
-version=0.3.2
-revision=4
+version=0.4.1
+revision=1
 archs=noarch
 wrksrc="pynvim-${version}"
 build_style="python3-module"
-pycompile_module="pynvim"
 hostmakedepends="python3-setuptools"
 depends="neovim python3-greenlet python3-msgpack"
 short_desc="Python3 client for Neovim"
@@ -13,4 +12,4 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/neovim/python-client"
 distfiles="https://github.com/neovim/python-client/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2
+checksum=132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
                   ` (4 preceding siblings ...)
  2020-04-27  0:47 ` [PR PATCH] [Updated] " fivestang
@ 2020-05-03 22:23 ` Piraty
  2020-05-03 23:31 ` [PR PATCH] [Closed]: " fivestang
  2020-05-04 15:45 ` Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-05-03 22:23 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21309#issuecomment-623192056

Comment:
please make the commit message conform [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
                   ` (5 preceding siblings ...)
  2020-05-03 22:23 ` Piraty
@ 2020-05-03 23:31 ` fivestang
  2020-05-04 15:45 ` Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: fivestang @ 2020-05-03 23:31 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

python3-neovim: update to version 0.4.1
https://github.com/void-linux/void-packages/pull/21309

Description:


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-neovim: update to version 0.4.1
  2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
                   ` (6 preceding siblings ...)
  2020-05-03 23:31 ` [PR PATCH] [Closed]: " fivestang
@ 2020-05-04 15:45 ` Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-05-04 15:45 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21309#issuecomment-623542618

Comment:
53993c52ec6764933b6a0ae674ce43b24d48ec6a

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-04 15:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 19:43 [PR PATCH] python3-neovim: update to version 0.4.1 fivestang
2020-04-26  1:42 ` [PR PATCH] [Updated] " fivestang
2020-04-26  7:52 ` Piraty
2020-04-26 13:17 ` fivestang
2020-04-26 23:21 ` Piraty
2020-04-27  0:47 ` [PR PATCH] [Updated] " fivestang
2020-05-03 22:23 ` Piraty
2020-05-03 23:31 ` [PR PATCH] [Closed]: " fivestang
2020-05-04 15:45 ` Piraty

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