forked from pool/ast-grep
- Update to 0.19.4:
* LSP default message for diagnostics #970 * feat: Add error messaging for rule file parsing failures #968 * feat: add html testing and tweak html #977 * fix(deps): update dependency @babel/core to v7.24.0 a14741d * fix(deps): update dependency @swc/core to v1.4.6 4a397f4 * fix(deps): update rust crate pyo3 to 0.20.3 23653c2 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=28
This commit is contained in:
parent
bf2786fad0
commit
81e64dad62
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.19.3</param>
|
||||
<param name="revision">0.19.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:9d46889921c409f713747df9f548a6229317c18d3d43225991f7c58f822b36a1
|
||||
size 661067
|
3
ast-grep-0.19.4+0.tar.zst
Normal file
3
ast-grep-0.19.4+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b2180bfce0a9f5d2de5d08e26b2e3242835c01fc9409133d23b6d488c48745e
|
||||
size 661733
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 07:22:42 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.19.4:
|
||||
* LSP default message for diagnostics #970
|
||||
* feat: Add error messaging for rule file parsing failures #968
|
||||
* feat: add html testing and tweak html #977
|
||||
* fix(deps): update dependency @babel/core to v7.24.0 a14741d
|
||||
* fix(deps): update dependency @swc/core to v1.4.6 4a397f4
|
||||
* fix(deps): update rust crate pyo3 to 0.20.3 23653c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 07:20:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.19.3+0
|
||||
Version: 0.19.4+0
|
||||
Release: 0
|
||||
Summary: A CLI tool for code structural search, lint and rewriting
|
||||
License: MIT
|
||||
@ -44,5 +44,7 @@ install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildro
|
||||
|
||||
%files
|
||||
%{_bindir}/%{name}
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md README.md
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdd5fdf8c099c853f41c9d064f59287b36b8db5cf505ec4da6c2dce1517a7c4a
|
||||
size 26866525
|
||||
oid sha256:c7b4e06216f7bd801f0b862e513aee5761fb79d006b5c4567cbda430d5b7b0ce
|
||||
size 26862518
|
||||
|
Loading…
x
Reference in New Issue
Block a user