forked from pool/ast-grep
Accepting request 1177044 from utilities
- Update to 0.22.4: * feat: use var defined in utils in transform/fix #1155 * fix: fix pattern polluting env #1164 * test: add python fix test #1161 * feat: add fix related feature to pyo3 #1159 * test: add test for napi test #1160 * feat: add commit_fix and fix to napi #1158 * fix(deps): update babel monorepo to v7.24.6 0898b55 * fix(deps): update dependency @swc/core to v1.5.7 9beda6e * feat: add edit/fix sketch 6817854 OBS-URL: https://build.opensuse.org/request/show/1177044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=23
This commit is contained in:
commit
5a30303c7f
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.22.3</param>
|
||||
<param name="revision">0.22.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:81e3b997ed3322331640e81259ea8df16abf33cb4b9811600b0e17fcae8924d2
|
||||
size 673494
|
3
ast-grep-0.22.4+0.tar.zst
Normal file
3
ast-grep-0.22.4+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1680917b082b625ff1ed4e7c6f2084f72f1f902e91e1f2b3763dfb02b5336eb
|
||||
size 675439
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 27 07:09:29 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.22.4:
|
||||
* feat: use var defined in utils in transform/fix #1155
|
||||
* fix: fix pattern polluting env #1164
|
||||
* test: add python fix test #1161
|
||||
* feat: add fix related feature to pyo3 #1159
|
||||
* test: add test for napi test #1160
|
||||
* feat: add commit_fix and fix to napi #1158
|
||||
* fix(deps): update babel monorepo to v7.24.6 0898b55
|
||||
* fix(deps): update dependency @swc/core to v1.5.7 9beda6e
|
||||
* feat: add edit/fix sketch 6817854
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:06:01 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.22.3+0
|
||||
Version: 0.22.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:414c87603cc6c022b1aa2dd933af68ae814a5e7b87f3fd3eaa3c8305e34c7440
|
||||
size 27657199
|
||||
oid sha256:5577b5f3eda358f41dbd9dcc8d5aace174f6cf479ae22df0a38f0d19642d56c3
|
||||
size 27638050
|
||||
|
Loading…
Reference in New Issue
Block a user