SHA256
1
0
forked from pool/ast-grep

- Update to 0.22.2:

* fix: fix releases 3a6e553
  * fix: fix efaa1ca
  * fix: debug e39fd12

- Update to 0.22.1:
  * feat(language): Add support for Haskell via tree-sitter-haskell #1128
  * fix: add ast-grep to release #1130
  * fix(deps): update dependency @swc/core to v1.5.5 31428dd
  * fix(deps): update dependency tree-sitter-typescript to v0.21.1 188525d
  * chore(deps): update dependency @types/node to v20.12.11 3fe7780

- Update to 0.22.0:
  * test: add string test case back in Rust #1060
  * chore: bump tree-sitter version 5b45bd7
  * fix: update wasm crate ce9acba
  * fix: update ts deps 3a67b6b

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=46
This commit is contained in:
Michael Vetter 2024-05-13 06:58:43 +00:00 committed by Git OBS Bridge
parent f4113a1bea
commit f0ee5b230a
6 changed files with 35 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/ast-grep/ast-grep.git</param> <param name="url">https://github.com/ast-grep/ast-grep.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">0.21.4</param> <param name="revision">0.22.2</param>
<param name="match-tag">*</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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:033cdda94a2626223e799d7e6d6ef651b2db2b01f422b9c40626b74898e6feda
size 672410

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afe6f408061ef4e75d98c91b9f1fdb83e3db3adaf720bc062b37332137a2866f
size 673485

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon May 13 06:51:13 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.2:
* fix: fix releases 3a6e553
* fix: fix efaa1ca
* fix: debug e39fd12
-------------------------------------------------------------------
Mon May 13 06:50:55 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.1:
* feat(language): Add support for Haskell via tree-sitter-haskell #1128
* fix: add ast-grep to release #1130
* fix(deps): update dependency @swc/core to v1.5.5 31428dd
* fix(deps): update dependency tree-sitter-typescript to v0.21.1 188525d
* chore(deps): update dependency @types/node to v20.12.11 3fe7780
-------------------------------------------------------------------
Mon May 13 06:50:40 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.0:
* test: add string test case back in Rust #1060
* chore: bump tree-sitter version 5b45bd7
* fix: update wasm crate ce9acba
* fix: update ts deps 3a67b6b
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 7 06:37:14 UTC 2024 - Michael Vetter <mvetter@suse.com> Tue May 7 06:37:14 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: ast-grep Name: ast-grep
Version: 0.21.4+0 Version: 0.22.2+0
Release: 0 Release: 0
Summary: A CLI tool for code structural search, lint and rewriting Summary: A CLI tool for code structural search, lint and rewriting
License: MIT License: MIT
@ -36,7 +36,7 @@ ast-grep(sg) is a CLI tool for code structural search, lint, and rewriting.
install -D -m 644 %{SOURCE2} .cargo/config install -D -m 644 %{SOURCE2} .cargo/config
%build %build
%{cargo_build} %{cargo_build} --locked
%install %install
install -D -d -m 0755 %{buildroot}%{_bindir} install -D -d -m 0755 %{buildroot}%{_bindir}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ca1914b3937b48659cdf25989c3b31a629311a9029f65d9d10fcd823339829c0 oid sha256:0ab8e88ebf81e45b33bd0fa8c36eb66aadf6652d6d6c42f2f3c52a9069ad7377
size 27118211 size 27657198