pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/tootstream
Module Name: pkgsrc
Committed By: nia
Date: Mon Oct 14 08:11:13 UTC 2024
Modified Files:
pkgsrc/chat/tootstream: Makefile distinfo
Log Message:
tootstream: update to 0.4.0
## [0.4.0] - 2023-05-16
### Fixed
- Toots with content warnings will not automatically display. Use the `show` command to display the contents.
- Updating colors to be more consistent / better contrast.
- Display no-content, image-only toots.
- Use search with limit 1 when we only want one account, bypassing Mastodon's questionable search algorithm.
- `view` command doesn't bring back a list of users that are close to what you were searching for.
- edits no longer break `note` command.
- Commands using `step` now find the original toot for a reblogged toot.
### Added
- Filter support (list filters, toots with filters honor the filter settings).
- `show` command, which shows the contents of a toot.
- `next` and `prev` commands for pagination of the current timeline context.
- `mute` now has time duration (30s, 1d, etc.).
- `view` command now shows which user you are viewing and allows pagination.
- `vote` command for voting in polls.
- `user` command for showing a user profile.
- Displays poll results, whether the poll is expired, and if the poll supports multiple votes (along with a URI).
- Update the current prompt with the current context.
- Added `mentions` command to just show mentions.
- Added poll and update filters to `note` command.
- Changed command to abort step from "a" to "q" to maintain consistency.
- Allow favoriting / unfavoriting multiple toots at once.
- `showthread` will show all toots in a thread with content warnings / filters removed.
- Added `follow_request` to note; added `-r` to filter requests.
## Release
## [0.3.9.0] - 2023-02-26
### Fixed
- Remove duplicate code (thanks to Jesse Weinstein)
- Upgrade to Mastodon.py version to Mastodon.py 1.8.0
### Added
- Added support for bookmarks (thanks to Jessee Weinstein)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/tootstream/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/tootstream/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/tootstream/Makefile
diff -u pkgsrc/chat/tootstream/Makefile:1.21 pkgsrc/chat/tootstream/Makefile:1.22
--- pkgsrc/chat/tootstream/Makefile:1.21 Mon Oct 14 06:45:33 2024
+++ pkgsrc/chat/tootstream/Makefile Mon Oct 14 08:11:12 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/10/14 06:45:33 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/10/14 08:11:12 nia Exp $
-DISTNAME= tootstream-0.3.8.1
-PKGREVISION= 6
+DISTNAME= tootstream-0.4.0
CATEGORIES= chat www
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/}
@@ -15,8 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-colored>=1.3.93
DEPENDS+= ${PYPKGPREFIX}-emoji>=0.4.5:../../converters/py-emoji
DEPENDS+= ${PYPKGPREFIX}-humanize>=0.5.1:../../textproc/py-humanize
DEPENDS+= ${PYPKGPREFIX}-mastodon>=1.5.0:../../chat/py-mastodon
+DEPENDS+= ${PYPKGPREFIX}-pytimeparse>=0:../../time/py-pytimeparse
-EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
USE_PKG_RESOURCES= yes
Index: pkgsrc/chat/tootstream/distinfo
diff -u pkgsrc/chat/tootstream/distinfo:1.10 pkgsrc/chat/tootstream/distinfo:1.11
--- pkgsrc/chat/tootstream/distinfo:1.10 Tue Oct 26 10:05:27 2021
+++ pkgsrc/chat/tootstream/distinfo Mon Oct 14 08:11:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:05:27 nia Exp $
+$NetBSD: distinfo,v 1.11 2024/10/14 08:11:12 nia Exp $
-BLAKE2s (tootstream-0.3.8.1.tar.gz) = ecd86e8890dfe2a76eee18d62292dc7796bd4e884f8804b98ac40047a7eaa45f
-SHA512 (tootstream-0.3.8.1.tar.gz) = 7082e911d07cfd003a3a9ee25f63972ab0a4441ba00f5ec3f965ba30090e149c7551a97d50cc50832c8288336b23bf2b62216b8aa3bfc6695ed9bf9fad3e4d76
-Size (tootstream-0.3.8.1.tar.gz) = 25509 bytes
+BLAKE2s (tootstream-0.4.0.tar.gz) = 28e9125d830ea52934f0f47152006fb1dfbbec957c1221fb114dc191ce299fe2
+SHA512 (tootstream-0.4.0.tar.gz) = efaa2322be4d0fed3f4f497b779f926e95223ad3e2124422e0802e6a7134592321f24cb9829dd79e8f593aa8b81acf4811c7ec04b387765cd864134d6a2180cd
+Size (tootstream-0.4.0.tar.gz) = 27829 bytes
Home |
Main Index |
Thread Index |
Old Index