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:           Thu Aug 24 20:51:45 UTC 2023

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

Log Message:
chat/toot: update to toot-0.38.1

# Changes
* Fix relative datetimes option in TUI
* Add `toot muted` and `toot blocked` commands
* Add settings file, allows setting common options, defining defaults
  for command arguments, and the TUI palette
* TUI: Remap shortcuts so they don't override HJKL used for
  navigation


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/chat/toot/Makefile:1.11
--- pkgsrc/chat/toot/Makefile:1.10      Mon Aug 14 05:23:56 2023
+++ pkgsrc/chat/toot/Makefile   Thu Aug 24 20:51:45 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/08/14 05:23:56 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/08/24 20:51:45 vins Exp $
 
-DISTNAME=      toot-0.37.0
-PKGREVISION=   1
+DISTNAME=      toot-0.38.1
 CATEGORIES=    chat net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toot/}
 

Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.5 pkgsrc/chat/toot/PLIST:1.6
--- pkgsrc/chat/toot/PLIST:1.5  Sun Jul  2 20:55:54 2023
+++ pkgsrc/chat/toot/PLIST      Thu Aug 24 20:51:45 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/07/02 20:55:54 vins Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/24 20:51:45 vins Exp $
 bin/toot
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -9,6 +9,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/toot/__init__.py
 ${PYSITELIB}/toot/__init__.pyc
 ${PYSITELIB}/toot/__init__.pyo
+${PYSITELIB}/toot/__main__.py
+${PYSITELIB}/toot/__main__.pyc
+${PYSITELIB}/toot/__main__.pyo
 ${PYSITELIB}/toot/api.py
 ${PYSITELIB}/toot/api.pyc
 ${PYSITELIB}/toot/api.pyo
@@ -39,6 +42,9 @@ ${PYSITELIB}/toot/logging.pyo
 ${PYSITELIB}/toot/output.py
 ${PYSITELIB}/toot/output.pyc
 ${PYSITELIB}/toot/output.pyo
+${PYSITELIB}/toot/settings.py
+${PYSITELIB}/toot/settings.pyc
+${PYSITELIB}/toot/settings.pyo
 ${PYSITELIB}/toot/tui/__init__.py
 ${PYSITELIB}/toot/tui/__init__.pyc
 ${PYSITELIB}/toot/tui/__init__.pyo
@@ -78,6 +84,9 @@ ${PYSITELIB}/toot/typing_compat.pyo
 ${PYSITELIB}/toot/utils/__init__.py
 ${PYSITELIB}/toot/utils/__init__.pyc
 ${PYSITELIB}/toot/utils/__init__.pyo
+${PYSITELIB}/toot/utils/datetime.py
+${PYSITELIB}/toot/utils/datetime.pyc
+${PYSITELIB}/toot/utils/datetime.pyo
 ${PYSITELIB}/toot/utils/language.py
 ${PYSITELIB}/toot/utils/language.pyc
 ${PYSITELIB}/toot/utils/language.pyo

Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.9 pkgsrc/chat/toot/distinfo:1.10
--- pkgsrc/chat/toot/distinfo:1.9       Sun Jul  2 20:55:54 2023
+++ pkgsrc/chat/toot/distinfo   Thu Aug 24 20:51:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/07/02 20:55:54 vins Exp $
+$NetBSD: distinfo,v 1.10 2023/08/24 20:51:45 vins Exp $
 
-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
+BLAKE2s (toot-0.38.1.tar.gz) = 7d96c5e8a205ad8a8100636ea1fadb0b20e1937d64995aab6f13011a5fd793a9
+SHA512 (toot-0.38.1.tar.gz) = 8c691ad13cc21b8ab4903f3502521b04c2063d9f2d1d81b88552f52c7f6681704eff5e9c2b4b8cb4ab8aed270e6313a6f75d4a0221f9da67143f2ae6c2ccf27d
+Size (toot-0.38.1.tar.gz) = 312495 bytes



Home | Main Index | Thread Index | Old Index