forked from pool/ast-grep
Accepting request 1193093 from utilities
- Update to 0.26.1: * feat: support dynamic language in pyo3 #1143 * test: add test for load dynamic lang in python 236f4ab * feat: add py_lang registration function 43e74e7 * feat: add pytype for register language 8b660cf OBS-URL: https://build.opensuse.org/request/show/1193093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=36
This commit is contained in:
commit
12cb5bcfcf
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.0</param>
|
||||
<param name="revision">0.26.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:8bc9e706c4ce7ebea690e2fd062639b440980aa3c431ff84ccd7840bc63d5ca3
|
||||
size 690813
|
3
ast-grep-0.26.1+0.tar.zst
Normal file
3
ast-grep-0.26.1+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:236f2f7b224b7f30d6a3c0575675d9616ea2e4063800bb7f350b8a55516c0379
|
||||
size 691529
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 10 04:37:33 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.26.1:
|
||||
* feat: support dynamic language in pyo3 #1143
|
||||
* test: add test for load dynamic lang in python 236f4ab
|
||||
* feat: add py_lang registration function 43e74e7
|
||||
* feat: add pytype for register language 8b660cf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 05:24:11 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.26.0+0
|
||||
Version: 0.26.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:e7063949b9bf8a5c0a1ad0e3a6a73659f4ef7e494fdbefb5fe07980ab2d2b608
|
||||
size 30262139
|
||||
oid sha256:2f4b59930cd484ec75c0077cf06bca2f2c5179a8c18d240bd8cf5acf419f8f4a
|
||||
size 30276058
|
||||
|
Loading…
Reference in New Issue
Block a user