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 2024-03-19 17:32:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libtmux (Old) and /work/SRC/openSUSE:Factory/.python-libtmux.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libtmux" Tue Mar 19 17:32:15 2024 rev:7 rq:1159303 version:0.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libtmux/python-libtmux.changes 2024-02-23 16:47:48.284722230 +0100 +++ /work/SRC/openSUSE:Factory/.python-libtmux.new.1905/python-libtmux.changes 2024-03-19 17:32:42.324668090 +0100 @@ -1,0 +2,58 @@ +Tue Mar 19 06:49:58 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 0.35.0: + Breaking changes + * refactor: Eliminate redundant targets / window_index's across + codebase by @tony in #536 + +------------------------------------------------------------------- +Sun Mar 17 19:34:56 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 0.34.0: + Breaking changes! + * Command target change (#535)# + Commands: All cmd() methods using custom or overridden targets + must use the keyword argument target. This avoids entanglement + with inner shell values that include -t for other purposes. + These methods include: + - Server.cmd() + - Session.cmd() + - Window.cmd() + - Pane.cmd() + +------------------------------------------------------------------- +Sun Mar 17 19:26:06 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 0.33.0: + Breaking changes! + * Improved new sessions (#532) + - Session.new_window(): + - Learned direction, via WindowDirection). + - PEP 3102 keyword-only arguments after window name (#534). + - Added {meth}Window.new_window() shorthand to create window + based on that window's position. + * Improved window splitting (#532) + - Window.split_window() to Window.split() + - Deprecate Window.split_window() + - Pane.split_window() to Pane.split() + - Deprecate Pane.split_window() + - Learned direction, via PaneDirection). + - Deprecate vertical and horizontal in favor of direction. + - Learned zoom + * Tweak: Pane position (#532) + It's now possible to retrieve the position of a pane in a + window via a bool helper:: + - Pane.at_left + - Pane.at_right + - Pane.at_bottom + - Pane.at_right + +------------------------------------------------------------------- +Sat Mar 16 19:07:17 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 0.32.0: + * Fix docstring ordering in pane.split_window by @Ngalstyan4 + in #528 + * Add implicit exports into init.py by @ssbarnea in #531 + +------------------------------------------------------------------- Old: ---- libtmux-0.31.0.tar.gz New: ---- libtmux-0.35.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libtmux.spec ++++++ --- /var/tmp/diff_new_pack.XiVfzT/_old 2024-03-19 17:32:43.012693313 +0100 +++ /var/tmp/diff_new_pack.XiVfzT/_new 2024-03-19 17:32:43.012693313 +0100 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-libtmux -Version: 0.31.0 +Version: 0.35.0 Release: 0 Summary: Python API / wrapper for tmux License: MIT @@ -29,9 +29,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test -BuildRequires: %{python_module docutils} +# https://github.com/tmux-python/libtmux/blob/master/pyproject.toml#L68 BuildRequires: %{python_module gp-libs >= 0.0.4} -BuildRequires: %{python_module myst-parser >= 0.18.1} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest} ++++++ libtmux-0.31.0.tar.gz -> libtmux-0.35.0.tar.gz ++++++ ++++ 2983 lines of diff (skipped)