Accepting request 1006078 from editors
OBS-URL: https://build.opensuse.org/request/show/1006078 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter?expand=0&rev=5
This commit is contained in:
commit
17587d85dd
3
_service
3
_service
@ -3,8 +3,7 @@
|
|||||||
<param name="url">https://github.com/tree-sitter/tree-sitter</param>
|
<param name="url">https://github.com/tree-sitter/tree-sitter</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">ccd6bf554d922596ce905730d98a77af368bba5c</param>
|
<param name="revision">b268e41</param>
|
||||||
<param name="match-tag">*</param>
|
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d37eaef8a402a385998ff9aca3e1043b4a3bba899bceeff27a7178e1165b9de
|
|
||||||
size 2924556
|
|
3
tree-sitter-0.20.7.tar.xz
Normal file
3
tree-sitter-0.20.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da2bc9edd3d7fe65f20827713d876f9decc53212df40185fa661169ed43e38d5
|
||||||
|
size 527604
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 24 09:49:29 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.20.7:
|
||||||
|
* 0.20.7
|
||||||
|
* Bump library versions
|
||||||
|
* Build core wasm library with C++ exceptions disabled
|
||||||
|
* Generate parsers with ABI version 14 by default
|
||||||
|
* Tolerate tree edits whose old range extends beyond the end of the tree
|
||||||
|
* Added documentation on web-tree-sitter edge cases
|
||||||
|
* Add ts_tree_root_node_with_offset API
|
||||||
|
* Fix typos
|
||||||
|
* Update section-2-using-parsers.md
|
||||||
|
* Add link to Racket language parser
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 19 09:12:46 UTC 2022 - socvirnyl.estela@gmail.com
|
Sun Jun 19 09:12:46 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define somajor 0
|
%define somajor 0
|
||||||
%define libdirname tree_sitter
|
%define libdirname tree_sitter
|
||||||
Name: tree-sitter
|
Name: tree-sitter
|
||||||
Version: 0.20.6
|
Version: 0.20.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An incremental parsing system for programming tools
|
Summary: An incremental parsing system for programming tools
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1a826a40e897b3a158752fdeeffb10a533768b469e79fdf417c90f039eedb053
|
oid sha256:6d108dc827180efa41d637739fdb6936e862bf120ddc425562d016352c89a16a
|
||||||
size 8102032
|
size 8203012
|
||||||
|
Loading…
Reference in New Issue
Block a user