Commit Graph

29 Commits

Author SHA1 Message Date
sthen
f322e8b714 update to toot-0.33.0 2023-01-03 08:56:47 +00:00
sthen
d3492c2885 update to toot-0.32.1 2022-12-13 11:10:46 +00:00
sthen
b2ab85da72 update to toot-0.31.0 2022-12-08 09:57:08 +00:00
sthen
291b59143b update to toot-0.30.1 2022-12-01 09:41:06 +00:00
sthen
729151eb6a update to toot-0.28.1 2022-11-20 20:17:06 +00:00
sthen
e6dba44ee9 use MODPY_PYBUILD for most of net/ 2022-11-13 19:37:40 +00:00
sthen
716f142842 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:09 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
37d14a5394 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:52 +00:00
kn
010ad4bdc7 Remove myself as maintainer 2021-10-27 12:54:32 +00:00
kn
02e7b96cfe Update to toot 0.28.0
* **BREAKING**: Removed `toot curses`, deprecated since 2019-09-03
* Add `--scheduled-at` option to `toot post`, allows scheduling toots
* Add `--description` option to `toot post`, for adding descriptions to
  media attachments (thanks @ansuz)
* Add `--mentions` option to `toot notifications` to show only mentions
  (thanks @alexwennerberg)
* Add `--content-type` option to `toot post` to allow specifying mime
  type, used on Pleroma (thanks Sandra Snan)
* Allow post IDs to be strings as used on Pleroma (thanks Sandra Snan)
* TUI: Allow posts longer than 500 characters if so configured on the
  server (thanks Sandra Snan)
* Allow piping the password to login_cli for testing purposes (thanks
  @NinjaTrappeur)
* Disable paging timeline when output is piped (thanks @stacyharper)
2021-08-29 14:04:44 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kmos
57a402db98 Eliminate custom do-test target and move to MODPY_PYTEST
ok kn (maintainer)
2020-09-19 20:44:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kn
a9a500d1af Update to toot 0.27.0
* TUI: Fix access to public and tag timelines when on private mastodon
  instances (#168)
* Add `--reverse` option to `toot notifications` (#151)
* Fix `toot timeline` to respect `--instance` option
* TUI: Add opton to pin/save tag timelines (#163, thanks @dlax)
* TUI: Fixed crash on empty timeline (#138, thanks ecs)

"make test" passes
2020-06-17 11:56:29 +00:00
kn
bf98297633 Update to toot 0.26.0
- TUI: Display status links and open them (#154, thanks @dlax)
- TUI: Fix visibility descriptions (#153, thanks @finnoleary)

All tests pass on amd64
2020-04-18 23:06:46 +00:00
kn
f5aa4f12dd Update to toot 0.25.2
* TUI: Fall back to username when display_name is unset
* Show character count when composing
* Fix searching by hashtag which include the '#'
* Upgrade search to v2
2020-01-24 20:58:20 +00:00
kn
44f7b79809 Actually update DESCR, drop useless version specs 2019-09-22 15:34:27 +00:00
kn
e333c18488 Update toot to 0.24.0
- Add toot tui, new and improved TUI implemented written with the help of
  the urwid library
- Deprecate toot curses. It will show a deprecation notice when started.
  To be removed in a future release
- Add --editor option to toot post to allow composing toots in an editor
- Add user agent string to all requests, fixes interaction with instances
  protected by Cloudflare

Initial diff, DESCR update, prodding and tests from
< clematis at insiberia dot net>, thanks!
2019-09-22 15:25:15 +00:00
kn
ce7fbda113 Update to toot-0.22
- Add toot notifications to show notifications (thanks @dlax)
- Add posting and replying to curses interface (thanks @Skehmatics)
- Add --language option to toot post
- Enable attaching upto 4 files via --media option on toot post
2019-08-17 17:35:24 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
kn
472ec1fd86 Update to toot-0.21.0
Makefile is installed during fake, so @comment it.  See
https://github.com/ihabunek/toot/issues/91 for the upstream issue.
2019-03-21 19:09:31 +00:00
kn
06163a2dfa Update toot-0.20
Makefile missing from release tarball, hence the now hand-rolled tests.

From trondd < trondd at kagu-tsuchi dot com > who also tested the new
proxy feature, thanks!
2019-02-09 22:48:59 +00:00
kn
39dee3b6bb set HOMEPAGE 2018-12-02 01:07:45 +00:00
gonzalo
62fe827179 Update for too to 0.19.0:
https://github.com/ihabunek/toot/releases

OK kn@
2018-07-09 13:38:26 +00:00
kn
f9a58d66a1 Update to toot-0.18.0, use stable release assets
OK sthen
2018-06-12 13:12:33 +00:00
danj
821ca88882 Update to toot-0.17.1
From Klemens Nanni (maintainer)
2018-01-18 03:55:48 +00:00
danj
742317bd17 Import toot-0.15.1, tweaks and ok jca@ and ok abierber@
From Klemens Nanni, thanks!

toot lets you read, post and manage accounts on Mastadon social networks. It
supports logging in through both your webbrowser and the console with optional
two factor authentication. Toots can be pasted directly via standard input.
2017-12-17 21:03:54 +00:00