From c5ac9c635061eba8dc7fa376fcb61c315090634c Mon Sep 17 00:00:00 2001
From: mcalabkova <>
Date: Feb 26 2025 16:30:30 +0000
Subject: Update python-libtmux to version 0.46.0 / rev 17 via SR 1248635


https://build.opensuse.org/request/show/1248635
by user mcalabkova + dimstar_suse

---

diff --git a/.files b/.files
index 5253a1e..ead84a2 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index fc04ef5..9cd70e7 100644
--- a/.rev
+++ b/.rev
@@ -127,4 +127,12 @@
     <comment></comment>
     <requestid>1248005</requestid>
   </revision>
+  <revision rev="17" vrev="1">
+    <srcmd5>4855a4161c1f8efe6aa72255179fbb14</srcmd5>
+    <version>0.46.0</version>
+    <time>1740587065</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>1248635</requestid>
+  </revision>
 </revisionlist>
diff --git a/libtmux-0.45.0.tar.gz b/libtmux-0.45.0.tar.gz
deleted file mode 120000
index fec89c2..0000000
--- a/libtmux-0.45.0.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeie3slj44xwkhbgwqh2zqheoc27hmu5cikia2uw4bicyzh7mde3g24
\ No newline at end of file
diff --git a/libtmux-0.46.0.tar.gz b/libtmux-0.46.0.tar.gz
new file mode 120000
index 0000000..c83034c
--- /dev/null
+++ b/libtmux-0.46.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeics65qw2wztt5hvnvxso2qalqgi3wfaxiggzk3gdymba6vihvjiwy
\ No newline at end of file
diff --git a/python-libtmux.changes b/python-libtmux.changes
index 1b9b5af..33bf2ea 100644
--- a/python-libtmux.changes
+++ b/python-libtmux.changes
@@ -1,4 +1,37 @@
 -------------------------------------------------------------------
+Wed Feb 26 05:43:02 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
+
+- update to 0.46.0:
+  * Breaking Changes
+    - Test Helper Imports Refactored: Direct imports from
+      libtmux.test are no longer possible. You must now import from
+      specific submodules (#580)
+
+      # Before:
+      from libtmux.test import namer
+      # After:
+      from libtmux.test.named import namer
+
+      # Before:
+      from libtmux.test import RETRY_INTERVAL_SECONDS
+      # After:
+      from libtmux.test.constants import RETRY_INTERVAL_SECONDS
+
+  * Internal Improvements
+    - Enhanced Test Utilities: The EnvironmentVarGuard now handles
+      variable cleanup more reliably
+    - Comprehensive Test Coverage: Added test suites for constants
+      and environment utilities
+    - Code Quality: Added proper coverage markers to exclude type
+      checking blocks from coverage reports
+    - Documentation: Improved docstrings and examples in the random
+      module
+    These changes improve maintainability of test helpers both
+    internally and for downstream packages that depend on libtmux.
+  * What's Changed
+    Coverage: Test helpers by @tony in #580
+
+-------------------------------------------------------------------
 Mon Feb 24 06:03:52 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
 
 - update to 0.45.0:
diff --git a/python-libtmux.spec b/python-libtmux.spec
index 6201048..41078c3 100644
--- a/python-libtmux.spec
+++ b/python-libtmux.spec
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-libtmux
-Version:        0.45.0
+Version:        0.46.0
 Release:        0
 Summary:        Python API / wrapper for tmux
 License:        MIT