SHA256
1
0
forked from pool/ast-grep

Accepting request 1173693 from utilities

- Update to 0.22.3:
  * fix: fix napi test #1140
  * fix: use dumb implementation for web-tree-sitter 5cb7052
  * chore: fix asset names 70cef40
  * fix af20be8

- 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

- Update to 0.21.4:
  * fix: build from source #1125
  * doc: update how to install via cargo #1118
  * feat: report undefined util rules #1106
  * Breaking change: feat: separate RuleCoreError and RuleConfigError d96efa9
  * refactor: move Transformation into a standalone module b51cc95

OBS-URL: https://build.opensuse.org/request/show/1173693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-05-14 11:37:44 +00:00 committed by Git OBS Bridge
commit a0d30eebf4
6 changed files with 55 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">0.21.3</param>
<param name="revision">0.22.3</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

View File

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

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon May 13 14:06:01 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.3:
* fix: fix napi test #1140
* fix: use dumb implementation for web-tree-sitter 5cb7052
* chore: fix asset names 70cef40
* fix af20be8
-------------------------------------------------------------------
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>
- Update to 0.21.4:
* fix: build from source #1125
* doc: update how to install via cargo #1118
* feat: report undefined util rules #1106
* Breaking change: feat: separate RuleCoreError and RuleConfigError d96efa9
* refactor: move Transformation into a standalone module b51cc95
* fix(deps): update dependency @babel/core to v7.24.5 77ea8bd
-------------------------------------------------------------------
Fri May 3 05:34:29 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: ast-grep
Version: 0.21.3+0
Version: 0.22.3+0
Release: 0
Summary: A CLI tool for code structural search, lint and rewriting
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
%build
%{cargo_build}
%{cargo_build} --locked
%install
install -D -d -m 0755 %{buildroot}%{_bindir}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d77ce3eead22527860d745fb04b2a591da1980b456e4204d7c5fb3d61a77969b
size 27078876
oid sha256:414c87603cc6c022b1aa2dd933af68ae814a5e7b87f3fd3eaa3c8305e34c7440
size 27657199