Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tree-sitter: update to 0.20.8
@ 2023-04-07 16:16 ibhagwan
  2023-04-07 19:05 ` [PR PATCH] [Closed]: " ibhagwan
  2023-04-07 19:05 ` ibhagwan
  0 siblings, 2 replies; 4+ messages in thread
From: ibhagwan @ 2023-04-07 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ibhagwan/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/43325

tree-sitter: update to 0.20.8
<!-- 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/43325.patch is attached

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

From 9ce91fe3e1b3e613b34604555800ed6cf7bd6cfa Mon Sep 17 00:00:00 2001
From: bhagwan <bhagwan@disroot.org>
Date: Fri, 7 Apr 2023 09:13:55 -0700
Subject: [PATCH] tree-sitter: update to 0.20.8

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

diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
index 2f1e958598ba..5ccdbe621004 100644
--- a/srcpkgs/tree-sitter/template
+++ b/srcpkgs/tree-sitter/template
@@ -1,6 +1,6 @@
 # Template file for 'tree-sitter'
 pkgname=tree-sitter
-version=0.20.7
+version=0.20.8
 revision=1
 build_style=cargo
 make_install_args="--path=cli"
@@ -9,12 +9,12 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://tree-sitter.github.io"
 distfiles="https://github.com/tree-sitter/tree-sitter/archive/v${version}.tar.gz"
-checksum=b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e
+checksum=6181ede0b7470bfca37e293e7d5dc1d16469b9485d13f13a605baec4a8b1f791
 make_check=no # tests require generating fixtures from remote repositories
 
 post_patch() {
 	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
+	cargo update --package autocfg:1.1.0 --precise 1.1.0
 }
 
 post_build() {

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

* Re: tree-sitter: update to 0.20.8
  2023-04-07 16:16 [PR PATCH] tree-sitter: update to 0.20.8 ibhagwan
  2023-04-07 19:05 ` [PR PATCH] [Closed]: " ibhagwan
@ 2023-04-07 19:05 ` ibhagwan
  1 sibling, 0 replies; 4+ messages in thread
From: ibhagwan @ 2023-04-07 19:05 UTC (permalink / raw)
  To: ml

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

New comment by ibhagwan on void-packages repository

https://github.com/void-linux/void-packages/pull/43325#issuecomment-1500557340

Comment:
Closing, included in #43326

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

* Re: [PR PATCH] [Closed]: tree-sitter: update to 0.20.8
  2023-04-07 16:16 [PR PATCH] tree-sitter: update to 0.20.8 ibhagwan
@ 2023-04-07 19:05 ` ibhagwan
  2023-04-07 19:05 ` ibhagwan
  1 sibling, 0 replies; 4+ messages in thread
From: ibhagwan @ 2023-04-07 19:05 UTC (permalink / raw)
  To: ml

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

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

tree-sitter: update to 0.20.8
https://github.com/void-linux/void-packages/pull/43325

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] 4+ messages in thread

* [PR PATCH] tree-sitter: update to 0.20.8.
@ 2023-04-05 19:28 icp1994
  0 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-04-05 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/43292

tree-sitter: update to 0.20.8.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From a5f244bdd2cd190dfd8942549705ece446d02936 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 6 Apr 2023 00:54:11 +0530
Subject: [PATCH] tree-sitter: update to 0.20.8.

---
 srcpkgs/tree-sitter/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
index 2f1e958598ba..0ef36d66757f 100644
--- a/srcpkgs/tree-sitter/template
+++ b/srcpkgs/tree-sitter/template
@@ -1,22 +1,17 @@
 # Template file for 'tree-sitter'
 pkgname=tree-sitter
-version=0.20.7
+version=0.20.8
 revision=1
 build_style=cargo
 make_install_args="--path=cli"
 short_desc="Parser generator tool and incremental parsing library"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
-homepage="https://tree-sitter.github.io"
-distfiles="https://github.com/tree-sitter/tree-sitter/archive/v${version}.tar.gz"
-checksum=b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e
+homepage="https://tree-sitter.github.io/tree-sitter/"
+distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
+checksum=6181ede0b7470bfca37e293e7d5dc1d16469b9485d13f13a605baec4a8b1f791
 make_check=no # tests require generating fixtures from remote repositories
 
-post_patch() {
-	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
-}
-
 post_build() {
 	# Build libtree-sitter, since do_build builds the tree-sitter CLI.
 	make

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

end of thread, other threads:[~2023-04-07 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 16:16 [PR PATCH] tree-sitter: update to 0.20.8 ibhagwan
2023-04-07 19:05 ` [PR PATCH] [Closed]: " ibhagwan
2023-04-07 19:05 ` ibhagwan
  -- strict thread matches above, loose matches on Subject: below --
2023-04-05 19:28 [PR PATCH] " icp1994

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