Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwctl for openSUSE:Factory checked in at 2025-08-29 18:37:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwctl (Old) and /work/SRC/openSUSE:Factory/.kwctl.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwctl" Fri Aug 29 18:37:38 2025 rev:5 rq:1301931 version:1.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwctl/kwctl.changes 2025-08-21 16:56:28.806824551 +0200 +++ /work/SRC/openSUSE:Factory/.kwctl.new.1977/kwctl.changes 2025-08-29 18:40:02.026407069 +0200 @@ -1,0 +2,25 @@ +Thu Aug 28 04:55:01 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.28.0: + * Maintenance + - build(deps): update rust crate regex to v1.11.2 (#1335) + - build(deps): update rust crate url to v2.5.7 (#1334) + - build(deps): update taiki-e/install-action action to v2.58.21 + (#1333) + - build(deps): update github-actions + - build(deps): update rust crate url to v2.5.6 (#1332) + - build(deps): update github-actions + - build(deps): update rust crate thiserror to v2.0.16 (#1329) + - build(deps): update rust crate tempfile to v3.21.0 + - build(deps): update rust crate serde_json to v1.0.143 + - build(deps): update rust crate hyper to v1.7.0 + - build(deps): update crate-ci/typos action to v1.35.5 (#1325) + - build(deps): update rust crate thiserror to v2.0.15 (#1323) + - build(deps): update taiki-e/install-action action to v2.58.17 + (#1322) + - build(deps): update taiki-e/install-action action to v2.58.15 + (#1321) + - build(deps): update taiki-e/install-action action to v2.58.12 + (#1320) + +------------------------------------------------------------------- Old: ---- kwctl-1.27.3.obscpio New: ---- kwctl-1.28.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwctl.spec ++++++ --- /var/tmp/diff_new_pack.w2dk0B/_old 2025-08-29 18:40:03.234458372 +0200 +++ /var/tmp/diff_new_pack.w2dk0B/_new 2025-08-29 18:40:03.234458372 +0200 @@ -17,7 +17,7 @@ Name: kwctl -Version: 1.27.3 +Version: 1.28.0 Release: 0 Summary: The go-to CLI tool for Kubewarden users License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.w2dk0B/_old 2025-08-29 18:40:03.270459901 +0200 +++ /var/tmp/diff_new_pack.w2dk0B/_new 2025-08-29 18:40:03.274460071 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/kubewarden/kwctl</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v1.27.3</param> + <param name="revision">v1.28.0</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.w2dk0B/_old 2025-08-29 18:40:03.298461090 +0200 +++ /var/tmp/diff_new_pack.w2dk0B/_new 2025-08-29 18:40:03.306461430 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubewarden/kwctl</param> - <param name="changesrevision">b616cb9ceaac0e9f8086dcf2ddb6dc5c3492af57</param></service></servicedata> + <param name="changesrevision">8e935e8ca1768610035cbe42d34a2dbc01cdb371</param></service></servicedata> (No newline at EOF) ++++++ kwctl-1.27.3.obscpio -> kwctl-1.28.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwctl-1.27.3/.github/workflows/build.yml new/kwctl-1.28.0/.github/workflows/build.yml --- old/kwctl-1.27.3/.github/workflows/build.yml 2025-08-14 12:40:20.000000000 +0200 +++ new/kwctl-1.28.0/.github/workflows/build.yml 2025-08-26 13:45:56.000000000 +0200 @@ -69,7 +69,7 @@ path: kwctl-linux-${{ matrix.targetarch }}.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4 + uses: kubewarden/github-actions/syft-installer@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6 - name: Create SBOM file shell: bash @@ -149,7 +149,7 @@ path: kwctl-darwin-${{ matrix.targetarch }}.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4 + uses: kubewarden/github-actions/syft-installer@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6 with: arch: darwin_amd64 @@ -234,7 +234,7 @@ path: kwctl-windows-x86_64.exe.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4 + uses: kubewarden/github-actions/syft-installer@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6 with: arch: windows_amd64 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwctl-1.27.3/.github/workflows/ci.yml new/kwctl-1.28.0/.github/workflows/ci.yml --- old/kwctl-1.27.3/.github/workflows/ci.yml 2025-08-14 12:40:20.000000000 +0200 +++ new/kwctl-1.28.0/.github/workflows/ci.yml 2025-08-26 13:45:56.000000000 +0200 @@ -81,7 +81,7 @@ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@3839ec485e8ef50e4a86e9cd116260b68a412c07 # v2.58.10 + uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21 with: tool: cargo-llvm-cov @@ -95,7 +95,7 @@ run: cargo llvm-cov --lcov --output-path lcov.info - name: Upload unit-tests coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 with: files: lcov.info fail_ci_if_error: true @@ -151,4 +151,4 @@ - name: Checkout Actions Repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Spell Check Repo - uses: crate-ci/typos@a67079b4ae32e18c3f53d75368c52ce53b5fb56b # v1.35.4 + uses: crate-ci/typos@a4c3e43aea0a9e9b9e6578d2731ebd9a27e8f6cd # v1.35.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwctl-1.27.3/Cargo.lock new/kwctl-1.28.0/Cargo.lock --- old/kwctl-1.27.3/Cargo.lock 2025-08-14 12:40:20.000000000 +0200 +++ new/kwctl-1.28.0/Cargo.lock 2025-08-26 13:45:56.000000000 +0200 @@ -162,7 +162,7 @@ "nom", "num-traits", "rusticata-macros", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", ] @@ -503,7 +503,7 @@ "serde_json", "serde_repr", "serde_urlencoded", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-util", @@ -579,7 +579,7 @@ "semver", "serde_json", "serde_yaml", - "thiserror 2.0.14", + "thiserror 2.0.16", "tracing", "tracing-subscriber", "url", @@ -611,7 +611,7 @@ "futures", "hashbrown 0.14.5", "once_cell", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "web-time", ] @@ -629,7 +629,7 @@ "futures", "hashbrown 0.15.5", "once_cell", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "web-time", ] @@ -890,7 +890,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -1602,7 +1602,7 @@ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -1830,7 +1830,7 @@ checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -1967,9 +1967,9 @@ [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -2456,13 +2456,14 @@ [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2", "http", "http-body", @@ -2470,6 +2471,7 @@ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -2560,7 +2562,7 @@ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.0", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -2705,9 +2707,9 @@ [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", @@ -2924,7 +2926,7 @@ "pest_derive", "regex", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -3033,7 +3035,7 @@ "serde", "serde_json", "serde_yaml", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-util", "tower", @@ -3056,7 +3058,7 @@ "serde", "serde-value", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -3080,7 +3082,7 @@ "pin-project", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-util", "tracing", @@ -3112,7 +3114,7 @@ [[package]] name = "kwctl" -version = "1.27.3" +version = "1.28.0" dependencies = [ "anyhow", "assert_cmd", @@ -3148,7 +3150,7 @@ "tempfile", "termimad", "testcontainers", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", "tiny-bench", "tokio", @@ -3608,7 +3610,7 @@ "serde", "serde_json", "sha2", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "unicase", @@ -3628,7 +3630,7 @@ "serde_json", "strum", "strum_macros", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -3879,9 +3881,9 @@ [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" @@ -3890,7 +3892,7 @@ checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.14", + "thiserror 2.0.16", "ucd-trie", ] @@ -4129,7 +4131,7 @@ "serde_json", "serde_yaml", "sha2", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", "tokio", "tracing", @@ -4168,7 +4170,7 @@ "serde_yaml", "sha2", "sigstore", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "url", @@ -4479,7 +4481,7 @@ "rustc-hash 2.1.1", "rustls", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -4500,7 +4502,7 @@ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.14", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -4651,7 +4653,7 @@ dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -4690,9 +4692,9 @@ [[package]] name = "regex" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" dependencies = [ "aho-corasick", "memchr", @@ -4943,7 +4945,7 @@ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -5253,9 +5255,9 @@ [[package]] name = "serde_json" -version = "1.0.142" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", @@ -5487,7 +5489,7 @@ "sha2", "signature", "sigstore_protobuf_specs", - "thiserror 2.0.14", + "thiserror 2.0.16", "tls_codec", "tokio", "tokio-util", @@ -5767,9 +5769,9 @@ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom 0.3.3", @@ -5810,7 +5812,7 @@ "lazy-regex", "minimad", "serde", - "thiserror 2.0.14", + "thiserror 2.0.16", "unicode-width 0.1.14", ] @@ -5841,7 +5843,7 @@ "serde", "serde_json", "serde_with", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-tar", @@ -5867,11 +5869,11 @@ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.16", ] [[package]] @@ -5887,9 +5889,9 @@ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -6465,9 +6467,9 @@ [[package]] name = "url" -version = "2.5.4" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", @@ -6604,7 +6606,7 @@ "async-trait", "log", "parking_lot", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", ] @@ -6651,7 +6653,7 @@ "log", "rustix 1.0.8", "system-interface", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "wasmtime", @@ -6976,7 +6978,7 @@ "pulley-interpreter", "smallvec", "target-lexicon", - "thiserror 2.0.14", + "thiserror 2.0.16", "wasmparser 0.235.0", "wasmtime-environ", "wasmtime-internal-math", @@ -7104,7 +7106,7 @@ "log", "parking_lot", "serde", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "wapc", @@ -7134,7 +7136,7 @@ "io-lifetimes", "rustix 1.0.8", "system-interface", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "url", @@ -7259,7 +7261,7 @@ "anyhow", "async-trait", "bitflags 2.9.1", - "thiserror 2.0.14", + "thiserror 2.0.16", "tracing", "wasmtime", "wiggle-macro", @@ -7335,7 +7337,7 @@ "regalloc2", "smallvec", "target-lexicon", - "thiserror 2.0.14", + "thiserror 2.0.16", "wasmparser 0.235.0", "wasmtime-environ", "wasmtime-internal-cranelift", @@ -7666,7 +7668,7 @@ "nom", "oid-registry", "rusticata-macros", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwctl-1.27.3/Cargo.toml new/kwctl-1.28.0/Cargo.toml --- old/kwctl-1.27.3/Cargo.toml 2025-08-14 12:40:20.000000000 +0200 +++ new/kwctl-1.28.0/Cargo.toml 2025-08-26 13:45:56.000000000 +0200 @@ -3,7 +3,7 @@ description = "Tool to manage Kubewarden policies" edition = "2021" name = "kwctl" -version = "1.27.3" +version = "1.28.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html ++++++ kwctl.obsinfo ++++++ --- /var/tmp/diff_new_pack.w2dk0B/_old 2025-08-29 18:40:03.470468395 +0200 +++ /var/tmp/diff_new_pack.w2dk0B/_new 2025-08-29 18:40:03.474468565 +0200 @@ -1,5 +1,5 @@ name: kwctl -version: 1.27.3 -mtime: 1755168020 -commit: b616cb9ceaac0e9f8086dcf2ddb6dc5c3492af57 +version: 1.28.0 +mtime: 1756208756 +commit: 8e935e8ca1768610035cbe42d34a2dbc01cdb371 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/kwctl/vendor.tar.zst /work/SRC/openSUSE:Factory/.kwctl.new.1977/vendor.tar.zst differ: char 7, line 1