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: Mon Aug 12 09:01:01 UTC 2024
Modified Files:
pkgsrc/comms/py-textual: Makefile distinfo
Log Message:
py-textual: update to 0.76.0.
Changed
Input cursor will no longer jump to the end on focus #4773
Removed Size.cip_size, which was a clone of crop_size
Widgets with auto dimensions will now grow if there is a scrollbar #4844
Don't do automatic refresh when widget is not visible #4847
Renamed DOMNode._automatic_refresh to DOMNode.automatic_refresh to allow for customization #4847
Fixed
Input cursor blink effect will now restart correctly when any action is performed on the input #4773
Fixed bindings on same key not updating description #4850
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/comms/py-textual/Makefile:1.5
--- pkgsrc/comms/py-textual/Makefile:1.4 Tue Aug 6 13:12:00 2024
+++ pkgsrc/comms/py-textual/Makefile Mon Aug 12 09:01:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/08/06 13:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/12 09:01:01 wiz Exp $
-DISTNAME= textual-0.75.1
+DISTNAME= textual-0.76.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -21,8 +21,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
USE_LANGUAGES= # none
-# as of 0.75.1
-# 321 failed, 1187 passed, 1369 skipped, 3 xfailed, 1446 warnings, 8 errors
+# as of 0.76.0
+# 322 failed, 1189 passed, 1369 skipped, 1 xfailed, 1446 warnings, 8 errors
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.3 pkgsrc/comms/py-textual/distinfo:1.4
--- pkgsrc/comms/py-textual/distinfo:1.3 Tue Aug 6 13:12:00 2024
+++ pkgsrc/comms/py-textual/distinfo Mon Aug 12 09:01:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/08/06 13:12:00 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/08/12 09:01:01 wiz Exp $
-BLAKE2s (textual-0.75.1.tar.gz) = ecd6bbc3edcd73148e66ae9d7c03509a1e805870366cd3b2220e751297c5b5ae
-SHA512 (textual-0.75.1.tar.gz) = 4e598c54519bbdce067fc59e9057723371d1f17a95889f65b3a96f6924f1b1f4954c3f0a36d91fa3ed8f6f8d987fa567ad15ad07fa980407d2cd10f772fa78e6
-Size (textual-0.75.1.tar.gz) = 1323185 bytes
+BLAKE2s (textual-0.76.0.tar.gz) = 9d4a92285682b40285cb6653735f92f7594e8d18da78b6d8a31453d0a6d93044
+SHA512 (textual-0.76.0.tar.gz) = a0eef4655a5ca4464d3edd5f8c66e0a4dbb8562af9af8750f59b0957e32ce6950c83fdc5ebe5e3b6ada2a32c9251f386f6b2c0cd759861e02815a52827bbe5ed
+Size (textual-0.76.0.tar.gz) = 1325760 bytes
Home |
Main Index |
Thread Index |
Old Index