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 Dec 27 09:30:53 UTC 2024
Modified Files:
pkgsrc/comms/py-textual: Makefile distinfo
Log Message:
py-textual: update to 1.0.0.
Added
Added App.clipboard #5352
Added standard cut/copy/paste (ctrl+x, ctrl+c, ctrl+v) bindings to Input / TextArea #5352 & #5374
Added system boolean to Binding, which hides the binding from the help panel #5352
Added support for double/triple/etc clicks via chain attribute on Click events #5369
Added times parameter to Pilot.click method, for simulating rapid clicks #5369
Text can now be select using mouse or keyboard in the Input widget #5340
Changed
Breaking change: Change default quit key to ctrl+q #5352
The command palette will now select the top item automatically #5361
ctrl+shift+k now deletes the current line in TextArea, and ctrl+x will cut
the selection if there is one, otherwise it will cut the current line #5374
Implemented a better matching algorithm for the command palette #5365
Fixed
Fixed issue with alignment in auto containers #5360
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.12 -r1.13 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.16 pkgsrc/comms/py-textual/Makefile:1.17
--- pkgsrc/comms/py-textual/Makefile:1.16 Fri Dec 6 22:06:50 2024
+++ pkgsrc/comms/py-textual/Makefile Fri Dec 27 09:30:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/12/06 22:06:50 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/12/27 09:30:53 wiz Exp $
-DISTNAME= textual-0.89.1
+DISTNAME= textual-1.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 0.89.1
-# 348 failed, 2711 passed, 2 skipped, 4 xfailed, 81 warnings
+# as of 1.0.0
+# 17 failed, 3091 passed, 2 skipped, 4 xfailed, 81 warnings
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.12 pkgsrc/comms/py-textual/distinfo:1.13
--- pkgsrc/comms/py-textual/distinfo:1.12 Fri Dec 6 22:06:50 2024
+++ pkgsrc/comms/py-textual/distinfo Fri Dec 27 09:30:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/12/06 22:06:50 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/12/27 09:30:53 wiz Exp $
-BLAKE2s (textual-0.89.1.tar.gz) = f7656651541d9c8c30b025c5baaeefadd78dbc075025f2988b4cbf5268edb0fb
-SHA512 (textual-0.89.1.tar.gz) = b0ee12afc081cc95f484c7cd8deaf51b23bddbb53c2907f95147ac638b8f214e9cb7d09b0d5e9e3f909f4885e8f2bcb6755703e855445cfd5e9bd2d2815cb4f5
-Size (textual-0.89.1.tar.gz) = 1517074 bytes
+BLAKE2s (textual-1.0.0.tar.gz) = e08541c5a434a694ed4d830780fd1b4e826852caa5d836cbdcf62ba08c649e0e
+SHA512 (textual-1.0.0.tar.gz) = 11a205830233bfa362b91dc223e32283ab6e514e7687d19e1029d6a9fae6d20d28dcc1df556d75c0e21a6717c05c0a44e926067165ba924ef2610bb99610a327
+Size (textual-1.0.0.tar.gz) = 1532733 bytes
Home |
Main Index |
Thread Index |
Old Index