pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/toot



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Sep  8 18:22:56 UTC 2025

Modified Files:
        pkgsrc/chat/toot: Makefile PLIST distinfo

Log Message:
chat/toot: update to 0.50.1

# upstream changes (since 0.49.0)

 * Fix urwidgets vendoring issue (#543)
 * Add `toot timelines favourites` for showing your favourited (boosted)
   statuses (thanks @kensanata)
 * Add `toot polls show` for displaying a single poll by its ID
 * Add `toot polls vote` for voting on a poll
 * Improved poll visuals


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/chat/toot/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/toot/Makefile
diff -u pkgsrc/chat/toot/Makefile:1.21 pkgsrc/chat/toot/Makefile:1.22
--- pkgsrc/chat/toot/Makefile:1.21      Wed Aug  6 20:00:00 2025
+++ pkgsrc/chat/toot/Makefile   Mon Sep  8 18:22:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/08/06 20:00:00 leot Exp $
+# $NetBSD: Makefile,v 1.22 2025/09/08 18:22:55 vins Exp $
 
-DISTNAME=      toot-0.49.0
+DISTNAME=      toot-0.50.1
 CATEGORIES=    chat net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toot/}
 

Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.12 pkgsrc/chat/toot/PLIST:1.13
--- pkgsrc/chat/toot/PLIST:1.12 Fri Apr 18 11:30:36 2025
+++ pkgsrc/chat/toot/PLIST      Mon Sep  8 18:22:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/04/18 11:30:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/09/08 18:22:55 vins Exp $
 bin/toot
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -36,6 +36,9 @@ ${PYSITELIB}/toot/cli/diag.pyo
 ${PYSITELIB}/toot/cli/lists.py
 ${PYSITELIB}/toot/cli/lists.pyc
 ${PYSITELIB}/toot/cli/lists.pyo
+${PYSITELIB}/toot/cli/polls.py
+${PYSITELIB}/toot/cli/polls.pyc
+${PYSITELIB}/toot/cli/polls.pyo
 ${PYSITELIB}/toot/cli/post.py
 ${PYSITELIB}/toot/cli/post.pyc
 ${PYSITELIB}/toot/cli/post.pyo
@@ -124,6 +127,16 @@ ${PYSITELIB}/toot/tui/utils.pyo
 ${PYSITELIB}/toot/tui/widgets.py
 ${PYSITELIB}/toot/tui/widgets.pyc
 ${PYSITELIB}/toot/tui/widgets.pyo
+${PYSITELIB}/toot/urwidgets/README.md
+${PYSITELIB}/toot/urwidgets/__init__.py
+${PYSITELIB}/toot/urwidgets/__init__.pyc
+${PYSITELIB}/toot/urwidgets/__init__.pyo
+${PYSITELIB}/toot/urwidgets/hyperlink.py
+${PYSITELIB}/toot/urwidgets/hyperlink.pyc
+${PYSITELIB}/toot/urwidgets/hyperlink.pyo
+${PYSITELIB}/toot/urwidgets/text_embed.py
+${PYSITELIB}/toot/urwidgets/text_embed.pyc
+${PYSITELIB}/toot/urwidgets/text_embed.pyo
 ${PYSITELIB}/toot/utils/__init__.py
 ${PYSITELIB}/toot/utils/__init__.pyc
 ${PYSITELIB}/toot/utils/__init__.pyo

Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.17 pkgsrc/chat/toot/distinfo:1.18
--- pkgsrc/chat/toot/distinfo:1.17      Wed Aug  6 20:00:00 2025
+++ pkgsrc/chat/toot/distinfo   Mon Sep  8 18:22:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/08/06 20:00:00 leot Exp $
+$NetBSD: distinfo,v 1.18 2025/09/08 18:22:56 vins Exp $
 
-BLAKE2s (toot-0.49.0.tar.gz) = f42d06c0b519699fa2eaf46ed0cfc4fb14a7b15bfbeed02104a468b76e775730
-SHA512 (toot-0.49.0.tar.gz) = dc11926021b11598d3165750406397535120bd8d4d0285553e4f742fafd71468c69fb0e883b12835dd52693bd3e1327a8ebe96f8f91f2d75ce051d163e65e193
-Size (toot-0.49.0.tar.gz) = 1315956 bytes
+BLAKE2s (toot-0.50.1.tar.gz) = 10604bf774dd3ec3c309f9ea0a8e91527727ba1ba5402e483b3a7c2e6b030e9b
+SHA512 (toot-0.50.1.tar.gz) = 902fde04926cdc8364f7e3622af3ed761ef1179f2dd3a566feffc7ff51a2df5b1f308158aa12b347a683174a9f94f46f73d1c373a13d6531eae83b7e4dbdce78
+Size (toot-0.50.1.tar.gz) = 1315590 bytes



Home | Main Index | Thread Index | Old Index