Files
lychee/_service
Alessio Biancalana e3b2432bda - Add 001-exclude-octocrab.patch:
* One of the vendored dependencies erroneously thinks it's part of a workspace
- Update to version 0.22.0:
  * chore: release v0.22.0 (#1894)
  * feat: add github markdown fragment quirk (#1940)
  * chore(deps): bump the dependencies group with 5 updates (#1944)
  * chore(deps): bump crate-ci/typos in the dependencies group (#1943)
  * refactor: progress bar (#1914)
  * fix: make file matcher respect the hidden option (#1936)
  * Bump the dependencies group with 3 updates (#1933)
  * Bump actions/checkout from 5 to 6 in the dependencies group (#1932)
  * feat: support relative --root-dir (#1912)
  * Provide a more helpful error message in case of TLS protocol issues (#1927)
  * Fix parsing larger HTML blocks in MDX files (#1924)
  * Bump the dependencies group with 3 updates (#1921)
  * Bump crate-ci/typos from 1.39.0 to 1.39.2 in the dependencies group (#1922)
  * Fix outdated reference to pre
  * Make use of more explicit LazyLock::force
  * feat: propagate input loading/collecting errors to top level  (#1864)
  * docs: use markdown formatting for files-from help text (#1917)
  * Add sudo to apt-get commands (#1919)
  * Bump the dependencies group across 1 directory with 8 updates (#1916)
  *  refactor: use InputResolver to implement Input::get_sources  (#1880)
  *  refactor: use log::Level's deserialiser, and link example TOML (#1907)
  * Fix extracting links after `<pre><code></code></pre>` (#1911)
  * Config file up to date (#1906)
  * Update Ubuntu package list before installing tools (#1908)
  * refactor: check glob validity when parsing input source arguments (#1869)
  * feat: file preprocessing (#1891)
  * Bump crate-ci/typos from 1.38.1 to 1.39.0 in the dependencies group (#1901)

OBS-URL: https://build.opensuse.org/package/show/network/lychee?expand=0&rev=26
2025-12-07 08:18:51 +00:00

25 lines
976 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/lycheeverse/lychee.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">lychee-v0.22.0</param>
<param name="match-tag">lychee-v*</param>
<param name="versionrewrite-pattern">lychee-v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">dottorblaster@opensuse.org</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">lychee</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>