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 13 10:52:55 UTC 2025
Modified Files:
pkgsrc/comms/py-textual: Makefile PLIST distinfo
Log Message:
py-textual: update to 4.0.0.
The highlight of this release is the new Markdown.append method
which can be used to efficiently stream markdown content (like you
might get from an LLM).
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.20 -r1.21 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.24 pkgsrc/comms/py-textual/Makefile:1.25
--- pkgsrc/comms/py-textual/Makefile:1.24 Tue Jul 1 20:33:56 2025
+++ pkgsrc/comms/py-textual/Makefile Sun Jul 13 10:52:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/07/01 20:33:56 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/07/13 10:52:55 wiz Exp $
-DISTNAME= textual-3.5.0
+DISTNAME= textual-4.0.0
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 3.5.0
-# 32 failed, 3236 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
+# as of 4.0.0
+# 32 failed, 3258 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.11 pkgsrc/comms/py-textual/PLIST:1.12
--- pkgsrc/comms/py-textual/PLIST:1.11 Tue Jun 10 06:07:28 2025
+++ pkgsrc/comms/py-textual/PLIST Sun Jul 13 10:52:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/06/10 06:07:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/07/13 10:52:55 wiz Exp $
${PYSITELIB}/resources/snapshot_report_template.jinja2
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -397,6 +397,9 @@ ${PYSITELIB}/textual/fuzzy.pyo
${PYSITELIB}/textual/geometry.py
${PYSITELIB}/textual/geometry.pyc
${PYSITELIB}/textual/geometry.pyo
+${PYSITELIB}/textual/getters.py
+${PYSITELIB}/textual/getters.pyc
+${PYSITELIB}/textual/getters.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.20 pkgsrc/comms/py-textual/distinfo:1.21
--- pkgsrc/comms/py-textual/distinfo:1.20 Tue Jul 1 20:33:56 2025
+++ pkgsrc/comms/py-textual/distinfo Sun Jul 13 10:52:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/07/01 20:33:56 wiz Exp $
+$NetBSD: distinfo,v 1.21 2025/07/13 10:52:55 wiz Exp $
-BLAKE2s (textual-3.5.0.tar.gz) = bd2cfb72ac4249af186215025231e9da9564edb94d9015d90d301534fb5c7cea
-SHA512 (textual-3.5.0.tar.gz) = 9dfeafdd4d11f51632185122a7991f2c0f80bfe422dccf8c9e0a86a04154309e74b2e1a011754dd9d1b1fc3377e3302f45428ca0e5be5e26775e8ad6b6dd41e7
-Size (textual-3.5.0.tar.gz) = 1590084 bytes
+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
Home |
Main Index |
Thread Index |
Old Index