forked from pool/ast-grep
Accepting request 1138228 from utilities
- Update to 0.17.0: * Breaking change: feat: change get_fixer to return Fixer 07c5363 * feat: add modify_range for tweaking fix range selection eeb2f98 * feat: rename modify_range -> get_replace_range 54837df OBS-URL: https://build.opensuse.org/request/show/1138228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=6
This commit is contained in:
commit
8a477d4a0b
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.16.1</param>
|
||||
<param name="revision">0.17.0</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:f7b5a8aac27f51774884a6ca3b35d652a24738377d01c45ede1530c576fe0cb7
|
||||
size 655940
|
3
ast-grep-0.17.0+0.tar.zst
Normal file
3
ast-grep-0.17.0+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f601895d6223a4393363cc11b5560cdfd4f3ca09019bd83137b14d231902c2a
|
||||
size 658020
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 07:36:33 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.17.0:
|
||||
* Breaking change: feat: change get_fixer to return Fixer 07c5363
|
||||
* feat: add modify_range for tweaking fix range selection eeb2f98
|
||||
* feat: rename modify_range -> get_replace_range 54837df
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 09:11:59 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.16.1+0
|
||||
Version: 0.17.0+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:67e8c6c41dc6c095cdbaa5c823055ceafb3498186cf8e533220668b8422625c5
|
||||
size 26076581
|
||||
oid sha256:b6aeb8fb75b987bae669ae8c89c35b09f41cc63463cfc86828aec7bf485b332a
|
||||
size 26076980
|
||||
|
Loading…
x
Reference in New Issue
Block a user