Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-libtmux for openSUSE:Factory 
checked in at 2025-02-24 15:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libtmux (Old)
 and      /work/SRC/openSUSE:Factory/.python-libtmux.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libtmux"

Mon Feb 24 15:49:10 2025 rev:16 rq:1248005 version:0.45.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libtmux/python-libtmux.changes    
2025-02-18 19:13:45.216161253 +0100
+++ /work/SRC/openSUSE:Factory/.python-libtmux.new.1873/python-libtmux.changes  
2025-02-24 15:49:31.669162858 +0100
@@ -1,0 +2,37 @@
+Mon Feb 24 06:03:52 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- update to 0.45.0:
+  * Breaking Changes
+    - Test helpers: Refactor by @tony in #578
+      Test helper functionality has been split into focused modules
+      (#578):
+      libtmux.test module split into:
+      - libtmux.test.constants: Test-related constants
+        (TEST_SESSION_PREFIX, etc.)
+      - libtmux.test.environment: Environment variable mocking
+      - libtmux.test.random: Random string generation utilities
+      - libtmux.test.temporary: Temporary session/window management
+    - Breaking: Import paths have changed. Update imports:
+      # Old (0.44.x and earlier)
+      from libtmux.test import (
+          TEST_SESSION_PREFIX,
+          get_test_session_name,
+          get_test_window_name,
+          namer,
+          temp_session,
+          temp_window,
+          EnvironmentVarGuard,
+      )
+      # New (0.45.0+)
+      from libtmux.test.constants import TEST_SESSION_PREFIX
+      from libtmux.test.environment import EnvironmentVarGuard
+      from libtmux.test.random import get_test_session_name, 
get_test_window_name, namer
+      from libtmux.test.temporary import temp_session, temp_window
+  * Misc
+    - Cursor rules: Add Cursor Rules for Development and Git Commit
+      Standards by @tony in #575
+  * CI
+    - tests(ci) Check runtime deps import correctly by @tony in
+      #574
+
+-------------------------------------------------------------------

Old:
----
  libtmux-0.44.2.tar.gz

New:
----
  libtmux-0.45.0.tar.gz

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

Other differences:
------------------
++++++ python-libtmux.spec ++++++
--- /var/tmp/diff_new_pack.2rox9j/_old  2025-02-24 15:49:32.157183258 +0100
+++ /var/tmp/diff_new_pack.2rox9j/_new  2025-02-24 15:49:32.161183425 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-libtmux
-Version:        0.44.2
+Version:        0.45.0
 Release:        0
 Summary:        Python API / wrapper for tmux
 License:        MIT

++++++ libtmux-0.44.2.tar.gz -> libtmux-0.45.0.tar.gz ++++++
++++ 1944 lines of diff (skipped)

Reply via email to