pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/py-textual
Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 30 13:27:19 UTC 2025
Modified Files:
        pkgsrc/comms/py-textual: Makefile distinfo
Log Message:
py-textual: update to 6.4.0.
Some fixes and a change to the command palette to use shorter
commands, which look better in a list and are more memorable.
There is also a optimization which you may notice if you have
complex widgets.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/comms/py-textual/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/py-textual/Makefile
diff -u pkgsrc/comms/py-textual/Makefile:1.33 pkgsrc/comms/py-textual/Makefile:1.34
--- pkgsrc/comms/py-textual/Makefile:1.33       Sun Oct 12 18:40:05 2025
+++ pkgsrc/comms/py-textual/Makefile    Thu Oct 30 13:27:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/10/12 18:40:05 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/10/30 13:27:19 wiz Exp $
 
-DISTNAME=      textual-6.3.0
+DISTNAME=      textual-6.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,8 +26,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 6.3.0
-# 33 failed, 3331 passed, 3 skipped, 4 xfailed, 1 xpassed, 1 warning
+# as of 6.4.0
+# 33 failed, 3332 passed, 3 skipped, 4 xfailed, 1 xpassed, 1 warning
 
 # https://github.com/Textualize/textual/issues/5854
 INSTALLATION_DIRS+=    ${PYSITELIB}/resources
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.28 pkgsrc/comms/py-textual/distinfo:1.29
--- pkgsrc/comms/py-textual/distinfo:1.28       Sun Oct 12 18:40:06 2025
+++ pkgsrc/comms/py-textual/distinfo    Thu Oct 30 13:27:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/10/12 18:40:06 wiz Exp $
+$NetBSD: distinfo,v 1.29 2025/10/30 13:27:19 wiz Exp $
 
-BLAKE2s (textual-6.3.0.tar.gz) = b171ce37f313565e5326bc1d6df23d73c965147062b8e863e9e58d5f9121fa5b
-SHA512 (textual-6.3.0.tar.gz) = ecab27da1d788525710e00f09381852d10c292ed8b79dcece600831b903212f0ca18dd3f2760b79ac13e393e7f1cd6b1a5e6592bc110fe40b6c29fbd92481efd
-Size (textual-6.3.0.tar.gz) = 1573232 bytes
+BLAKE2s (textual-6.4.0.tar.gz) = 28784b5204a99955640e3caf713b7fa25f85240f3bd37f9e8083799bd3ee120d
+SHA512 (textual-6.4.0.tar.gz) = 55389fe7fab3dfc2bcc9383ba8a69a34320c631a9fe3e18c5c4044c5feab412bb3996d8665e2b5211ec7cfc2572205d21f891098e912d56e3b021cf93d659ef3
+Size (textual-6.4.0.tar.gz) = 1573599 bytes
Home |
Main Index |
Thread Index |
Old Index