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:   adam
Date:           Sun Jun 28 08:02:12 UTC 2026

Modified Files:
        pkgsrc/misc/py-libtmux: Makefile distinfo

Log Message:
py-libtmux: updated to 0.59.0

libtmux 0.59.0 (2026-06-27)

libtmux 0.59.0 adds support for tmux 3.7. tmux 3.7 shipped an upstream
regression that crashed the server on `break-pane`;
{meth}`~libtmux.Pane.break_pane` now works around it so breaking and
rejoining panes works again, and tmux 3.7 joins the tested version
matrix alongside 3.2a-3.6.

Fixes

`break-pane` no longer crashes the tmux 3.7 server

tmux 3.7 shipped a regression where `break-pane` aborts the server with
a NULL-pointer dereference whenever a pane is broken out of a window
without an explicit name (fixed upstream after the 3.7 release).
{meth}`~libtmux.Pane.break_pane` now works around this on tmux 3.7 by
always supplying a name and applying the requested one afterwards, so
breaking a pane into a new window — and joining it back with
{meth}`~libtmux.Pane.join` — work again. Older and post-3.7 tmux are
unaffected.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-libtmux/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/misc/py-libtmux/Makefile:1.4
--- pkgsrc/misc/py-libtmux/Makefile:1.3 Wed Jun 24 17:53:57 2026
+++ pkgsrc/misc/py-libtmux/Makefile     Sun Jun 28 08:02:12 2026
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2026/06/24 17:53:57 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2026/06/28 08:02:12 adam Exp $
 
-DISTNAME=      libtmux-0.58.1
+DISTNAME=      libtmux-0.59.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=tmux-python/}
-GITHUB_PROJECT=        libtmux
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libtmux/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://libtmux.git-pull.com/
@@ -13,6 +11,9 @@ COMMENT=      Typed Python API for tmux
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=0:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures>=0:../../devel/py-test-rerunfailures
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/misc/py-libtmux/distinfo
diff -u pkgsrc/misc/py-libtmux/distinfo:1.2 pkgsrc/misc/py-libtmux/distinfo:1.3
--- pkgsrc/misc/py-libtmux/distinfo:1.2 Wed Jun 24 17:53:57 2026
+++ pkgsrc/misc/py-libtmux/distinfo     Sun Jun 28 08:02:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2026/06/24 17:53:57 gdt Exp $
+$NetBSD: distinfo,v 1.3 2026/06/28 08:02:12 adam Exp $
 
-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
+BLAKE2s (libtmux-0.59.0.tar.gz) = 59a9c211b4a30e6761ab4cd9d4c8bd91c3a860ca3e778784752743e4d090d1f9
+SHA512 (libtmux-0.59.0.tar.gz) = c4ccf7766cf72dc38f7f4134872891dc1cd625fe03de8e759bfd6718214bff8ae9f92f4dc5d4da38d545bdd4910b82ae31867d5745ec5b67aad818e52723ad5f
+Size (libtmux-0.59.0.tar.gz) = 518313 bytes



Home | Main Index | Thread Index | Old Index