Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubetui for openSUSE:Factory checked 
in at 2025-12-05 16:54:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubetui (Old)
 and      /work/SRC/openSUSE:Factory/.kubetui.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubetui"

Fri Dec  5 16:54:09 2025 rev:16 rq:1321084 version:1.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubetui/kubetui.changes  2025-11-02 
22:35:07.253081156 +0100
+++ /work/SRC/openSUSE:Factory/.kubetui.new.1939/kubetui.changes        
2025-12-05 16:55:06.592555034 +0100
@@ -1,0 +2,25 @@
+Thu Dec 04 06:51:48 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 1.10.2:
+  * Bug Fixes
+    - fix: remove leading space from log content after timestamp
+      parsing by @sarub0b0 in #872
+  * Dependencies
+    - chore(deps): update rust crate bytes to v1.11.0 by @renovate
+      in #868
+    - chore(deps): update actions/checkout digest to 93cb6ef by
+      @renovate in #869
+    - chore(deps): update rust crate clap to v4.5.52 by @renovate
+      in #870
+    - chore(deps): update rust crate clap to v4.5.53 by @renovate
+      in #874
+    - chore(deps): update actions/checkout action to v6 by
+      @renovate in #875
+    - chore(deps): update rust crate mockall to 0.14.0 by @renovate
+      in #877
+    - chore(deps): update rust crate http to v1.4.0 by @renovate in
+      #878
+    - chore(deps): lock file maintenance by @renovate in #867,
+      #876, #879
+
+-------------------------------------------------------------------

Old:
----
  kubetui-1.10.1.obscpio

New:
----
  kubetui-1.10.2.obscpio

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

Other differences:
------------------
++++++ kubetui.spec ++++++
--- /var/tmp/diff_new_pack.8ONLMq/_old  2025-12-05 16:55:08.308626781 +0100
+++ /var/tmp/diff_new_pack.8ONLMq/_new  2025-12-05 16:55:08.308626781 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kubetui
-Version:        1.10.1
+Version:        1.10.2
 Release:        0
 Summary:        A terminal UI for Kubernetes
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8ONLMq/_old  2025-12-05 16:55:08.364629122 +0100
+++ /var/tmp/diff_new_pack.8ONLMq/_new  2025-12-05 16:55:08.368629289 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/sarub0b0/kubetui.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v1.10.1</param>
+    <param name="revision">v1.10.2</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8ONLMq/_old  2025-12-05 16:55:08.388630126 +0100
+++ /var/tmp/diff_new_pack.8ONLMq/_new  2025-12-05 16:55:08.396630460 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/sarub0b0/kubetui.git</param>
-              <param 
name="changesrevision">00e80681c197131930b048dbce80f19882eaf61b</param></service></servicedata>
+              <param 
name="changesrevision">3044f88eceaac8a3ba2f355c417f11e923a96a02</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubetui-1.10.1.obscpio -> kubetui-1.10.2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubetui-1.10.1/.github/workflows/release.yml 
new/kubetui-1.10.2/.github/workflows/release.yml
--- old/kubetui-1.10.1/.github/workflows/release.yml    2025-11-02 
11:36:57.000000000 +0100
+++ new/kubetui-1.10.2/.github/workflows/release.yml    2025-11-30 
05:50:35.000000000 +0100
@@ -34,7 +34,7 @@
 
     steps:
       - name: Checkout
-        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
 
       - name: Install musl-tools
         if: matrix.target == 'x86_64-unknown-linux-musl'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubetui-1.10.1/.github/workflows/test.yml 
new/kubetui-1.10.2/.github/workflows/test.yml
--- old/kubetui-1.10.1/.github/workflows/test.yml       2025-11-02 
11:36:57.000000000 +0100
+++ new/kubetui-1.10.2/.github/workflows/test.yml       2025-11-30 
05:50:35.000000000 +0100
@@ -14,7 +14,7 @@
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+      - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
 
       - uses: dtolnay/rust-toolchain@stable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubetui-1.10.1/.github/workflows/upload-artifact.yml 
