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 Mar 9 20:38:42 UTC 2025
Modified Files:
pkgsrc/chat/toot: Makefile PLIST distinfo
Log Message:
chat/toot: update to 0.48.0
# changes
This release adds a new set of commands for working with timelines under
`toot timelines` (note the plural). These will replace `toot timeline`
which is now marked as deprecated. The reason for this change is that
various timelines require different options and having separate commands
makes them easier to implement and use.
New timeline commands include new paging logic which will print as many
statuses as can fit on your screen at once, and clear the screen before
printing the next batch. See help for `--pager` and `--clear` options.
* BREAKING: Remove deprecated commands: `tags_followed`, `tags_follow`,
and `tags tags_unfollow`. Use `tags followed`, `tags follow`, and
`tags tags unfollow` instead.
* BREAKING: Remove deprecated `lists` command for listing lists in
favour of `lists list`
* Add `toot timelines` commands and mark `toot timeline` as deprecated
* Improve datetime parsing, improves compatibility with snac2 (#523)
* TUI: Fix urwid deprecations (thanks Aleksei Stepanov)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/chat/toot/Makefile:1.19
--- pkgsrc/chat/toot/Makefile:1.18 Sun Dec 1 17:52:29 2024
+++ pkgsrc/chat/toot/Makefile Sun Mar 9 20:38:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/12/01 17:52:29 vins Exp $
+# $NetBSD: Makefile,v 1.19 2025/03/09 20:38:41 vins Exp $
-DISTNAME= toot-0.47.1
+DISTNAME= toot-0.48.0
CATEGORIES= chat net
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
#MASTER_SITES= ${MASTER_SITE_GITHUB:=ihabunek/}
Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.10 pkgsrc/chat/toot/PLIST:1.11
--- pkgsrc/chat/toot/PLIST:1.10 Sun Dec 1 17:52:29 2024
+++ pkgsrc/chat/toot/PLIST Sun Mar 9 20:38:41 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/12/01 17:52:29 vins Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/03/09 20:38:41 vins Exp $
bin/toot
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -51,6 +51,9 @@ ${PYSITELIB}/toot/cli/tags.pyo
${PYSITELIB}/toot/cli/timelines.py
${PYSITELIB}/toot/cli/timelines.pyc
${PYSITELIB}/toot/cli/timelines.pyo
+${PYSITELIB}/toot/cli/timelines_v2.py
+${PYSITELIB}/toot/cli/timelines_v2.pyc
+${PYSITELIB}/toot/cli/timelines_v2.pyo
${PYSITELIB}/toot/cli/tui.py
${PYSITELIB}/toot/cli/tui.pyc
${PYSITELIB}/toot/cli/tui.pyo
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.14 pkgsrc/chat/toot/distinfo:1.15
--- pkgsrc/chat/toot/distinfo:1.14 Sun Dec 1 17:52:29 2024
+++ pkgsrc/chat/toot/distinfo Sun Mar 9 20:38:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/12/01 17:52:29 vins Exp $
+$NetBSD: distinfo,v 1.15 2025/03/09 20:38:41 vins Exp $
-BLAKE2s (toot-0.47.1.tar.gz) = 73dff61be651dfe4bcdcb0923bb739233b5c60b63c10a013b3f2d5d3cff74f45
-SHA512 (toot-0.47.1.tar.gz) = 043415c9c0788a0d16dd62ea5ada989223ff0440ade27c9b51dd27c75e55443a78f992f78411e11178a78cf491091fe460e0d5e4ee8e2608a53906dd466798af
-Size (toot-0.47.1.tar.gz) = 1318249 bytes
+BLAKE2s (toot-0.48.0.tar.gz) = f2733a6d5d1da1e93b933821ef17183953b17ba7e5b49df6e56ff0689b320aaf
+SHA512 (toot-0.48.0.tar.gz) = 039a3af6ba58a2dba802ef680dd5a3f7342d4f248dd948384720fb821f5b87f0c77e31a9fcc03e8236bfba5459a2811dfe8204e51189b45cad95566df06dc7e6
+Size (toot-0.48.0.tar.gz) = 1476183 bytes
Home |
Main Index |
Thread Index |
Old Index