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 Apr 20 21:52:04 UTC 2025

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

Log Message:
py-textual: update to 3.1.0.

3.1.0

Mostly fixes, some API enhancements.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/comms/py-textual/Makefile:1.20
--- pkgsrc/comms/py-textual/Makefile:1.19       Sun Mar  2 20:47:24 2025
+++ pkgsrc/comms/py-textual/Makefile    Sun Apr 20 21:52:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/03/02 20:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/20 21:52:04 wiz Exp $
 
-DISTNAME=      textual-2.1.2
+DISTNAME=      textual-3.1.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 2.1.2
-# 18 failed, 3173 passed, 4 skipped, 4 xfailed, 81 warnings
+# as of 3.1.0
+# 205 failed, 3023 passed, 3 skipped, 5 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.9 pkgsrc/comms/py-textual/PLIST:1.10
--- pkgsrc/comms/py-textual/PLIST:1.9   Sun Feb 23 17:23:06 2025
+++ pkgsrc/comms/py-textual/PLIST       Sun Apr 20 21:52:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2025/02/23 17:23:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/04/20 21:52:04 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/_extrema.py
+${PYSITELIB}/textual/_extrema.pyc
+${PYSITELIB}/textual/_extrema.pyo
 ${PYSITELIB}/textual/_files.py
 ${PYSITELIB}/textual/_files.pyc
 ${PYSITELIB}/textual/_files.pyo

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.15 pkgsrc/comms/py-textual/distinfo:1.16
--- pkgsrc/comms/py-textual/distinfo:1.15       Sun Mar  2 20:47:24 2025
+++ pkgsrc/comms/py-textual/distinfo    Sun Apr 20 21:52:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/03/02 20:47:24 wiz Exp $
+$NetBSD: distinfo,v 1.16 2025/04/20 21:52:04 wiz Exp $
 
-BLAKE2s (textual-2.1.2.tar.gz) = 652ce904f26f8c830171c39710ef17cd257fe59c874cc0c827407173141b876d
-SHA512 (textual-2.1.2.tar.gz) = ca93dd80631e39bd6bf891d9ea537a79d85503e51593e89b4f9901f7005961988de406dccaa3b09a1aa7bd86cd1830a70b03a65e886b3e408f5a446fe158e1f8
-Size (textual-2.1.2.tar.gz) = 1596600 bytes
+BLAKE2s (textual-3.1.0.tar.gz) = c35d283c5d52fcb337ab2abfe480dbec4d74647d7f296b78a84915add8afc12d
+SHA512 (textual-3.1.0.tar.gz) = a3894e4f9b99b973813b3a9178a12660e9661c4d4e5de1040677b20eff8ba36af003887acef7e0cea10ba9d0362def2ab35e9df1f99cebabb627815613b41682
+Size (textual-3.1.0.tar.gz) = 1591879 bytes



Home | Main Index | Thread Index | Old Index