new/kubetui-1.10.2/.github/workflows/upload-artifact.yml
--- old/kubetui-1.10.1/.github/workflows/upload-artifact.yml    2025-11-02 
11:36:57.000000000 +0100
+++ new/kubetui-1.10.2/.github/workflows/upload-artifact.yml    2025-11-30 
05:50:35.000000000 +0100
@@ -34,7 +34,7 @@
 
     steps:
       - name: Checkout
-        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
 
       - name: Install musl-tools
         if: matrix.target == 'x86_64-unknown-linux-musl'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubetui-1.10.1/Cargo.lock 
new/kubetui-1.10.2/Cargo.lock
--- old/kubetui-1.10.1/Cargo.lock       2025-11-02 11:36:57.000000000 +0100
+++ new/kubetui-1.10.2/Cargo.lock       2025-11-30 05:50:35.000000000 +0100
@@ -64,22 +64,22 @@
 
 [[package]]
 name = "anstyle-query"
-version = "1.1.4"
+version = "1.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
+checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
 dependencies = [
- "windows-sys 0.60.2",
+ "windows-sys 0.61.2",
 ]
 
 [[package]]
 name = "anstyle-wincon"
-version = "3.0.10"
+version = "3.0.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
+checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
 dependencies = [
  "anstyle",
  "once_cell_polyfill",
- "windows-sys 0.60.2",
+ "windows-sys 0.61.2",
 ]
 
 [[package]]
@@ -191,9 +191,9 @@
 
 [[package]]
 name = "bytes"
-version = "1.10.1"
+version = "1.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
+checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
 
 [[package]]
 name = "cassowary"
@@ -212,9 +212,9 @@
 
 [[package]]
 name = "cc"
