summaryrefslogtreecommitdiff
path: root/chat/py-mastodon
AgeCommit message (Collapse)AuthorFilesLines
2018-10-01chat/py-mastodon: Update to 1.3.1nia3-7/+26
Changes: Mastodon v2.4.3 compatibility: Keyword filter support: filters(), filter(), filters_apply(), filter_create(), filter_update(), filter_delete() Follow suggestions support: suggestions(), suggestion_delete() account_follow() now has "reblogs" parameter account_mute() now has "notifications" parameter Support for granular scopes Added status_reply() convenience function First attempt at basic Pleroma compatibility (Thanks deeunderscore) Several small fixes
2018-08-21py-mastodon: Update to version 1.3.0.nia3-89/+10
Changes: Several small bug fixes (Thanks goldensuneur, bowlercaptain, joyeusenoelle) Improved stream error handling (Thanks codl) Improvements to streaming: Added on_abort() handler to streams Added automatic reconnecting POTENTIALLY BREAKING CHANGE: Added better error catching to make sure streaming functions do not just crash Mastodon v2.3 compatibility (sorry for the late release) only_media parameter in timeline functions focus support for media_upload() Added media_update() Mastodon v2.4 compatibility Added fields to account_update_credentials() WebPush support: Added push_subscription(), push_subscription_set(), push_subscription_update(), push_subscription_delete() Added webpush crypto utilities: push_subscription_generate_keys(), push_subscription_decrypt_push() Added support for pinned toots, an oversight from 2.1.0: status_pin(), status_unpin() POTENTIALLY BREAKING CHANGE: Changed pagination attributes to not be part of the dict keys of paginated return values. Many internal improvements, more tests
2018-07-31chat/py-mastodon: Fix typo in patch.nia2-4/+4
2018-07-31chat/py-mastodon: Add a patch to avoid the use of the 'async' keyword,nia3-5/+83
allowing it to be used with Python 3.7.
2018-07-31chat/py-mastodon: Version in pkgsrc is incompatible with python37nia1-1/+4
due to a collision with the async keyword.
2018-07-25chat/py-mastodon: add more dependenciesnia1-1/+8
2018-07-25chat/py-mastodon: remove cryptography DEPENDS, pointed out by adamnia1-2/+1
2018-07-25chat/py-Mastodon.py: Move to chat/py-mastodon following feedback on irc.nia4-0/+49