forked from pool/ast-grep
- 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 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=45
This commit is contained in:
parent
1d326f69c4
commit
f4113a1bea
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.21.3</param>
|
||||
<param name="revision">0.21.4</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:f97bab6ae4c3f70fc30da1ab8db1d148ea650e8f641dedc1c01a46f5cb38aab3
|
||||
size 670010
|
3
ast-grep-0.21.4+0.tar.zst
Normal file
3
ast-grep-0.21.4+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:033cdda94a2626223e799d7e6d6ef651b2db2b01f422b9c40626b74898e6feda
|
||||
size 672410
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.21.3+0
|
||||
Version: 0.21.4+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:d77ce3eead22527860d745fb04b2a591da1980b456e4204d7c5fb3d61a77969b
|
||||
size 27078876
|
||||
oid sha256:ca1914b3937b48659cdf25989c3b31a629311a9029f65d9d10fcd823339829c0
|
||||
size 27118211
|
||||
|
Loading…
Reference in New Issue
Block a user