Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lychee for openSUSE:Factory checked in at 2025-12-08 11:55:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lychee (Old) and /work/SRC/openSUSE:Factory/.lychee.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lychee" Mon Dec 8 11:55:41 2025 rev:12 rq:1321407 version:0.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lychee/lychee.changes 2025-10-24 17:59:03.105471456 +0200 +++ /work/SRC/openSUSE:Factory/.lychee.new.1939/lychee.changes 2025-12-08 11:56:33.668040336 +0100 @@ -2 +2,49 @@ -Fri Oct 24 07:39:56 UTC 2025 - [email protected] +Sun Dec 07 07:41:20 UTC 2025 - Alessio Biancalana <[email protected]> + +- 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) + * refactor: remove unimportant public library function (#1893) + * fix: inverted gitignore behaviour for --dump-inputs (#1882) + * Fix typos, and configure the typos tool (#1895) + * Remove an unneeded clone (#1897) + * Address new clippy lints with version 1.91 + * fix: parsing of srcset URLs after the first URL (#1890) + * clippy --fix + * Update flake + * Bump MSRV + * Bump the dependencies group across 1 directory with 7 updates + * Bump actions/upload-artifact from 4 to 5 in the dependencies group + * Match more than one digit for version numbers + * Use 'match' for version pattern matching and not 'pattern' + * Update release notes + +------------------------------------------------------------------- +Fri Oct 24 07:39:56 UTC 2025 - Alessio Biancalana <[email protected]> Old: ---- lychee-0.21.0.tar.zst New: ---- 001-exclude-octocrab.patch lychee-0.22.0.tar.zst ----------(New B)---------- New: - Add 001-exclude-octocrab.patch: * One of the vendored dependencies erroneously thinks it's part of a workspace ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lychee.spec ++++++ --- /var/tmp/diff_new_pack.6h4hLw/_old 2025-12-08 11:56:36.276149602 +0100 +++ /var/tmp/diff_new_pack.6h4hLw/_new 2025-12-08 11:56:36.276149602 +0100 @@ -1,7 +1,6 @@ # # spec file for package lychee # -# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -18,13 +17,14 @@ Name: lychee -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: Fast, async, stream-based link checker written in Rust License: Apache-2.0 OR MIT URL: https://lychee.cli.rs Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst +Patch0: 001-exclude-octocrab.patch BuildRequires: cargo-packaging BuildRequires: git-core BuildRequires: libopenssl-devel ++++++ 001-exclude-octocrab.patch ++++++ diff --git a/Cargo.toml b/Cargo.toml index aa96e20..4a079f1 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"] resolver = "2" [workspace.package] ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6h4hLw/_old 2025-12-08 11:56:36.328151781 +0100 +++ /var/tmp/diff_new_pack.6h4hLw/_new 2025-12-08 11:56:36.332151948 +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.21.0</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> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.6h4hLw/_old 2025-12-08 11:56:36.356152953 +0100 +++ /var/tmp/diff_new_pack.6h4hLw/_new 2025-12-08 11:56:36.364153288 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/lycheeverse/lychee.git</param> - <param name="changesrevision">92a3a7c68a30f549ac4d0d528d1d8d3f34cf887e</param></service></servicedata> + <param name="changesrevision">3ebbf768233523c210666575e9ff519fab12743b</param></service></servicedata> (No newline at EOF) ++++++ lychee-0.21.0.tar.zst -> lychee-0.22.0.tar.zst ++++++ ++++ 9037 lines of diff (skipped) ++++++ lychee.obsinfo ++++++ --- /var/tmp/diff_new_pack.6h4hLw/_old 2025-12-08 11:56:36.856173902 +0100 +++ /var/tmp/diff_new_pack.6h4hLw/_new 2025-12-08 11:56:36.860174069 +0100 @@ -1,5 +1,5 @@ name: lychee -version: 0.21.0 -mtime: 1761237516 -commit: 92a3a7c68a30f549ac4d0d528d1d8d3f34cf887e +version: 0.22.0 +mtime: 1764930970 +commit: 3ebbf768233523c210666575e9ff519fab12743b ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/lychee/vendor.tar.zst /work/SRC/openSUSE:Factory/.lychee.new.1939/vendor.tar.zst differ: char 7, line 1
