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 Nov 17 10:02:26 UTC 2024

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

Log Message:
py-textual: update to 0.86.1.

0.86.1

Tweaks to demo

0.86.0

Adds an entirely new theming system and an updated demo

The new theming system standardizes the look-and-feel of widgets.
This should mean they will look pretty when used in combination,
and you will need less tweaking of your UI. If your app already
has a customized look and feel, you may need to make a few style
changes.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.9 -r1.10 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.13 pkgsrc/comms/py-textual/Makefile:1.14
--- pkgsrc/comms/py-textual/Makefile:1.13       Mon Nov  4 18:14:23 2024
+++ pkgsrc/comms/py-textual/Makefile    Sun Nov 17 10:02:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/11/04 18:14:23 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/11/17 10:02:25 wiz Exp $
 
-DISTNAME=      textual-0.85.2
+DISTNAME=      textual-0.86.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -25,8 +25,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 0.85.2
-# 32 failed, 2993 passed, 1 skipped, 4 xfailed, 81 warnings
+# as of 0.86.1
+# 32 failed, 3014 passed, 1 skipped, 4 xfailed, 81 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.6 pkgsrc/comms/py-textual/PLIST:1.7
--- pkgsrc/comms/py-textual/PLIST:1.6   Wed Oct 30 14:52:27 2024
+++ pkgsrc/comms/py-textual/PLIST       Sun Nov 17 10:02:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/10/30 14:52:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/11/17 10:02:25 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -204,6 +204,9 @@ ${PYSITELIB}/textual/constants.pyo
 ${PYSITELIB}/textual/containers.py
 ${PYSITELIB}/textual/containers.pyc
 ${PYSITELIB}/textual/containers.pyo
+${PYSITELIB}/textual/content.py
+${PYSITELIB}/textual/content.pyc
+${PYSITELIB}/textual/content.pyo
 ${PYSITELIB}/textual/coordinate.py
 ${PYSITELIB}/textual/coordinate.pyc
 ${PYSITELIB}/textual/coordinate.pyo
@@ -499,6 +502,9 @@ ${PYSITELIB}/textual/suggestions.pyo
 ${PYSITELIB}/textual/system_commands.py
 ${PYSITELIB}/textual/system_commands.pyc
 ${PYSITELIB}/textual/system_commands.pyo
+${PYSITELIB}/textual/theme.py
+${PYSITELIB}/textual/theme.pyc
+${PYSITELIB}/textual/theme.pyo
 ${PYSITELIB}/textual/timer.py
 ${PYSITELIB}/textual/timer.pyc
 ${PYSITELIB}/textual/timer.pyo
@@ -523,6 +529,9 @@ ${PYSITELIB}/textual/types.pyo
 ${PYSITELIB}/textual/validation.py
 ${PYSITELIB}/textual/validation.pyc
 ${PYSITELIB}/textual/validation.pyo
+${PYSITELIB}/textual/visual.py
+${PYSITELIB}/textual/visual.pyc
+${PYSITELIB}/textual/visual.pyo
 ${PYSITELIB}/textual/walk.py
 ${PYSITELIB}/textual/walk.pyc
 ${PYSITELIB}/textual/walk.pyo

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.9 pkgsrc/comms/py-textual/distinfo:1.10
--- pkgsrc/comms/py-textual/distinfo:1.9        Mon Nov  4 18:14:23 2024
+++ pkgsrc/comms/py-textual/distinfo    Sun Nov 17 10:02:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/11/04 18:14:23 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/11/17 10:02:25 wiz Exp $
 
-BLAKE2s (textual-0.85.2.tar.gz) = 7a7c09517a8223ab0a3e2e6ac200f8bcfff0e5774b7e8610e00e141dd6248bfb
-SHA512 (textual-0.85.2.tar.gz) = 227c4a1cc9dcfdb2ab6a8e8fdb6b47971c4137c64f1419f195bd8d72cf0076644a557af2e9d955b647871c2e206ad06b6b6148652dc98f5d8cc4da2b4f3d2d17
-Size (textual-0.85.2.tar.gz) = 1462599 bytes
+BLAKE2s (textual-0.86.1.tar.gz) = 57b73354b60b0351d4359a8d3926bec250e1ec818003e85942611d5f89bf55a6
+SHA512 (textual-0.86.1.tar.gz) = 66d660c7b57ae365fb4324459d3a7efce6c2f651408c1c8897aa1a1cee25a91c7d94dfc82647b113f5c73356fc4743f129f4e3a831ab1aeeb88250f6bbb19c70
+Size (textual-0.86.1.tar.gz) = 1496752 bytes



Home | Main Index | Thread Index | Old Index