pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/tree-sitter-python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 24 06:23:01 UTC 2023

Modified Files:
        pkgsrc/textproc/tree-sitter-python: Makefile distinfo

Log Message:
tree-sitter-python: update to 0.20.4.

feat: add detailed pattern matching support
fix: use _Static_assert instead of static_assert
feat: update ci script, add python repo
fix(scanner): don't dedent inside f-strings, skip newlines following
feat: support Python 3.12
feat: move parsing escape_interpolations to the scanner
Add module tag query
fix: remove unnecessary conflict
fix: mark indent_vec_new static
fix: mark delimiter_vec_new static


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/tree-sitter-python/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tree-sitter-python/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/tree-sitter-python/Makefile
diff -u pkgsrc/textproc/tree-sitter-python/Makefile:1.5 pkgsrc/textproc/tree-sitter-python/Makefile:1.6
--- pkgsrc/textproc/tree-sitter-python/Makefile:1.5     Mon Aug 14 05:25:25 2023
+++ pkgsrc/textproc/tree-sitter-python/Makefile Thu Aug 24 06:23:01 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/08/14 05:25:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/08/24 06:23:01 wiz Exp $
 
-DISTNAME=      tree-sitter-python-0.20.3
-PKGREVISION=   1
+DISTNAME=      tree-sitter-python-0.20.4
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/tree-sitter-python/distinfo
diff -u pkgsrc/textproc/tree-sitter-python/distinfo:1.3 pkgsrc/textproc/tree-sitter-python/distinfo:1.4
--- pkgsrc/textproc/tree-sitter-python/distinfo:1.3     Sun Jul 30 02:24:50 2023
+++ pkgsrc/textproc/tree-sitter-python/distinfo Thu Aug 24 06:23:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/07/30 02:24:50 wiz Exp $
+$NetBSD: distinfo,v 1.4 2023/08/24 06:23:01 wiz Exp $
 
-BLAKE2s (tree-sitter-python-0.20.3.tar.gz) = babaf18f5c5cdef82fad50b057f9fb6b315d7f1d365f7cc0d6f553711f7f0499
-SHA512 (tree-sitter-python-0.20.3.tar.gz) = ec8e197afc6c144eeadce9c6bbb7c1f2eaf8e9eada414c87b1257e2f110db8507f1d58791bd067bbcdfe21d1cb0aa5548e79337019db62132ae88672bea6e47b
-Size (tree-sitter-python-0.20.3.tar.gz) = 220688 bytes
+BLAKE2s (tree-sitter-python-0.20.4.tar.gz) = edf8eabc49658e02ceed7a2cadf029f5cb622d93533d61875dd1bda6f4370233
+SHA512 (tree-sitter-python-0.20.4.tar.gz) = 2cfd327a1c0033ebb5bc1a4efe4f8b7a776ad45da6b12ad3d496fe3500e2a99ac0ecefbc6eec81d724bcdb060a0ebb8a24496dee23c83c7802e0226f495751d3
+Size (tree-sitter-python-0.20.4.tar.gz) = 249840 bytes



Home | Main Index | Thread Index | Old Index