-version = "1.2.43"
+version = "1.2.47"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
+checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07"
 dependencies = [
  "find-msvc-tools",
  "shlex",
@@ -248,9 +248,9 @@
 
 [[package]]
 name = "clap"
-version = "4.5.51"
+version = "4.5.53"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
+checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -258,9 +258,9 @@
 
 [[package]]
 name = "clap_builder"
-version = "4.5.51"
+version = "4.5.53"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
+checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
 dependencies = [
  "anstream",
  "anstyle",
@@ -434,9 +434,9 @@
 
 [[package]]
 name = "crypto-common"
-version = "0.1.6"
+version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
+checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
 dependencies = [
  "generic-array",
  "typenum",
@@ -679,15 +679,15 @@
 
 [[package]]
 name = "find-msvc-tools"
-version = "0.1.4"
+version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
+checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 
 [[package]]
 name = "fixedbitset"
-version = "0.4.2"
+version = "0.5.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
+checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 
 [[package]]
 name = "flate2"
@@ -823,9 +823,9 @@
 
 [[package]]
 name = "generic-array"
-version = "0.14.9"
+version = "0.14.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
+checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 dependencies = [
  "typenum",
  "version_check",
@@ -883,9 +883,9 @@
 
 [[package]]
 name = "hashbrown"
-version = "0.16.0"
+version = "0.16.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
+checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 
 [[package]]
 name = "heck"
@@ -910,12 +910,11 @@
 
 [[package]]
 name = "http"
-version = "1.3.1"
+version = "1.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
+checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
 dependencies = [
  "bytes",
- "fnv",
  "itoa",
 ]
 
@@ -950,9 +949,9 @@
 
 [[package]]
 name = "hyper"
-version = "1.7.0"
+version = "1.8.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
+checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
 dependencies = [
  "atomic-waker",
  "bytes",
@@ -1002,9 +1001,9 @@
 
 [[package]]
 name = "hyper-util"
-version = "0.1.17"
+version = "0.1.18"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
+checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
 dependencies = [
  "bytes",
  "futures-channel",
@@ -1053,12 +1052,12 @@
 
 [[package]]
 name = "indexmap"
-version = "2.12.0"
+version = "2.12.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
+checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
 dependencies = [
  "equivalent",
- "hashbrown 0.16.0",
+ "hashbrown 0.16.1",
 ]
 
 [[package]]
@@ -1279,7 +1278,7 @@
 
 [[package]]
 name = "kubetui"
-version = "1.10.1"
+version = "1.10.2"
 dependencies = [
  "anyhow",
  "arboard",
@@ -1308,7 +1307,7 @@
  "log4rs",
  "mockall",
  "mockall_double",
- "nom 8.0.0",
+ "nom",
  "nom-language",
  "nucleo-matcher",
  "once_cell",
@@ -1430,12 +1429,6 @@
 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 
 [[package]]
-name = "minimal-lexical"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
-
-[[package]]
 name = "miniz_oxide"
 version = "0.8.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1465,9 +1458,9 @@
 
 [[package]]
 name = "mockall"
-version = "0.13.1"
+version = "0.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2"
+checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b"
 dependencies = [
  "cfg-if",
  "downcast",
@@ -1479,9 +1472,9 @@
 
 [[package]]
 name = "mockall_derive"
-version = "0.13.1"
+version = "0.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898"
+checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf"
 dependencies = [
  "cfg-if",
  "proc-macro2",
@@ -1515,16 +1508,6 @@
 
 [[package]]
 name = "nom"
-version = "7.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
-dependencies = [
- "memchr",
- "minimal-lexical",
-]
-
-[[package]]
-name = "nom"
 version = "8.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
@@ -1538,7 +1521,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29"
 dependencies = [
- "nom 8.0.0",
+ "nom",
 ]
 
 [[package]]
@@ -1746,9 +1729,9 @@
 
 [[package]]
 name = "pest"
-version = "2.8.3"
+version = "2.8.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
+checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
 dependencies = [
  "memchr",
  "ucd-trie",
@@ -1756,9 +1739,9 @@
 
 [[package]]
 name = "pest_derive"
-version = "2.8.3"
+version = "2.8.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
+checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
 dependencies = [
  "pest",
  "pest_generator",
@@ -1766,9 +1749,9 @@
 
 [[package]]
 name = "pest_generator"
-version = "2.8.3"
+version = "2.8.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
+checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
 dependencies = [
  "pest",
  "pest_meta",
@@ -1779,9 +1762,9 @@
 
 [[package]]
 name = "pest_meta"
-version = "2.8.3"
+version = "2.8.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
+checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
 dependencies = [
  "pest",
  "sha2",
@@ -1789,11 +1772,12 @@
 
 [[package]]
 name = "petgraph"
-version = "0.6.5"
+version = "0.8.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
+checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
 dependencies = [
  "fixedbitset",
+ "hashbrown 0.15.5",
  "indexmap",
 ]
 
@@ -1893,9 +1877,9 @@
 
 [[package]]
 name = "quote"
-version = "1.0.41"
+version = "1.0.42"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
+checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
 dependencies = [
  "proc-macro2",
 ]
@@ -2109,9 +2093,9 @@
 
 [[package]]
 name = "rustls"
-version = "0.23.34"
+version = "0.23.35"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
+checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
 dependencies = [
  "log",
  "once_cell",
@@ -2177,9 +2161,9 @@
 
 [[package]]
 name = "schemars"
-version = "1.0.4"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
+checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
 dependencies = [
  "dyn-clone",
  "ref-cast",
@@ -2190,9 +2174,9 @@
 
 [[package]]
 name = "schemars_derive"
-version = "1.0.4"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
+checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -2361,9 +2345,9 @@
 
 [[package]]
 name = "signal-hook-registry"
-version = "1.4.6"
+version = "1.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
+checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
 dependencies = [
  "libc",
 ]
@@ -2469,9 +2453,9 @@
 
 [[package]]
 name = "syn"
-version = "2.0.108"
+version = "2.0.111"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
+checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -2581,9 +2565,9 @@
 
 [[package]]
 name = "tokio-util"
-version = "0.7.16"
+version = "0.7.17"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
+checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
 dependencies = [
  "bytes",
  "futures-core",
@@ -2641,9 +2625,9 @@
 
 [[package]]
 name = "tower-http"
-version = "0.6.6"
+version = "0.6.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
+checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456"
 dependencies = [
  "base64",
  "bitflags",
@@ -2683,9 +2667,9 @@
 
 [[package]]
 name = "tracing-attributes"
-version = "0.1.30"
+version = "0.1.31"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
+checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -2694,22 +2678,21 @@
 
 [[package]]
 name = "tracing-core"
-version = "0.1.34"
+version = "0.1.35"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
+checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
 dependencies = [
  "once_cell",
 ]
 
 [[package]]
 name = "tree_magic_mini"
-version = "3.2.0"
+version = "3.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f943391d896cdfe8eec03a04d7110332d445be7df856db382dd96a730667562c"
+checksum = "b8765b90061cba6c22b5831f675da109ae5561588290f9fa2317adab2714d5a6"
 dependencies = [
  "memchr",
- "nom 7.1.3",
- "once_cell",
+ "nom",
  "petgraph",
 ]
 
@@ -3204,9 +3187,9 @@
 
 [[package]]
 name = "winnow"
-version = "0.7.13"
+version = "0.7.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
+checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
 dependencies = [
  "memchr",
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubetui-1.10.1/Cargo.toml 
new/kubetui-1.10.2/Cargo.toml
--- old/kubetui-1.10.1/Cargo.toml       2025-11-02 11:36:57.000000000 +0100
+++ new/kubetui-1.10.2/Cargo.toml       2025-11-30 05:50:35.000000000 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "kubetui"
-version = "1.10.1"
+version = "1.10.2"
 authors = ["kosay <[email protected]>"]
 edition = "2021"
 license = "MIT"
@@ -69,7 +69,7 @@
 [dev-dependencies]
 pretty_assertions = "1.4.0"
 indoc = "2.0.5"
-mockall = "0.13.0"
+mockall = "0.14.0"
 mockall_double = "0.3.1"
 tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
 rstest = "0.26.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kubetui-1.10.1/src/features/pod/kube/log/log_streamer.rs 
new/kubetui-1.10.2/src/features/pod/kube/log/log_streamer.rs
--- old/kubetui-1.10.1/src/features/pod/kube/log/log_streamer.rs        
2025-11-02 11:36:57.000000000 +0100
+++ new/kubetui-1.10.2/src/features/pod/kube/log/log_streamer.rs        
2025-11-30 05:50:35.000000000 +0100
@@ -162,6 +162,8 @@
                     continue;
                 }
 
+                let content = content.strip_prefix(' ').unwrap_or(content);
+
                 if self.is_exclude(content) || !self.is_include(content) {
                     continue;
                 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kubetui-1.10.1/test/manifests/test-log-filtering.yaml 
new/kubetui-1.10.2/test/manifests/test-log-filtering.yaml
--- old/kubetui-1.10.1/test/manifests/test-log-filtering.yaml   1970-01-01 
01:00:00.000000000 +0100
+++ new/kubetui-1.10.2/test/manifests/test-log-filtering.yaml   2025-11-30 
05:50:35.000000000 +0100
@@ -0,0 +1,36 @@
+apiVersion: v1
+kind: Pod
+metadata:
+  name: test-log-filtering
+  namespace: default
+spec:
+  restartPolicy: Never
+  containers:
+    - name: test-container
+      image: alpine
+      command:
+        - sh
+        - -c
+      args:
+        - |
+          echo "INFO: Application started"
+          echo "DEBUG: Initializing components"
+          echo ""
+          echo "ERROR: Connection failed"
+          echo "  at main.rs:42"
+          echo "  at app.rs:100"
+          echo ""
+          echo "WARNING: Retrying connection"
+          echo "INFO: Connection successful"
+          echo ""
+          echo "Multi-line log example:"
+          echo "  Line 1 with indent"
+          echo "    Line 2 with more indent"
+          echo "  Line 3 back to first indent"
+          echo ""
+          echo "ERROR: Another error occurred"
+          echo "{\"level\":\"info\",\"message\":\"JSON log\"}"
+          echo ""
+          echo "INFO: Application finished"
+          sleep 1
+          exit 0

++++++ kubetui.obsinfo ++++++
--- /var/tmp/diff_new_pack.8ONLMq/_old  2025-12-05 16:55:09.368671100 +0100
+++ /var/tmp/diff_new_pack.8ONLMq/_new  2025-12-05 16:55:09.376671434 +0100
@@ -1,5 +1,5 @@
 name: kubetui
-version: 1.10.1
-mtime: 1762079817
-commit: 00e80681c197131930b048dbce80f19882eaf61b
+version: 1.10.2
+mtime: 1764478235
+commit: 3044f88eceaac8a3ba2f355c417f11e923a96a02
 

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

Reply via email to