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:   adam
Date:           Tue Sep  2 08:45:41 UTC 2025

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

Log Message:
py-textual: updated to 6.0.0

6.0.0

This is a fairly large update, with some new features and optimizations.

There are a few breaking changes, which are unlikely to impact many apps. Unless you have build custom line-API widgets. See below for the details.

You may have to regenerate your snapshot tests, mostly as a result of the optimizations. I wouldn't expect the changes result in any material changes.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.24 -r1.25 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.28 pkgsrc/comms/py-textual/Makefile:1.29
--- pkgsrc/comms/py-textual/Makefile:1.28       Sat Aug 16 07:00:49 2025
+++ pkgsrc/comms/py-textual/Makefile    Tue Sep  2 08:45:41 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2025/08/16 07:00:49 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/09/02 08:45:41 adam Exp $
 
-DISTNAME=      textual-5.3.0
+DISTNAME=      textual-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    comms devel
+CATEGORIES=    comms devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -19,9 +19,9 @@ DEPENDS+=     ${PYPKGPREFIX}-typing-extensio
 # https://github.com/grantjenks/py-tree-sitter-languages/issues/76
 #DEPENDS+=     ${PYPKGPREFIX}-tree-sitter>=0.25.0:../../textproc/py-tree-sitter
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=5.0.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-textual-snapshot>=1.0.0:../../devel/py-test-textual-snapshot
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.6.1:../../devel/py-test-xdist
 TEST_DEPENDS+= ${PYPKGPREFIX}-textual-dev>=1.7:../../comms/py-textual-dev
 
 USE_LANGUAGES= # none

Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.14 pkgsrc/comms/py-textual/PLIST:1.15
--- pkgsrc/comms/py-textual/PLIST:1.14  Sun Aug  3 10:32:33 2025
+++ pkgsrc/comms/py-textual/PLIST       Tue Sep  2 08:45:41 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2025/08/03 10:32:33 wiz Exp $
-${PYSITELIB}/resources/snapshot_report_template.jinja2
+@comment $NetBSD: PLIST,v 1.15 2025/09/02 08:45:41 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/resources/snapshot_report_template.jinja2
 ${PYSITELIB}/textual/__init__.py
 ${PYSITELIB}/textual/__init__.pyc
 ${PYSITELIB}/textual/__init__.pyo
@@ -118,6 +118,9 @@ ${PYSITELIB}/textual/_path.pyo
 ${PYSITELIB}/textual/_profile.py
 ${PYSITELIB}/textual/_profile.pyc
 ${PYSITELIB}/textual/_profile.pyo
+${PYSITELIB}/textual/_queue.py
+${PYSITELIB}/textual/_queue.pyc
+${PYSITELIB}/textual/_queue.pyo
 ${PYSITELIB}/textual/_resolve.py
 ${PYSITELIB}/textual/_resolve.pyc
 ${PYSITELIB}/textual/_resolve.pyo
@@ -283,6 +286,15 @@ ${PYSITELIB}/textual/css/types.pyo
 ${PYSITELIB}/textual/demo/__main__.py
 ${PYSITELIB}/textual/demo/__main__.pyc
 ${PYSITELIB}/textual/demo/__main__.pyo
+${PYSITELIB}/textual/demo/_project_data.py
+${PYSITELIB}/textual/demo/_project_data.pyc
+${PYSITELIB}/textual/demo/_project_data.pyo
+${PYSITELIB}/textual/demo/_project_stargazer_updater.py
+${PYSITELIB}/textual/demo/_project_stargazer_updater.pyc
+${PYSITELIB}/textual/demo/_project_stargazer_updater.pyo
+${PYSITELIB}/textual/demo/_project_stars.py
+${PYSITELIB}/textual/demo/_project_stars.pyc
+${PYSITELIB}/textual/demo/_project_stars.pyo
 ${PYSITELIB}/textual/demo/data.py
 ${PYSITELIB}/textual/demo/data.pyc
 ${PYSITELIB}/textual/demo/data.pyo

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.24 pkgsrc/comms/py-textual/distinfo:1.25
--- pkgsrc/comms/py-textual/distinfo:1.24       Sat Aug 16 07:00:49 2025
+++ pkgsrc/comms/py-textual/distinfo    Tue Sep  2 08:45:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/08/16 07:00:49 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/09/02 08:45:41 adam Exp $
 
-BLAKE2s (textual-5.3.0.tar.gz) = 694af2b45dde2a4b7aacef7161d4ce86d7eec4e0cb3ba935f6103c445b0b8243
-SHA512 (textual-5.3.0.tar.gz) = 5c7fe11d5e509ff7100c97661a0479f61db7c2c6c8b7404c44762417599aac000dd2fb259ead96fc794e8293b6e71f19723424eecf0ddf8f07b5cb769eec7eee
-Size (textual-5.3.0.tar.gz) = 1557651 bytes
+BLAKE2s (textual-6.0.0.tar.gz) = 4365008b24ddd9423b82b4a494512659eb73680e75d3e3238d510e2a1989f9ff
+SHA512 (textual-6.0.0.tar.gz) = 4327b024533273a2af0ed10e7cda70f874b1ac7204ed25b4eb82e8cf8056b908a1cf489ff67dc53b928b4a0cc4d7c7cdd4856a68c8af8d74aafa0de0c1b55d7b
+Size (textual-6.0.0.tar.gz) = 1562240 bytes



Home | Main Index | Thread Index | Old Index