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: Fri Sep 13 09:46:07 UTC 2024
Modified Files:
pkgsrc/comms/py-textual: Makefile PLIST distinfo
Log Message:
py-textual: update to 0.79.1.
0.79.1
Fixed broken updates when non active screen changes #4957
0.79.0
This release optimizes query_one and changes the semantics a little.
query_one will no longer raise a TooManyMatches if there is more
than a single widget matching the selector. For the old behavior,
you can use the new query_exactly_one method.
0.78.0
This release optimizes query_one and changes the semantics a little.
query_one will no longer raise a TooManyMatches if there is more
than a single widget matching the selector. For the old behavior,
you can use the new query_exactly_one method.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/comms/py-textual/Makefile:1.10
--- pkgsrc/comms/py-textual/Makefile:1.9 Sun Aug 25 10:45:47 2024
+++ pkgsrc/comms/py-textual/Makefile Fri Sep 13 09:46:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/08/25 10:45:47 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/09/13 09:46:07 wiz Exp $
-DISTNAME= textual-0.77.0
+DISTNAME= textual-0.79.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -11,9 +11,10 @@ COMMENT= Modern Text User Interface fram
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+DEPENDS+= ${PYPKGPREFIX}-platformdirs>=4.2.2:../../misc/py-platformdirs
DEPENDS+= ${PYPKGPREFIX}-rich>=13.3.3:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
-DEPENDS+= ${PYPKGPREFIX}-markdown-it-py-[0-9]*:../../textproc/py-markdown-it-py
+DEPENDS+= ${PYPKGPREFIX}-markdown-it-py>=2.1.0:../../textproc/py-markdown-it-py
# optional, and also needs tree-sitter-languages, which is unpackaged because of
# https://github.com/grantjenks/py-tree-sitter-languages/issues/76
#DEPENDS+= ${PYPKGPREFIX}-tree-sitter>=0.20.1:../../textproc/py-tree-sitter
@@ -24,8 +25,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-textual-de
USE_LANGUAGES= # none
-# as of 0.77.0
-# 32 failed, 2911 passed, 1 skipped, 3 xfailed, 2 warnings
+# as of 0.79.1
+# 32 failed, 2918 passed, 1 skipped, 3 xfailed, 2 warnings
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.3 pkgsrc/comms/py-textual/PLIST:1.4
--- pkgsrc/comms/py-textual/PLIST:1.3 Sun Aug 25 10:45:47 2024
+++ pkgsrc/comms/py-textual/PLIST Fri Sep 13 09:46:07 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/08/25 10:45:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/09/13 09:46:07 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -66,6 +66,9 @@ ${PYSITELIB}/textual/_easing.pyo
${PYSITELIB}/textual/_event_broker.py
${PYSITELIB}/textual/_event_broker.pyc
${PYSITELIB}/textual/_event_broker.pyo
+${PYSITELIB}/textual/_files.py
+${PYSITELIB}/textual/_files.pyc
+${PYSITELIB}/textual/_files.pyo
${PYSITELIB}/textual/_immutable_sequence_view.py
${PYSITELIB}/textual/_immutable_sequence_view.pyc
${PYSITELIB}/textual/_immutable_sequence_view.pyo
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.5 pkgsrc/comms/py-textual/distinfo:1.6
--- pkgsrc/comms/py-textual/distinfo:1.5 Sun Aug 25 10:45:47 2024
+++ pkgsrc/comms/py-textual/distinfo Fri Sep 13 09:46:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/08/25 10:45:47 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/09/13 09:46:07 wiz Exp $
-BLAKE2s (textual-0.77.0.tar.gz) = b98d2ff97df275ffc40251a886da0a2d21971bbf0a274effda787134c589c32a
-SHA512 (textual-0.77.0.tar.gz) = f6f2617026ec68e9a391bcdf8c095d8c25e3713840f876765d62273c199937f9cbdb28f6ccfaf0aa76a4b3000bb094c6a479da1187bc018aef4764fa1b01d5dc
-Size (textual-0.77.0.tar.gz) = 1347925 bytes
+BLAKE2s (textual-0.79.1.tar.gz) = 040b2413fc326e7024ab856d1671903bcb4b4dd8cabaec902cf4a7c6ad15d3fe
+SHA512 (textual-0.79.1.tar.gz) = da75b92972660a25c43e42e25f641288d0be1af6c6907d16ace91257353c879bbd2a4eb87c4d28f8f4f68c8d3968a793276f6ebed8e0c4c02fd66bfaf38ecb5f
+Size (textual-0.79.1.tar.gz) = 1366998 bytes
Home |
Main Index |
Thread Index |
Old Index