Changelog for
python3-py-trello-0.10.0-lp150.1.1.noarch.rpm :
* Sun Mar 25 2018 BArendartchukAATTsuse.com- Updated to v0.10.0:
* use requests and requests-oauthlib to simplify code and make it Python 3 compatible
* added property Card.date_last_activity : datetime, and test for fetching card attributes (including the new datetime property)
* Added method to Card object to update card name
* added the rename method on Checklist
* added the delete method on Checklist
* Added support for Organizations
* Add ability to subscribe to a card
* Allow cards to unassign members
* Add remove_label function to card
* Members: Add \"fetch_cards\" and \"fetch_notifications\" methods.
* Add card filter parameter to List.list_cards()
* Add cloning from a source card to add_card()
* Add functionality to retrieve a Label object
* Add URL shorturl property
* Added card_filter argument to Board.get_cards()
* Add ability to specify which organization to create a board on
* Implement delete comments method on card
* Board.fetch_actions allows pagination with since parameter
* Add list position attribute (pos) to list. This attribute is fetched by default when calling Board.get_lists
* Add support for creating public boards
* Add Board.list_lists
* Add \'pos\' parameter to Board.add_list to allow creation of lists with an initial position
* Adding before parameter to Board.fetch_actions to enable pagination
* Adding before parameter to Board.fetch_actions to enable pagination
* Add `Attachments`
* Add `Attachments Preview`
* Add new method `Board.set_name`
* Add new method `Board.set_description()`
* Implement partial search API
* New operations: add and remove member of a board
* move all list from a card to another list
* Add get_list() to TrelloClient
* Add/Remove member to card functions
* introduce Board.get_last_activity()
* Add assignee to list.add_card
* Add `Card.set_due_complete` and `Card.remove_due_complete`
* Add `Card.is_due_complete`
* Added a link to the documentation
* Delete `Card.create_date` is deprecated
* Add attachements to the card if present in the response JSON
* Add a way to know what id assigns Trello to a new attachment
* Thu Jan 30 2014 speilickeAATTsuse.com- Update to version 0.1.4: + Upstream provides no changelog
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Tue Apr 09 2013 speilickeAATTsuse.com- Initial version