pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toot: update toot to version 0.29.0. Taking maintainership.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Mon Nov 21 21:06:26 2022 +0100
Changeset: 9005ca226e83b087ef0ab9366e08b3b775b44971
Modified Files:
toot/DESCR
toot/Makefile
toot/distinfo
Log Message:
toot: update toot to version 0.29.0.
Taking maintainership.
ChangeLog:
* Add `bookmark` and `unbookmark` commands
* Add `following` and `followers` commands (thanks @Oblomov)
* TUI: Show media attachments in links list (thanks @PeterFidelman)
* Fix tests so that they don't depend on the local timezone
* Fix account search to be case insensitive (thanks @TheJokersThief)
* Fix account search to use v2 endpoint, since v1 endpoint was removed
on some instances (thanks @kaja47)
* Add '.toot' extension to temporary files when composing toot in an
editor (thanks @larsks)
* Display localized datetimes in timeline (thanks @mmmmmmbeer)
* Don't use # for comments when composing toot in an editor, since that
made it impossible to post lines starting with #.
* TUI: Fix crash when poll does not have an expiry date
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9005ca226e83b087ef0ab9366e08b3b775b44971
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
toot/DESCR | 18 +++++++++++-------
toot/Makefile | 4 ++--
toot/distinfo | 6 +++---
3 files changed, 16 insertions(+), 12 deletions(-)
diffs:
diff --git a/toot/DESCR b/toot/DESCR
index ad16061bf6..64cb421caf 100644
--- a/toot/DESCR
+++ b/toot/DESCR
@@ -1,9 +1,13 @@
-toot is a command line microblogging client for interacting with Mastodon
-instances on the distributed social network known as the 'Fediverse'.
+toot is a command line and curses client for interacting with instances
+on the distributed social network known as 'the Fediverse' using the
+Mastodon.social API.
+
+Supported features:
+* Regular and two-factor authentication
+* Posting, replying, deleting, favouriting, reblogging & pinning statuses
+* Media uploads, spoiler text, sensitive content
+* Searching by account or hash tag
+* Following, muting and blocking accounts
+* Simple switching between multiple Mastodon accounts
-It supports regular and two-factor authentication, and has commands for
-showing an account's timeline, searching, posting 'toots' (messages),
-uploading images or video files, and following and unfollowing, muting
-and unmuting, and blocking and unblocking accounts.
-toot also includes an experimental curses interface.
diff --git a/toot/Makefile b/toot/Makefile
index 45a48dd500..a6caa4579f 100644
--- a/toot/Makefile
+++ b/toot/Makefile
@@ -1,10 +1,10 @@
# $NetBSD$
-DISTNAME= toot-0.28.0
+DISTNAME= toot-0.29.0
CATEGORIES= chat www
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
-MAINTAINER= nia.alarie%gmail.com@localhost
+MAINTAINER= vms%retrobsd.ddns.net@localhost
HOMEPAGE= https://github.com/ihabunek/toot
COMMENT= Command line client for the Mastodon social network API
LICENSE= gnu-gpl-v3
diff --git a/toot/distinfo b/toot/distinfo
index 8514984ef9..6333931ed9 100644
--- a/toot/distinfo
+++ b/toot/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (toot-0.28.0.tar.gz) = 34c149fd06bc7e6b2fca080c69db5183b91d0f23ed76ee10aa275f8a0c91d588
-SHA512 (toot-0.28.0.tar.gz) = cb9ff64506a7f9c246506ec62b3b0bf4ac6adfedca44801a111d66df3c74d1ed8e2f01791aa1f76ec2bc9a6bd44beb3afc0b84e78c10a87f3ddaa4ae3473814e
-Size (toot-0.28.0.tar.gz) = 38078 bytes
+BLAKE2s (toot-0.29.0.tar.gz) = 8a368ebcffe6f3bc2ae3a60c64acdcd4c9abacb7cde5e1050dfe0d5f1e665558
+SHA512 (toot-0.29.0.tar.gz) = dac3fd7e19d05f1e9d046f9c6512485efcd83504455431e9282217ecfdd76dbdd34a60a5cd10530f0d6e419047438dbdad590d14d516615725d8e6c827314aa4
+Size (toot-0.29.0.tar.gz) = 57122 bytes
Home |
Main Index |
Thread Index |
Old Index