Thu Mar 2 08:30:42 2023 UTC ()
chat/toot: update to 0.35.0.

Changes:

 * Save toot contents when using --editor so it's recoverable if posting
   fails (#311)
 * TUI: Add voting on polls (thanks Dan Schwarz)
 * TUI: Add following/blocking/muting accounts (thanks Dan Schwarz)
 * TUI: Add notifications timeline (thanks Dan Schwarz)


(vins)
diff -r1.6 -r1.7 pkgsrc/chat/toot/Makefile
diff -r1.6 -r1.7 pkgsrc/chat/toot/distinfo
diff -r1.3 -r1.4 pkgsrc/chat/toot/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/chat/toot/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/toot/Makefile 2023/02/12 15:25:28 1.6
+++ pkgsrc/chat/toot/Makefile 2023/03/02 08:30:42 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2023/02/12 15:25:28 vins Exp $ 1# $NetBSD: Makefile,v 1.7 2023/03/02 08:30:42 vins Exp $
2 2
3DISTNAME= toot-0.34.0 3DISTNAME= toot-0.35.0
4CATEGORIES= chat net 4CATEGORIES= chat net
5MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
6 6
7MAINTAINER= vins@NetBSD.org 7MAINTAINER= vins@NetBSD.org
8HOMEPAGE= https://github.com/ihabunek/toot 8HOMEPAGE= https://github.com/ihabunek/toot
9COMMENT= Command line client for the Mastodon social network API 9COMMENT= Command line client for the Mastodon social network API
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 16DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4

cvs diff -r1.6 -r1.7 pkgsrc/chat/toot/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/toot/distinfo 2023/02/12 15:25:28 1.6
+++ pkgsrc/chat/toot/distinfo 2023/03/02 08:30:42 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2023/02/12 15:25:28 vins Exp $ 1$NetBSD: distinfo,v 1.7 2023/03/02 08:30:42 vins Exp $
2 2
3BLAKE2s (toot-0.34.0.tar.gz) = 0ef1362e60700637bafc84a8b02f328a67acc0d32549f0be3cebf1772f02c254 3BLAKE2s (toot-0.35.0.tar.gz) = 9b15e1189f62a40aca56b4c6467d493f6a50331309affb3c5ed0ec65835ef043
4SHA512 (toot-0.34.0.tar.gz) = 060fc86ed12c640305d6f55bd9dd6f4f57f0a04bc3c2e3232aae48ce578d7188f58b1154374b46208ed5e4e292829655e01a2124c76090eef98a8da98b39e5fe 4SHA512 (toot-0.35.0.tar.gz) = f225401c238b1ab5bd5201e5bfda52d1ff57a6d9c102bbbb6f414d34996c0aaf5d495b4d8e3b8a86f2dec85d7fd7006374dcc3dbc6b9d2692843a36662dc47e6
5Size (toot-0.34.0.tar.gz) = 99135 bytes 5Size (toot-0.35.0.tar.gz) = 120283 bytes

cvs diff -r1.3 -r1.4 pkgsrc/chat/toot/PLIST (expand / switch to unified diff)

--- pkgsrc/chat/toot/PLIST 2023/02/12 15:25:28 1.3
+++ pkgsrc/chat/toot/PLIST 2023/03/02 08:30:42 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2023/02/12 15:25:28 vins Exp $ 1@comment $NetBSD: PLIST,v 1.4 2023/03/02 08:30:42 vins Exp $
2bin/toot 2bin/toot
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/toot/__init__.py 9${PYSITELIB}/toot/__init__.py
10${PYSITELIB}/toot/__init__.pyc 10${PYSITELIB}/toot/__init__.pyc
11${PYSITELIB}/toot/__init__.pyo 11${PYSITELIB}/toot/__init__.pyo
12${PYSITELIB}/toot/api.py 12${PYSITELIB}/toot/api.py
13${PYSITELIB}/toot/api.pyc 13${PYSITELIB}/toot/api.pyc
14${PYSITELIB}/toot/api.pyo 14${PYSITELIB}/toot/api.pyo
@@ -44,26 +44,29 @@ ${PYSITELIB}/toot/tui/app.pyc @@ -44,26 +44,29 @@ ${PYSITELIB}/toot/tui/app.pyc
44${PYSITELIB}/toot/tui/app.pyo 44${PYSITELIB}/toot/tui/app.pyo
45${PYSITELIB}/toot/tui/compose.py 45${PYSITELIB}/toot/tui/compose.py
46${PYSITELIB}/toot/tui/compose.pyc 46${PYSITELIB}/toot/tui/compose.pyc
47${PYSITELIB}/toot/tui/compose.pyo 47${PYSITELIB}/toot/tui/compose.pyo
48${PYSITELIB}/toot/tui/constants.py 48${PYSITELIB}/toot/tui/constants.py
49${PYSITELIB}/toot/tui/constants.pyc 49${PYSITELIB}/toot/tui/constants.pyc
50${PYSITELIB}/toot/tui/constants.pyo 50${PYSITELIB}/toot/tui/constants.pyo
51${PYSITELIB}/toot/tui/entities.py 51${PYSITELIB}/toot/tui/entities.py
52${PYSITELIB}/toot/tui/entities.pyc 52${PYSITELIB}/toot/tui/entities.pyc
53${PYSITELIB}/toot/tui/entities.pyo 53${PYSITELIB}/toot/tui/entities.pyo
54${PYSITELIB}/toot/tui/overlays.py 54${PYSITELIB}/toot/tui/overlays.py
55${PYSITELIB}/toot/tui/overlays.pyc 55${PYSITELIB}/toot/tui/overlays.pyc
56${PYSITELIB}/toot/tui/overlays.pyo 56${PYSITELIB}/toot/tui/overlays.pyo
 57${PYSITELIB}/toot/tui/poll.py
 58${PYSITELIB}/toot/tui/poll.pyc
 59${PYSITELIB}/toot/tui/poll.pyo
57${PYSITELIB}/toot/tui/scroll.py 60${PYSITELIB}/toot/tui/scroll.py
58${PYSITELIB}/toot/tui/scroll.pyc 61${PYSITELIB}/toot/tui/scroll.pyc
59${PYSITELIB}/toot/tui/scroll.pyo 62${PYSITELIB}/toot/tui/scroll.pyo
60${PYSITELIB}/toot/tui/timeline.py 63${PYSITELIB}/toot/tui/timeline.py
61${PYSITELIB}/toot/tui/timeline.pyc 64${PYSITELIB}/toot/tui/timeline.pyc
62${PYSITELIB}/toot/tui/timeline.pyo 65${PYSITELIB}/toot/tui/timeline.pyo
63${PYSITELIB}/toot/tui/utils.py 66${PYSITELIB}/toot/tui/utils.py
64${PYSITELIB}/toot/tui/utils.pyc 67${PYSITELIB}/toot/tui/utils.pyc
65${PYSITELIB}/toot/tui/utils.pyo 68${PYSITELIB}/toot/tui/utils.pyo
66${PYSITELIB}/toot/tui/widgets.py 69${PYSITELIB}/toot/tui/widgets.py
67${PYSITELIB}/toot/tui/widgets.pyc 70${PYSITELIB}/toot/tui/widgets.pyc
68${PYSITELIB}/toot/tui/widgets.pyo 71${PYSITELIB}/toot/tui/widgets.pyo
69${PYSITELIB}/toot/utils/__init__.py 72${PYSITELIB}/toot/utils/__init__.py