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:           Sun Nov 16 21:15:35 UTC 2025

Modified Files:
        pkgsrc/comms/py-textual: Makefile distinfo

Log Message:
py-textual: update to 6.6.0.

A few minor updates and fixes.

Also a style change for the checkbox widget. Expect snapshot test files if you have used checkboxes.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.30 -r1.31 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.35 pkgsrc/comms/py-textual/Makefile:1.36
--- pkgsrc/comms/py-textual/Makefile:1.35       Sun Nov  2 20:24:46 2025
+++ pkgsrc/comms/py-textual/Makefile    Sun Nov 16 21:15:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/11/02 20:24:46 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2025/11/16 21:15:35 wiz Exp $
 
-DISTNAME=      textual-6.5.0
+DISTNAME=      textual-6.6.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.5.0
-# 33 failed, 3333 passed, 3 skipped, 4 xfailed, 1 xpassed, 1 warning
+# as of 6.6.0
+# 33 failed, 3338 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.30 pkgsrc/comms/py-textual/distinfo:1.31
--- pkgsrc/comms/py-textual/distinfo:1.30       Sun Nov  2 20:24:46 2025
+++ pkgsrc/comms/py-textual/distinfo    Sun Nov 16 21:15:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/11/02 20:24:46 wiz Exp $
+$NetBSD: distinfo,v 1.31 2025/11/16 21:15:35 wiz Exp $
 
-BLAKE2s (textual-6.5.0.tar.gz) = 5095e281298bbc9eb8c932a19e02d41ed0c69967c1b38db70a44f0c5ec11fda8
-SHA512 (textual-6.5.0.tar.gz) = f43fd8da3467b4e2a6827498408ddf879ddb137dc2a16d910fac771762ec32c7a5881ea57075ae7ebfa09aa594322c8723bc081cec185890c84ed08d92ed7c17
-Size (textual-6.5.0.tar.gz) = 1574116 bytes
+BLAKE2s (textual-6.6.0.tar.gz) = 1f2740b3796ea4d17a4e0d936860ef6acd21cb87c07c1354226e1462efbfc2d2
+SHA512 (textual-6.6.0.tar.gz) = 1fd42f9aae1bdb27a4db22ee7b7998c1c0532d148762416c1de67ddba6cd494ae1fd31d9aef847eae3472aaf721aea5a3c67d1e8ac33d74ac743d145ca4245e3
+Size (textual-6.6.0.tar.gz) = 1579327 bytes



Home | Main Index | Thread Index | Old Index