Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neovim: update to 0.8.2
@ 2022-12-30 15:05 tranzystorek-io
  2022-12-31  6:03 ` [PR REVIEW] " kruceter
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-12-30 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages nvim
https://github.com/void-linux/void-packages/pull/41362

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 16defa97ed0d77853285723789402df0e27f7da1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 30 Dec 2022 16:04:24 +0100
Subject: [PATCH] neovim: update to 0.8.2

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 81a8fc800c7c..4e6c70aabd2c 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -12,8 +12,8 @@ short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 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=b4484e130aa962457189f3dee34b8481943c1e395d2d684c6f8b91598494d9ec
+distfiles="https://github.com/neovim/neovim/archive/refs/tags/v${version}.tar.gz"
+checksum=c516c8db73e1b12917a6b2e991b344d0914c057cef8266bce61a2100a28ffcc9
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: [PR REVIEW] neovim: update to 0.8.2
  2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
@ 2022-12-31  6:03 ` kruceter
  2022-12-31  9:29 ` tranzystorek-io
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kruceter @ 2022-12-31  6:03 UTC (permalink / raw)
  To: ml

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

New review comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/41362#discussion_r1059593166

Comment:
Is there a specific need to add `refs/tags/` in `distfiles`?

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

* Re: [PR REVIEW] neovim: update to 0.8.2
  2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
  2022-12-31  6:03 ` [PR REVIEW] " kruceter
@ 2022-12-31  9:29 ` tranzystorek-io
  2022-12-31 10:30 ` paper42
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-12-31  9:29 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/41362#discussion_r1059616875

Comment:
Makes the link consistent with what github release page gives, and avoids potential ambiguity

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

* Re: [PR REVIEW] neovim: update to 0.8.2
  2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
  2022-12-31  6:03 ` [PR REVIEW] " kruceter
  2022-12-31  9:29 ` tranzystorek-io
@ 2022-12-31 10:30 ` paper42
  2022-12-31 10:38 ` tranzystorek-io
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-31 10:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41362#discussion_r1059624015

Comment:
When /archive is used and a tag and branch of the same name exist, GitHub will not know which one we want. This bit us in the past and GitHub now gives this URL instead, so we are sometimes switching to it.
It's not anything important, but when someone switches to it, we let it go through and when someone tries to switch back to archive, we ask them to not do that.

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

* Re: neovim: update to 0.8.2
  2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-12-31 10:30 ` paper42
@ 2022-12-31 10:38 ` tranzystorek-io
  2022-12-31 10:44 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-12-31 11:55 ` [PR PATCH] [Merged]: neovim: update to 0.8.2, adopt paper42
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-12-31 10:38 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/41362#issuecomment-1368197885

Comment:
> The maintainer has not been active since 2019, would you like to adopt this package?

Sure, let me grab the field

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

* Re: [PR PATCH] [Updated] neovim: update to 0.8.2
  2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-12-31 10:38 ` tranzystorek-io
@ 2022-12-31 10:44 ` tranzystorek-io
  2022-12-31 11:55 ` [PR PATCH] [Merged]: neovim: update to 0.8.2, adopt paper42
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-12-31 10:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages nvim
https://github.com/void-linux/void-packages/pull/41362

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 042f061ccbb1fca0be216b928e54d882c6845403 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 30 Dec 2022 16:04:24 +0100
Subject: [PATCH] neovim: update to 0.8.2, adopt

---
 srcpkgs/neovim/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 81a8fc800c7c..8ee497a2fc18 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -9,11 +9,11 @@ hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
  LuaJIT-devel libluv-devel tree-sitter-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
-maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
-distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=b4484e130aa962457189f3dee34b8481943c1e395d2d684c6f8b91598494d9ec
+distfiles="https://github.com/neovim/neovim/archive/refs/tags/v${version}.tar.gz"
+checksum=c516c8db73e1b12917a6b2e991b344d0914c057cef8266bce61a2100a28ffcc9
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: [PR PATCH] [Merged]: neovim: update to 0.8.2, adopt
  2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-12-31 10:44 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-12-31 11:55 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-31 11:55 UTC (permalink / raw)
  To: ml

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

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

neovim: update to 0.8.2, adopt
https://github.com/void-linux/void-packages/pull/41362

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-31 11:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 15:05 [PR PATCH] neovim: update to 0.8.2 tranzystorek-io
2022-12-31  6:03 ` [PR REVIEW] " kruceter
2022-12-31  9:29 ` tranzystorek-io
2022-12-31 10:30 ` paper42
2022-12-31 10:38 ` tranzystorek-io
2022-12-31 10:44 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-31 11:55 ` [PR PATCH] [Merged]: neovim: update to 0.8.2, adopt paper42

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