forked from pool/ast-grep
Accepting request 1199549 from utilities
- Update to 0.27.1: * fix: create .gitkeep file in new dirs #1273 * fix: fix unwrap error for unfound dir #1456 * fix(deps): update dependency @swc/core to v1.7.23 5fd4101 * chore(deps): update dependency @types/node to v20.16.5 294e402 * fix: improve error message d46df6a - Update to 0.27.0: * feat: support YAML language #1436 * fix(deps): update dependency @swc/core to v1.7.22 c577761 * fix(deps): update dependency @swc/core to v1.7.21 4b0e594 * feat: add rule config potential kind test def5b21 OBS-URL: https://build.opensuse.org/request/show/1199549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=40
This commit is contained in:
commit
1f847d3420
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.26.3</param>
|
||||
<param name="revision">0.27.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:207753179549522af81098c57f4d6cbc5cdf1e5ba6e80388213c4a8b344cd2ac
|
||||
size 692592
|
3
ast-grep-0.27.1+0.tar.zst
Normal file
3
ast-grep-0.27.1+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a50638d069d3d6f46364e66db15dcca21f5c0728e0d55ddcd4e312233374fe4d
|
||||
size 693635
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 06:24:18 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.27.1:
|
||||
* fix: create .gitkeep file in new dirs #1273
|
||||
* fix: fix unwrap error for unfound dir #1456
|
||||
* fix(deps): update dependency @swc/core to v1.7.23 5fd4101
|
||||
* chore(deps): update dependency @types/node to v20.16.5 294e402
|
||||
* fix: improve error message d46df6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 06:24:12 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.27.0:
|
||||
* feat: support YAML language #1436
|
||||
* fix(deps): update dependency @swc/core to v1.7.22 c577761
|
||||
* fix(deps): update dependency @swc/core to v1.7.21 4b0e594
|
||||
* feat: add rule config potential kind test def5b21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 07:06:19 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.26.3+0
|
||||
Version: 0.27.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:1b91d366591d173d6770c3ec4bac9224eddbf12183a9321cd839b26dc5692197
|
||||
size 30070498
|
||||
oid sha256:08cf90f9d2513f7da581fb0059ea549074367625c5a4a73ba869c0730df4d77e
|
||||
size 30158100
|
||||
|
Loading…
Reference in New Issue
Block a user