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: Sun Jul 2 20:55:54 UTC 2023
Modified Files:
pkgsrc/chat/toot: Makefile PLIST distinfo
Log Message:
toot: update to 0.37.0
# CHANGES
* **BREAKING:** Require Python 3.7+
* Add `timeline --account` option to show the account timeline (thanks
Dan Schwarz)
* Add `toot status` command to show a single status
* TUI: Add personal timeline (thanks Dan Schwarz)
* TUI: Highlight followed accounts in status details (thanks Dan
Schwarz)
* TUI: Restructured goto menu (thanks Dan Schwarz)
* TUI: Fix boosting boosted statuses (thanks Dan Schwarz)
* TUI: Add support for list timelines (thanks Dan Schwarz)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/toot/Makefile pkgsrc/chat/toot/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/toot/PLIST
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.8 pkgsrc/chat/toot/Makefile:1.9
--- pkgsrc/chat/toot/Makefile:1.8 Sat Apr 8 11:17:59 2023
+++ pkgsrc/chat/toot/Makefile Sun Jul 2 20:55:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/04/08 11:17:59 vins Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/02 20:55:54 vins Exp $
-DISTNAME= toot-0.36.0
+DISTNAME= toot-0.37.0
CATEGORIES= chat net
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.8 pkgsrc/chat/toot/distinfo:1.9
--- pkgsrc/chat/toot/distinfo:1.8 Sat Apr 8 11:17:59 2023
+++ pkgsrc/chat/toot/distinfo Sun Jul 2 20:55:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/04/08 11:17:59 vins Exp $
+$NetBSD: distinfo,v 1.9 2023/07/02 20:55:54 vins Exp $
-BLAKE2s (toot-0.36.0.tar.gz) = 734d3dd7b662cc39e9b8315567e68d4a458f419ee8da1f70649c3fdb0d1f587b
-SHA512 (toot-0.36.0.tar.gz) = 473b5b6bc22180d6651f7d8484c2057f257b9ec37d558a8168dcc59e948064b60cab1f97d446eaed06c78a00e3e4ce76daac39c8a22305fb6a27df0416c246a2
-Size (toot-0.36.0.tar.gz) = 354577 bytes
+BLAKE2s (toot-0.37.0.tar.gz) = 9b6ff77ceaba3fcee27e3826f7770ce44299ca60c3677db4679d66316fb61498
+SHA512 (toot-0.37.0.tar.gz) = 7bb7ef9c734a9adeca919d4adf703dd17b03aa531534ad4b440d68fb63fac78da3cf89315b9dfe1793dc00789b0ff51e758025fc94c8edb52eb88fae64b0d7dc
+Size (toot-0.37.0.tar.gz) = 311179 bytes
Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.4 pkgsrc/chat/toot/PLIST:1.5
--- pkgsrc/chat/toot/PLIST:1.4 Thu Mar 2 08:30:42 2023
+++ pkgsrc/chat/toot/PLIST Sun Jul 2 20:55:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/03/02 08:30:42 vins Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/07/02 20:55:54 vins Exp $
bin/toot
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -24,6 +24,9 @@ ${PYSITELIB}/toot/config.pyo
${PYSITELIB}/toot/console.py
${PYSITELIB}/toot/console.pyc
${PYSITELIB}/toot/console.pyo
+${PYSITELIB}/toot/entities.py
+${PYSITELIB}/toot/entities.pyc
+${PYSITELIB}/toot/entities.pyo
${PYSITELIB}/toot/exceptions.py
${PYSITELIB}/toot/exceptions.pyc
${PYSITELIB}/toot/exceptions.pyo
@@ -69,6 +72,9 @@ ${PYSITELIB}/toot/tui/utils.pyo
${PYSITELIB}/toot/tui/widgets.py
${PYSITELIB}/toot/tui/widgets.pyc
${PYSITELIB}/toot/tui/widgets.pyo
+${PYSITELIB}/toot/typing_compat.py
+${PYSITELIB}/toot/typing_compat.pyc
+${PYSITELIB}/toot/typing_compat.pyo
${PYSITELIB}/toot/utils/__init__.py
${PYSITELIB}/toot/utils/__init__.pyc
${PYSITELIB}/toot/utils/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index