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 Jul 27 09:51:55 UTC 2025

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

Log Message:
py-textual: update to 5.0.1.

5.0.1

Fixed appending to Markdown widgets that were constructed with an existing document #5990

5.0.0

Markdown rendering has been improved, with full text selection, prettier code blocks and tables. Plus streaming support.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.21 -r1.22 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.25 pkgsrc/comms/py-textual/Makefile:1.26
--- pkgsrc/comms/py-textual/Makefile:1.25       Sun Jul 13 10:52:55 2025
+++ pkgsrc/comms/py-textual/Makefile    Sun Jul 27 09:51:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/07/13 10:52:55 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/27 09:51:55 wiz Exp $
 
-DISTNAME=      textual-4.0.0
+DISTNAME=      textual-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,8 +26,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 4.0.0
-# 32 failed, 3258 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
+# as of 5.0.0
+# 32 failed, 3265 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
 
 # https://github.com/Textualize/textual/issues/5854
 INSTALLATION_DIRS+=    ${PYSITELIB}/resources

Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.12 pkgsrc/comms/py-textual/PLIST:1.13
--- pkgsrc/comms/py-textual/PLIST:1.12  Sun Jul 13 10:52:55 2025
+++ pkgsrc/comms/py-textual/PLIST       Sun Jul 27 09:51:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/07/13 10:52:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/07/27 09:51:55 wiz Exp $
 ${PYSITELIB}/resources/snapshot_report_template.jinja2
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -400,6 +400,9 @@ ${PYSITELIB}/textual/geometry.pyo
 ${PYSITELIB}/textual/getters.py
 ${PYSITELIB}/textual/getters.pyc
 ${PYSITELIB}/textual/getters.pyo
+${PYSITELIB}/textual/highlight.py
+${PYSITELIB}/textual/highlight.pyc
+${PYSITELIB}/textual/highlight.pyo
 ${PYSITELIB}/textual/keys.py
 ${PYSITELIB}/textual/keys.pyc
 ${PYSITELIB}/textual/keys.pyo

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.21 pkgsrc/comms/py-textual/distinfo:1.22
--- pkgsrc/comms/py-textual/distinfo:1.21       Sun Jul 13 10:52:55 2025
+++ pkgsrc/comms/py-textual/distinfo    Sun Jul 27 09:51:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/07/13 10:52:55 wiz Exp $
+$NetBSD: distinfo,v 1.22 2025/07/27 09:51:55 wiz Exp $
 
-BLAKE2s (textual-4.0.0.tar.gz) = 6e6d59db86130a6a17edbaa8df784a42f5e06265c1c0061708f270f8d16b57ac
-SHA512 (textual-4.0.0.tar.gz) = 13d377868e1f763616d4fdb03693434d07efcc9270ba46a438ca4561adeb9ec14b47c0174901519ec9665eb83a889964b4dc3d32a3fa149bf884ca4768ed56ba
-Size (textual-4.0.0.tar.gz) = 1606128 bytes
+BLAKE2s (textual-5.0.1.tar.gz) = c65a600e4dd02fe7511bb3f76b8cbb606c74d8ca69e17f26b56b699e5e72cf0e
+SHA512 (textual-5.0.1.tar.gz) = 9c2c6f8a3b9cbc722e8f2d5db46ce5a9aa38569889153d21fd65d192ed7059b2ce0d328fa85496170839e77111d76b0a554043646c7f6ce65d9b6d03e2f3127e
+Size (textual-5.0.1.tar.gz) = 1611533 bytes



Home | Main Index | Thread Index | Old Index