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 Dec 1 17:52:29 UTC 2024
Modified Files:
pkgsrc/chat/toot: Makefile PLIST distinfo
Log Message:
chat/toot: update to 0.47.1
# upstream changes (since version 0.44.1)
* Fix last post ID not being stored when using --json, which broke
--reply-last
* Don't set default post visibility to public, let the server decide
instead
* Add `toot tui --show-display-names` option to show display names
instead of account names (#501)
* Add missing descriptions for notification types (#502)
* Fix bug in paging timelines where limit parameter was sent twice
(#505)
* TUI: Fix exception when loading followed accounts when server does not
support it (#504)
* Add `--limit` and `--offset` options to `search` command (thanks
@Oblomov)
* Add `--min-id` and `--max-id` options to `search` command
* Add `--type` and `--exclude-type` options to `notifications` command
* Fix bug when identifying lists by their ID
* Add `post --reply-last` for replying to last posted toot, for creating
threads
* Deprecate `env` command in favour of `diag`
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/chat/toot/PLIST
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/chat/toot/Makefile:1.18
--- pkgsrc/chat/toot/Makefile:1.17 Mon Nov 11 07:27:54 2024
+++ pkgsrc/chat/toot/Makefile Sun Dec 1 17:52:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/12/01 17:52:29 vins Exp $
-DISTNAME= toot-0.44.1
+DISTNAME= toot-0.47.1
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.9 pkgsrc/chat/toot/PLIST:1.10
--- pkgsrc/chat/toot/PLIST:1.9 Fri Aug 23 13:15:15 2024
+++ pkgsrc/chat/toot/PLIST Sun Dec 1 17:52:29 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/08/23 13:15:15 vins Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/12/01 17:52:29 vins Exp $
bin/toot
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -18,6 +18,9 @@ ${PYSITELIB}/toot/api.pyo
${PYSITELIB}/toot/auth.py
${PYSITELIB}/toot/auth.pyc
${PYSITELIB}/toot/auth.pyo
+${PYSITELIB}/toot/cache.py
+${PYSITELIB}/toot/cache.pyc
+${PYSITELIB}/toot/cache.pyo
${PYSITELIB}/toot/cli/__init__.py
${PYSITELIB}/toot/cli/__init__.pyc
${PYSITELIB}/toot/cli/__init__.pyo
Index: pkgsrc/chat/toot/distinfo
diff -u pkgsrc/chat/toot/distinfo:1.13 pkgsrc/chat/toot/distinfo:1.14
--- pkgsrc/chat/toot/distinfo:1.13 Fri Aug 23 13:15:15 2024
+++ pkgsrc/chat/toot/distinfo Sun Dec 1 17:52:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/23 13:15:15 vins Exp $
+$NetBSD: distinfo,v 1.14 2024/12/01 17:52:29 vins Exp $
-BLAKE2s (toot-0.44.1.tar.gz) = 14d906eeb1f2c612fb818fd82f17e1a63b71b505b9c5f67b834e4d496048f4cf
-SHA512 (toot-0.44.1.tar.gz) = e401e6981f131398f78f366e2f69b074b45019524269b41a681e04dbe5e98e7a2f0fe9c23d889c4434d9b6768563c7e8c990b3dbd18f98b79f84ff97bcf05522
-Size (toot-0.44.1.tar.gz) = 1314671 bytes
+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
Home |
Main Index |
Thread Index |
Old Index