forked from pool/ast-grep
Accepting request 1187426 from utilities
- Update to 0.25.1: * fix: make config file work outside of workspace root #1326 * fix: fix napi musl bde7f34 * fix: debug napi 2d87fc5 - Update to 0.25.0: * Fix Python 3.10 macOS ast-grep-py build #1315 * feat: support multiple doc in scan #1310 * fix: fix testing #1305 * feat: support searching injected code in specified lang #1307 * feat: improve HTML language extraction for ts/scss #1301 * fix: use relative path in lsp #1272 * fix: use match info in lsp message #1271 * feat: support arm64 musl #1227 * fix(deps): update dependency @babel/core to v7.24.8 624aa70 * feat: support multiple regions in run 07ef11f * refactor: move Html out 4a0c177 OBS-URL: https://build.opensuse.org/request/show/1187426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=29
This commit is contained in:
commit
8bcf81c4fa
2
_service
2
_service
@ -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.24.1</param>
|
||||
<param name="revision">0.25.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38230e2621e3f4438adde1f3654018af0e1753def221ad0178e7b0067fb75f7a
|
||||
size 683874
|
3
ast-grep-0.25.1+0.tar.zst
Normal file
3
ast-grep-0.25.1+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23af1a778da9016156fc5aa0c93d38774b0a7c072d8be135f01adb8bb3e4aa8b
|
||||
size 686316
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 04:07:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.1:
|
||||
* fix: make config file work outside of workspace root #1326
|
||||
* fix: fix napi musl bde7f34
|
||||
* fix: debug napi 2d87fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 04:06:47 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.0:
|
||||
* Fix Python 3.10 macOS ast-grep-py build #1315
|
||||
* feat: support multiple doc in scan #1310
|
||||
* fix: fix testing #1305
|
||||
* feat: support searching injected code in specified lang #1307
|
||||
* feat: improve HTML language extraction for ts/scss #1301
|
||||
* fix: use relative path in lsp #1272
|
||||
* fix: use match info in lsp message #1271
|
||||
* feat: support arm64 musl #1227
|
||||
* fix(deps): update dependency @babel/core to v7.24.8 624aa70
|
||||
* feat: support multiple regions in run 07ef11f
|
||||
* refactor: move Html out 4a0c177
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 05:46:01 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.24.1+0
|
||||
Version: 0.25.1+0
|
||||
Release: 0
|
||||
Summary: A CLI tool for code structural search, lint and rewriting
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:058911cf43aeba2617a781080c22d378ac2eb389e9ebfebdfaebb5af6944274d
|
||||
size 28030891
|
||||
oid sha256:23fdcdf449be7b0e92365a91cea9b3c7c6b2508aed07c9bcf30b1d451e6f3d4a
|
||||
size 27979493
|
||||
|
Loading…
x
Reference in New Issue
Block a user