Files
lychee/_service
Alessio Biancalana 8cf2ead5c5 - Update 001-exclude-octocrab.patch:
* update the patch to the latest dependencies
- Update to version 0.23.0:
  * chore: release v0.23.0
  * fix: CacheableResponse should only download file when needed (#2035)
  * docs: delete leftover openssl sentence in readme
  * Speed up slow tests (#2019)
  * chore(deps): bump crate-ci/typos in the dependencies group
  * chore(deps): bump the dependencies group with 2 updates
  * fix: GITHUB_TOKEN should not cause rustls CryptoProvider panic (#2036)
  * Fix overflow when handling rate limit headers
  * chore(deps): bump crate-ci/typos in the dependencies group
  * chore(deps): bump criterion in the dependencies group across 1 directory
  * Update auto merge workflow
  * Improve README.md UX (#2029)
  * Replace OpenSSL with rustls  (#1928)
  * Replace check-if-email-exists with mailify (#1985)
  * Redirect hint (#2020)
  * Update scripts/lychee_pre_commit.sh
  * Ensure lychee is installed and in PATH before running
  * Try to fix rustls setup after recent reqwest change (#2016)
  * Update to reqwest 0.13.1 & cargo update
  * chore(deps): bump the dependencies group across 1 directory with 4 updates
  * chore(deps): bump crate-ci/typos in the dependencies group
  * Use absolute instead of canonicalize for relative root-dir (#2008)
  * Fix broken path in the extract example (#2004)
  * Log successful responses only for Debug and Trace
  * Only show redirect details in verbose mode
  * Show status code in redirect list
  * Use u8 instead of i8 for log level values

OBS-URL: https://build.opensuse.org/package/show/network/lychee?expand=0&rev=28
2026-02-13 17:35:30 +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.23.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>