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 Feb 12 15:25:28 UTC 2023
Modified Files:
pkgsrc/chat/toot: Makefile PLIST distinfo
Log Message:
chat/toot: update to toot-0.34.0
CHANGES
* Fix Python version detection which would fail in some cases (thanks K)
* Fix toot --help not working (thanks Norman Walsh)
* TUI: Add option to save status JSON data from source window (thanks
Dan Schwarz)
* TUI: Add `--relative-datetimes` option to show relative datetimes
(thanks Dan Schwarz)
* TUI: Don't focus newly created post (#188, thanks Dan Schwarz)
* TUI: Add ability to scroll long status messages (#166, thanks Dan
Schwarz)
* TUI: Add action to view account details (thanks Dan Schwarz)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/toot/Makefile pkgsrc/chat/toot/distinfo
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/chat/toot/Makefile:1.6
--- pkgsrc/chat/toot/Makefile:1.5 Wed Jan 18 06:32:09 2023
+++ pkgsrc/chat/toot/Makefile Sun Feb 12 15:25:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/01/18 06:32:09 vins Exp $
+# $NetBSD: Makefile,v 1.6 2023/02/12 15:25:28 vins Exp $
-DISTNAME= toot-0.33.1
+DISTNAME= toot-0.34.0
CATEGORIES= chat net
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.5 pkgsrc/chat/toot/distinfo:1.6
--- pkgsrc/chat/toot/distinfo:1.5 Wed Jan 18 06:32:09 2023
+++ pkgsrc/chat/toot/distinfo Sun Feb 12 15:25:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/01/18 06:32:09 vins Exp $
+$NetBSD: distinfo,v 1.6 2023/02/12 15:25:28 vins Exp $
-BLAKE2s (toot-0.33.1.tar.gz) = e4aabf6187c49c1d64f7a27f8d9e91582a166d68c84339cd36c1b6a9b781ee4b
-SHA512 (toot-0.33.1.tar.gz) = 45c4b20959861c09289652be74d1bbe45b580ef896874851099cdcfeb491c8ab284bd40e29432725158ef6bc372e1595e49d093356dedecabca4fc029ef2ecdc
-Size (toot-0.33.1.tar.gz) = 62501 bytes
+BLAKE2s (toot-0.34.0.tar.gz) = 0ef1362e60700637bafc84a8b02f328a67acc0d32549f0be3cebf1772f02c254
+SHA512 (toot-0.34.0.tar.gz) = 060fc86ed12c640305d6f55bd9dd6f4f57f0a04bc3c2e3232aae48ce578d7188f58b1154374b46208ed5e4e292829655e01a2124c76090eef98a8da98b39e5fe
+Size (toot-0.34.0.tar.gz) = 99135 bytes
Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.2 pkgsrc/chat/toot/PLIST:1.3
--- pkgsrc/chat/toot/PLIST:1.2 Sun Dec 18 14:50:55 2022
+++ pkgsrc/chat/toot/PLIST Sun Feb 12 15:25:28 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/12/18 14:50:55 vins Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/02/12 15:25:28 vins Exp $
bin/toot
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -54,6 +54,9 @@ ${PYSITELIB}/toot/tui/entities.pyo
${PYSITELIB}/toot/tui/overlays.py
${PYSITELIB}/toot/tui/overlays.pyc
${PYSITELIB}/toot/tui/overlays.pyo
+${PYSITELIB}/toot/tui/scroll.py
+${PYSITELIB}/toot/tui/scroll.pyc
+${PYSITELIB}/toot/tui/scroll.pyo
${PYSITELIB}/toot/tui/timeline.py
${PYSITELIB}/toot/tui/timeline.pyc
${PYSITELIB}/toot/tui/timeline.pyo
Home |
Main Index |
Thread Index |
Old Index