ast-grep/_service
Michael Vetter 27ce739b62 - Update to 0.36.0:
* perf: remove preScan struct #1837
  * refactor: change Worker trait signature #1849
  * fix: fix inconsistent matching in relaxed mode #1848
  * feat: allow richer metadata format #1854
  * fix: do not display color for error when not in tty #1850
  * fix: make scan respect --globs flag #1842
  * feat: move processing to worker thread #143
  * feat: move matching to worker #143
  * refactor: remove Matches/Diffs macro in cli #1819
  * Breaking change: fix: bump min msrv 846be66
  * refactor: split colored printer 083a5f9
  * refactor: moved interactive printer b9bedf4

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=112
2025-03-10 07:38:54 +00:00

26 lines
952 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">0.36.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="src">ast-grep</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">ast-grep</param>
</service>
</services>