Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lychee for openSUSE:Factory checked 
in at 2026-02-14 21:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lychee (Old)
 and      /work/SRC/openSUSE:Factory/.lychee.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lychee"

Sat Feb 14 21:37:35 2026 rev:13 rq:1332896 version:0.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lychee/lychee.changes    2025-12-08 
11:56:33.668040336 +0100
+++ /work/SRC/openSUSE:Factory/.lychee.new.1977/lychee.changes  2026-02-14 
21:38:21.539222504 +0100
@@ -1,0 +2,58 @@
+Fri Feb 13 16:06:33 UTC 2026 - Alessio Biancalana <[email protected]>
+
+- 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
+  * Update comparison table (#1997)
+  * Rejected urls (#1990)
+  * Fix source code formatting in ErrorKind::details() (#1993)
+  * Accept ranges (#1989)
+  * chore(deps): bump the dependencies group with 5 updates (#1988)
+  * chore(deps): bump crate-ci/typos in the dependencies group (#1987)
+  * chore(deps): bump crate-ci/typos in the dependencies group (#1979)
+  * chore(deps): bump the dependencies group with 4 updates (#1978)
+  * fix: Combine host stats with response stats (#1975)
+  * feat: per-host caching (#1974)
+  * chore(deps): bump the dependencies group with 4 updates (#1973)
+  * chore(docs): update TOC
+  * Improve wikilink parsing and checking (#1799)
+  * chore(deps): bump the dependencies group with 2 updates (#1967)
+  * Specify that Scoop installation is for Windows (#1969)
+  * Extract record_cache_event & skip mail caching
+  * Improve logging
+  * Add tldr-pages link to README (#1963)
+  * feat: implement per-host rate limiting and statistics (#1929)
+  * chore(deps): bump the dependencies group across 1 directory with 3 updates 
(#1961)
+  * chore(deps): bump actions/upload-artifact in the dependencies group (#1955)
+  * Extract URLs from CSS (#1956)
+  * chore(deps): bump the dependencies group with 2 updates (#1948)
+  * chore: cargo update
+
+-------------------------------------------------------------------

Old:
----
  lychee-0.22.0.tar.zst

New:
----
  lychee-0.23.0.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lychee.spec ++++++
--- /var/tmp/diff_new_pack.HcQkkb/_old  2026-02-14 21:38:23.711312037 +0100
+++ /var/tmp/diff_new_pack.HcQkkb/_new  2026-02-14 21:38:23.715312202 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lychee
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           lychee
-Version:        0.22.0
+Version:        0.23.0
 Release:        0
 Summary:        Fast, async, stream-based link checker written in Rust
 License:        Apache-2.0 OR MIT

++++++ 001-exclude-octocrab.patch ++++++
--- /var/tmp/diff_new_pack.HcQkkb/_old  2026-02-14 21:38:23.739313192 +0100
+++ /var/tmp/diff_new_pack.HcQkkb/_new  2026-02-14 21:38:23.743313357 +0100
@@ -1,11 +1,11 @@
 diff --git a/Cargo.toml b/Cargo.toml
-index aa96e20..4a079f1 100644
+index b51da26..43725d8 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
 @@ -1,5 +1,6 @@
  [workspace]
  members = ["lychee-bin", "lychee-lib", "examples/*", "benches", "test-utils"]
-+exclude = ["vendor/octocrab-0.48.1"]
++exclude = ["vendor/octocrab-0.49.5"]
  resolver = "2"
  
  [workspace.package]

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HcQkkb/_old  2026-02-14 21:38:23.779314841 +0100
+++ /var/tmp/diff_new_pack.HcQkkb/_new  2026-02-14 21:38:23.783315005 +0100
@@ -3,7 +3,7 @@
     <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="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>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HcQkkb/_old  2026-02-14 21:38:23.811316160 +0100
+++ /var/tmp/diff_new_pack.HcQkkb/_new  2026-02-14 21:38:23.815316325 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/lycheeverse/lychee.git</param>
-              <param 
name="changesrevision">3ebbf768233523c210666575e9ff519fab12743b</param></service></servicedata>
+              <param 
name="changesrevision">fe03ec3122a623580c656f60ff0224624df266d8</param></service></servicedata>
 (No newline at EOF)
 

++++++ lychee-0.22.0.tar.zst -> lychee-0.23.0.tar.zst ++++++
++++ 15335 lines of diff (skipped)

++++++ lychee.obsinfo ++++++
--- /var/tmp/diff_new_pack.HcQkkb/_old  2026-02-14 21:38:24.279335452 +0100
+++ /var/tmp/diff_new_pack.HcQkkb/_new  2026-02-14 21:38:24.283335616 +0100
@@ -1,5 +1,5 @@
 name: lychee
-version: 0.22.0
-mtime: 1764930970
-commit: 3ebbf768233523c210666575e9ff519fab12743b
+version: 0.23.0
+mtime: 1770997404
+commit: fe03ec3122a623580c656f60ff0224624df266d8
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/lychee/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.lychee.new.1977/vendor.tar.zst differ: char 7, line 
1

Reply via email to