pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-libtmux
Module Name: pkgsrc
Committed By: gdt
Date: Wed Jun 24 17:53:57 UTC 2026
Modified Files:
pkgsrc/misc/py-libtmux: Makefile PLIST distinfo
Log Message:
misc/py-libtmux: Update to 0.58.1
## libtmux 0.58.1 (2026-06-16)
libtmux 0.58.1 restores compatibility with pytest 9.1. The bundled
pytest plugin no longer aborts at import time, so projects that rely on
libtmux's fixtures can move to the latest pytest without their test
suite failing before collection.
## libtmux 0.58.0 (2026-05-23)
libtmux 0.58.0 fixes subprocess output decoding on non-UTF-8 locales.
Both {class}`~libtmux.common.tmux_cmd` and
{class}`~libtmux._internal.control_mode.ControlMode` now enforce UTF-8
when reading tmux output, matching tmux's own encoding contract.
## libtmux 0.57.1 (2026-05-18)
Restores the "lenient-by-default" behavior for
{attr}`~libtmux.Server.sessions` and {attr}`~libtmux.Server.clients` that
was changed in 0.57.0.
### Behavioral Changes
#### Lenient `Server.sessions` and `Server.clients` accessors
#### Stricter `search_*` methods
## libtmux 0.57.0 (2026-05-17)
libtmux 0.57.0 broadens tmux support around attached clients, tmux-native
filtering, and format-token fields. {class}`~libtmux.Client` gives callers a
typed object for attached terminals, `search_*()` methods let tmux return only
matching sessions, windows, and panes, and more tmux format tokens are exposed
as typed attributes. {exc}`~libtmux.exc.LibTmuxException` now records which
tmux subcommand failed, making command errors easier to handle downstream.
### Breaking changes
#### `LibTmuxException` string form gains a subcommand prefix (#672)
#### `Server.sessions`, `Server.clients`, and `Server.search_sessions` raise on tmux errors (#672)
### What's new
#### `Client` object and `Server.clients` accessor (#672)
#### `Server.display_message` and `Window.display_message` (#672)
#### tmux-native filtering with `search_*()` (#672)
#### `Pane.send_keys(cmd=None, …)` flag-only invocation (#672)
#### `Server.list_buffers(format_string=, filter=)` (#672)
#### `Server.run_shell(cwd=, show_stderr=)` (#672)
#### `Pane.capture_pane(pending=True)` (#672)
#### More format-token fields on tmux objects (#672)
## libtmux 0.56.0 (2026-05-10)
libtmux 0.56.0 is the tmux command-parity release. It adds more than
50 commands across {class}`~libtmux.Server`, {class}`~libtmux.Session`,
{class}`~libtmux.Window`, and {class}`~libtmux.Pane`, filling in many
commands that previously required raw {meth}`~libtmux.Server.cmd` calls.
It also adds attached-client test support so interactive tmux commands can be
covered in headless test suites.
### What's new
#### Interactive tmux commands are now scriptable (#653)
#### tmux buffer I/O has first-class support (#653)
#### Server commands cover key bindings, clients, shell execution, and access (#653)
#### Windows and panes can be rearranged through the object API (#653)
#### Improvements (#653)
#### Attached-client tests are available through `control_mode` (#653)
### Development
#### tmux 3.7 is within the known-version range (#653)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-libtmux/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-libtmux/PLIST \
pkgsrc/misc/py-libtmux/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-libtmux/Makefile
diff -u pkgsrc/misc/py-libtmux/Makefile:1.2 pkgsrc/misc/py-libtmux/Makefile:1.3
--- pkgsrc/misc/py-libtmux/Makefile:1.2 Sat May 9 13:49:39 2026
+++ pkgsrc/misc/py-libtmux/Makefile Wed Jun 24 17:53:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/05/09 13:49:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/06/24 17:53:57 gdt Exp $
-DISTNAME= libtmux-0.55.1
+DISTNAME= libtmux-0.58.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux-python/}
Index: pkgsrc/misc/py-libtmux/PLIST
diff -u pkgsrc/misc/py-libtmux/PLIST:1.1 pkgsrc/misc/py-libtmux/PLIST:1.2
--- pkgsrc/misc/py-libtmux/PLIST:1.1 Sun May 3 20:34:45 2026
+++ pkgsrc/misc/py-libtmux/PLIST Wed Jun 24 17:53:57 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2026/05/03 20:34:45 kim Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/06/24 17:53:57 gdt Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -19,6 +19,9 @@ ${PYSITELIB}/libtmux/_internal/__init__.
${PYSITELIB}/libtmux/_internal/constants.py
${PYSITELIB}/libtmux/_internal/constants.pyc
${PYSITELIB}/libtmux/_internal/constants.pyo
+${PYSITELIB}/libtmux/_internal/control_mode.py
+${PYSITELIB}/libtmux/_internal/control_mode.pyc
+${PYSITELIB}/libtmux/_internal/control_mode.pyo
${PYSITELIB}/libtmux/_internal/dataclasses.py
${PYSITELIB}/libtmux/_internal/dataclasses.pyc
${PYSITELIB}/libtmux/_internal/dataclasses.pyo
@@ -40,6 +43,9 @@ ${PYSITELIB}/libtmux/_vendor/_structures
${PYSITELIB}/libtmux/_vendor/version.py
${PYSITELIB}/libtmux/_vendor/version.pyc
${PYSITELIB}/libtmux/_vendor/version.pyo
+${PYSITELIB}/libtmux/client.py
+${PYSITELIB}/libtmux/client.pyc
+${PYSITELIB}/libtmux/client.pyo
${PYSITELIB}/libtmux/common.py
${PYSITELIB}/libtmux/common.pyc
${PYSITELIB}/libtmux/common.pyo
Index: pkgsrc/misc/py-libtmux/distinfo
diff -u pkgsrc/misc/py-libtmux/distinfo:1.1 pkgsrc/misc/py-libtmux/distinfo:1.2
--- pkgsrc/misc/py-libtmux/distinfo:1.1 Sun May 3 20:34:45 2026
+++ pkgsrc/misc/py-libtmux/distinfo Wed Jun 24 17:53:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/05/03 20:34:45 kim Exp $
+$NetBSD: distinfo,v 1.2 2026/06/24 17:53:57 gdt Exp $
-BLAKE2s (libtmux-0.55.1.tar.gz) = 8c4a8dcdc856ff1722b08092f639ab358797cd4db62b88855d491596506e088e
-SHA512 (libtmux-0.55.1.tar.gz) = bbd1c3b01fab3ff22fbd898de3fad8577804dd5d2010ed68996063046dc03207b6dc647fbe840b25677a99908c9c97ed72e4fcda324f39e782c716cfa28bdd03
-Size (libtmux-0.55.1.tar.gz) = 445016 bytes
+BLAKE2s (libtmux-0.58.1.tar.gz) = c9af0b529af780ccfef9ef734b1f9b8b4045617b5c6fc12953f3248fc282cc60
+SHA512 (libtmux-0.58.1.tar.gz) = e19e2d0b45b51caaca3c4e95ac3f4233d3b5a56d5ff1ee7745f6d5838b89ab677999b4ebe24577270123a5884ce11be1f6476f976b514b422724fcadeb8d0c41
+Size (libtmux-0.58.1.tar.gz) = 523267 bytes
Home |
Main Index |
Thread Index |
Old Index