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: Tue Jan 16 13:46:25 UTC 2024
Modified Files:
pkgsrc/chat/toot: Makefile PLIST distinfo
Log Message:
chat/toot: update to 0.41.1
# CHANGES (since 0.39.0)
toot 0.41.1
* Fix a crash in settings parsing code
toot 0.41.0
* Honour user's default visibility set in Mastodon preferences instead
of always defaulting to public visibility (thanks Lexi Winter)
* TUI: Add editing toots (thanks Lexi Winter)
* TUI: Fix a bug which made pallette config in settings not work
* TUI: Show edit datetime in status detail (thanks Lexi Winter)
toot 0.40.0
This release includes a rather extensive change to use the Click library
(https://click.palletsprojects.com/) for creating the command line
interface. This allows for some new features like nested commands,
setting parameters via environment variables, and shell completion.
Backward compatibility should be mostly preserved, except for cases
noted below. Please report any issues.
* BREAKING: Remove deprecated `--disable-https` option for `login` and
`login_cli`, pass the base URL instead
* BREAKING: Options `--debug` and `--color` must be specified after
`toot` but before the command
* BREAKING: Option `--quiet` has been removed. Redirect output instead.
* Add passing parameters via environment variables, see:
https://toot.bezdomni.net/environment_variables.html
* Add shell completion, see:
https://toot.bezdomni.net/shell_completion.html
* Add `tags info`, `tags featured`, `tags feature`, and `tags unfeature`
commands
* Add `tags followed`, `tags follow`, and `tags unfollow` sub-commands,
deprecate `tags_followed`, `tags_follow`, and `tags tags_unfollow`
* Add `lists accounts`, `lists add`, `lists create`, `lists delete`,
`lists list`, `lists remove` subcommands, deprecate `lists`,
`lists_accounts`, `lists_add`, `lists_create`, `lists_delete`,
`lists_remove` commands.
* Add `--json` option to tags and lists commands
* Add `toot --width` option for setting your prefered terminal width
* Add `--media-viewer` and `--colors` options to `toot tui`. These were
previously accessible only via settings.
* TUI: Fix issue where UI did not render until first input (thanks Urwid
devs)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/chat/toot/Makefile:1.13
--- pkgsrc/chat/toot/Makefile:1.12 Mon Sep 11 11:32:43 2023
+++ pkgsrc/chat/toot/Makefile Tue Jan 16 13:46:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/09/11 11:32:43 vins Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/16 13:46:25 vins Exp $
-DISTNAME= toot-0.38.1
+DISTNAME= toot-0.41.1
CATEGORIES= chat net
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.6 pkgsrc/chat/toot/PLIST:1.7
--- pkgsrc/chat/toot/PLIST:1.6 Thu Aug 24 20:51:45 2023
+++ pkgsrc/chat/toot/PLIST Tue Jan 16 13:46:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/08/24 20:51:45 vins Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/01/16 13:46:25 vins Exp $
bin/toot
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -18,15 +18,42 @@ ${PYSITELIB}/toot/api.pyo
${PYSITELIB}/toot/auth.py
${PYSITELIB}/toot/auth.pyc
${PYSITELIB}/toot/auth.pyo
-${PYSITELIB}/toot/commands.py
-${PYSITELIB}/toot/commands.pyc
-${PYSITELIB}/toot/commands.pyo
+${PYSITELIB}/toot/cli/__init__.py
+${PYSITELIB}/toot/cli/__init__.pyc
+${PYSITELIB}/toot/cli/__init__.pyo
+${PYSITELIB}/toot/cli/accounts.py
+${PYSITELIB}/toot/cli/accounts.pyc
+${PYSITELIB}/toot/cli/accounts.pyo
+${PYSITELIB}/toot/cli/auth.py
+${PYSITELIB}/toot/cli/auth.pyc
+${PYSITELIB}/toot/cli/auth.pyo
+${PYSITELIB}/toot/cli/lists.py
+${PYSITELIB}/toot/cli/lists.pyc
+${PYSITELIB}/toot/cli/lists.pyo
+${PYSITELIB}/toot/cli/post.py
+${PYSITELIB}/toot/cli/post.pyc
+${PYSITELIB}/toot/cli/post.pyo
+${PYSITELIB}/toot/cli/read.py
+${PYSITELIB}/toot/cli/read.pyc
+${PYSITELIB}/toot/cli/read.pyo
+${PYSITELIB}/toot/cli/statuses.py
+${PYSITELIB}/toot/cli/statuses.pyc
+${PYSITELIB}/toot/cli/statuses.pyo
+${PYSITELIB}/toot/cli/tags.py
+${PYSITELIB}/toot/cli/tags.pyc
+${PYSITELIB}/toot/cli/tags.pyo
+${PYSITELIB}/toot/cli/timelines.py
+${PYSITELIB}/toot/cli/timelines.pyc
+${PYSITELIB}/toot/cli/timelines.pyo
+${PYSITELIB}/toot/cli/tui.py
+${PYSITELIB}/toot/cli/tui.pyc
+${PYSITELIB}/toot/cli/tui.pyo
+${PYSITELIB}/toot/cli/validators.py
+${PYSITELIB}/toot/cli/validators.pyc
+${PYSITELIB}/toot/cli/validators.pyo
${PYSITELIB}/toot/config.py
${PYSITELIB}/toot/config.pyc
${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
@@ -66,6 +93,12 @@ ${PYSITELIB}/toot/tui/overlays.pyo
${PYSITELIB}/toot/tui/poll.py
${PYSITELIB}/toot/tui/poll.pyc
${PYSITELIB}/toot/tui/poll.pyo
+${PYSITELIB}/toot/tui/richtext/__init__.py
+${PYSITELIB}/toot/tui/richtext/__init__.pyc
+${PYSITELIB}/toot/tui/richtext/__init__.pyo
+${PYSITELIB}/toot/tui/richtext/richtext.py
+${PYSITELIB}/toot/tui/richtext/richtext.pyc
+${PYSITELIB}/toot/tui/richtext/richtext.pyo
${PYSITELIB}/toot/tui/scroll.py
${PYSITELIB}/toot/tui/scroll.pyc
${PYSITELIB}/toot/tui/scroll.pyo
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.10 pkgsrc/chat/toot/distinfo:1.11
--- pkgsrc/chat/toot/distinfo:1.10 Thu Aug 24 20:51:45 2023
+++ pkgsrc/chat/toot/distinfo Tue Jan 16 13:46:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/08/24 20:51:45 vins Exp $
+$NetBSD: distinfo,v 1.11 2024/01/16 13:46:25 vins Exp $
-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
+BLAKE2s (toot-0.41.1.tar.gz) = 6df987566b8eea9d2ed95f2f47c3bb2b221104b49edfae28ea2503f905d59307
+SHA512 (toot-0.41.1.tar.gz) = af6e66afaf54d0406dd6de0d7e9b55fd8ce33854e60c2a73b5e1783a47392a976b9569bda9ee5143a060ead7fd9dd7b58e83b85e03a4e63232d9020e9f559d52
+Size (toot-0.41.1.tar.gz) = 919341 bytes
Home |
Main Index |
Thread Index |
Old Index