forked from pool/ast-grep
Accepting request 1171500 from utilities
- Update to 0.21.3: * feat: make pattern more permissive #1087 * refactor: further simplify test case 8188473 * refactor: make rewrite test simplier 5a754ef * test: add test for contextual pattern defined var 2d6bae8 OBS-URL: https://build.opensuse.org/request/show/1171500 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=21
This commit is contained in:
commit
9a6ae9f571
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.2</param>
|
||||
<param name="revision">0.21.3</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:a68c8f02911936b3e3f463cc8b798be2d98a50c27c6c40ce459ae4671ecb0a0b
|
||||
size 670005
|
3
ast-grep-0.21.3+0.tar.zst
Normal file
3
ast-grep-0.21.3+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f97bab6ae4c3f70fc30da1ab8db1d148ea650e8f641dedc1c01a46f5cb38aab3
|
||||
size 670010
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 05:34:29 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.21.3:
|
||||
* feat: make pattern more permissive #1087
|
||||
* refactor: further simplify test case 8188473
|
||||
* refactor: make rewrite test simplier 5a754ef
|
||||
* test: add test for contextual pattern defined var 2d6bae8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 10:23:46 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.21.2+0
|
||||
Version: 0.21.3+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:6176c7eef5da6ba9025549313ef00f0589895762587c2a93bacfeb6dfe332918
|
||||
size 27081162
|
||||
oid sha256:d77ce3eead22527860d745fb04b2a591da1980b456e4204d7c5fb3d61a77969b
|
||||
size 27078876
|
||||
|
Loading…
Reference in New Issue
Block a user