Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package impala for openSUSE:Factory checked 
in at 2026-08-27 18:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/impala (Old)
 and      /work/SRC/openSUSE:Factory/.impala.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "impala"

Thu Aug 27 18:51:40 2026 rev:6 rq:1373877 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/impala/impala.changes    2026-08-26 
19:55:08.693753876 +0200
+++ /work/SRC/openSUSE:Factory/.impala.new.1265/impala.changes  2026-08-27 
18:55:08.016450704 +0200
@@ -1,0 +2,6 @@
+Wed Aug 26 18:08:09 UTC 2026 - Michael Vetter <[email protected]>
+
+- Update to 0.8.1:
+  * Fix no station found error when dis/connecting
+
+-------------------------------------------------------------------

Old:
----
  impala-0.8.0.tar.zst

New:
----
  impala-0.8.1.tar.zst

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

Other differences:
------------------
++++++ impala.spec ++++++
--- /var/tmp/diff_new_pack.62O08F/_old  2026-08-27 18:55:09.556504471 +0200
+++ /var/tmp/diff_new_pack.62O08F/_new  2026-08-27 18:55:09.558504541 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           impala
-Version:        0.8.0
+Version:        0.8.1
 Release:        0
 Summary:        TUI for managing wifi on Linux
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.62O08F/_old  2026-08-27 18:55:09.602506077 +0200
+++ /var/tmp/diff_new_pack.62O08F/_new  2026-08-27 18:55:09.607506251 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/pythops/impala</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v0.8.0</param>
+    <param name="revision">v0.8.1</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ impala-0.8.0.tar.zst -> impala-0.8.1.tar.zst ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/impala-0.8.0/Cargo.lock new/impala-0.8.1/Cargo.lock
--- old/impala-0.8.0/Cargo.lock 2026-08-25 21:10:11.000000000 +0200
+++ new/impala-0.8.1/Cargo.lock 2026-08-26 10:55:08.000000000 +0200
@@ -1125,7 +1125,7 @@
 
 [[package]]
 name = "impala"
-version = "0.8.0"
+version = "0.8.1"
 dependencies = [
  "anyhow",
  "async-channel",
@@ -1142,8 +1142,8 @@
  "qrcode",
  "ratatui",
  "serde",
- "strum",
- "strum_macros",
+ "strum 0.28.0",
+ "strum_macros 0.28.0",
  "tokio",
  "toml",
  "tui-input",
@@ -1211,13 +1211,12 @@
 
 [[package]]
 name = "iwdrs"
-version = "0.2.7"
+version = "0.2.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cd997a73fba4ae7ff3c549f88e67315b2aa2806abee28b63854024cc0121cb3c"
+checksum = "c2995175b0607f73574de8fe2d2ed70a08ef93d146c74327fe33e61e2b05bbb8"
 dependencies = [
- "async-lock",
  "futures-lite",
- "strum",
+ "strum 0.27.2",
  "thiserror 2.0.20",
  "uuid",
  "zbus",
@@ -1846,7 +1845,7 @@
  "lru",
  "palette",
  "serde",
- "strum",
+ "strum 0.28.0",
  "thiserror 2.0.20",
  "unicode-segmentation",
  "unicode-truncate",
@@ -1910,7 +1909,7 @@
  "line-clipping",
  "ratatui-core",
  "serde",
- "strum",
+ "strum 0.28.0",
  "time",
  "unicode-segmentation",
  "unicode-width",
@@ -2166,11 +2165,32 @@
 
 [[package]]
 name = "strum"
+version = "0.27.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
+dependencies = [
+ "strum_macros 0.27.2",
+]
+
+[[package]]
+name = "strum"
 version = "0.28.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
 dependencies = [
- "strum_macros",
+ "strum_macros 0.28.0",
+]
+
+[[package]]
+name = "strum_macros"
+version = "0.27.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
+dependencies = [
+ "heck",
+ "proc-macro2",
+ "quote",
+ "syn 2.0.119",
 ]
 
 [[package]]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/impala-0.8.0/Cargo.toml new/impala-0.8.1/Cargo.toml
--- old/impala-0.8.0/Cargo.toml 2026-08-25 21:10:11.000000000 +0200
+++ new/impala-0.8.1/Cargo.toml 2026-08-26 10:55:08.000000000 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "impala"
-version = "0.8.0"
+version = "0.8.1"
 authors = ["Badr Badri <[email protected]>"]
 license = "GPL-3.0"
 edition = "2024"
@@ -25,7 +25,7 @@
 toml = "1"
 clap = { version = "4", features = ["derive", "cargo"] }
 anyhow = "1"
-iwdrs = "0.2.6"
+iwdrs = "<= 0.2.6"
 chrono = "0.4"
 log = "0.4"
 env_logger = "0.11"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/impala-0.8.0/Release.md new/impala-0.8.1/Release.md
--- old/impala-0.8.0/Release.md 2026-08-25 21:10:11.000000000 +0200
+++ new/impala-0.8.1/Release.md 2026-08-26 10:55:08.000000000 +0200
@@ -1,3 +1,7 @@
+## 0.8.1 - 2026-08-26
+
+- fix no station found error when dis/connecting
+
 ## 0.8.0 - 2026-08-25
 
 - Add ascii display

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

Reply via email to