svn commit: r477780 - in head/net-im/toot: . files
Mateusz Piotrowski
0mp at FreeBSD.org
Wed Aug 22 09:57:02 UTC 2018
Author: 0mp
Date: Wed Aug 22 09:57:00 2018
New Revision: 477780
URL: https://svnweb.freebsd.org/changeset/ports/477780
Log:
net-im/toot: Update to 0.19.0
Changelog:
- 0.18.0: https://github.com/ihabunek/toot/releases/tag/0.18.0
- Add support for public, tag and list timelines in toot timeline
- Add --sensitive and --spoiler-text options to toot post
- Curses app improvements:
- Respect sensitive content, require keypress to show
- Add help modal (press h)
- Misc rendering improvements
- 0.19.0: https://github.com/ihabunek/toot/releases/tag/0.19.0
- Add support for replying to a toot
- Add toot delete command for deleting a toot
- Add global --quiet flag to silence output
- Make toot login provide browser login, and toot login_cli log in via
console. This makes it clear what's the preferred option.
- Use Idempotency-Key header to prevent multiple toots being posted if
request is retried
- Fix a bug where all media would be marked as sensitive
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16826
Deleted:
head/net-im/toot/files/
Modified:
head/net-im/toot/Makefile
head/net-im/toot/distinfo
head/net-im/toot/pkg-descr
Modified: head/net-im/toot/Makefile
==============================================================================
--- head/net-im/toot/Makefile Wed Aug 22 09:38:08 2018 (r477779)
+++ head/net-im/toot/Makefile Wed Aug 22 09:57:00 2018 (r477780)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= toot
-DISTVERSION= 0.17.1
-PORTREVISION= 1
+DISTVERSION= 0.19.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
Modified: head/net-im/toot/distinfo
==============================================================================
--- head/net-im/toot/distinfo Wed Aug 22 09:38:08 2018 (r477779)
+++ head/net-im/toot/distinfo Wed Aug 22 09:57:00 2018 (r477780)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523981665
-SHA256 (ihabunek-toot-0.17.1_GH0.tar.gz) = ebdf0ce28b90e0f943fdbec6b14eccfbdbe39fa791df9880e60e2b80d1aaaf18
-SIZE (ihabunek-toot-0.17.1_GH0.tar.gz) = 34149
+TIMESTAMP = 1534367575
+SHA256 (ihabunek-toot-0.19.0_GH0.tar.gz) = 90d76442a85a6597edfa3dc5edaf5a506fc5912577381f67ffecc092e64bafdf
+SIZE (ihabunek-toot-0.19.0_GH0.tar.gz) = 151092
Modified: head/net-im/toot/pkg-descr
==============================================================================
--- head/net-im/toot/pkg-descr Wed Aug 22 09:38:08 2018 (r477779)
+++ head/net-im/toot/pkg-descr Wed Aug 22 09:57:00 2018 (r477780)
@@ -1,6 +1,10 @@
-Toot is a Mastodon CLI client written in Python, which lets you log into your
-Mastodon account, search for users and hashtags, display timelines, post
-(toot), upload media files and perform account related actions such us
-following, muting and blocking.
+Toot is a Mastodon CLI client written in Python.
+
+Features:
+* Posting, replying, deleting statuses
+* Support for media uploads, spoiler text, sensitive content
+* Search by account or hash tag
+* Following, muting and blocking accounts
+* Simple switching between authenticated in Mastodon accounts
WWW: https://github.com/ihabunek/toot
More information about the svn-ports-head
mailing list