python-github3.py/python-github3.py.changes
Tomáš Chvátal 9b70d0e45b - Update to 1.3.0:
* Add partial support for the Checks API:
  * Add unignore method to unignore notifications from repository for the user, to Repository and ShortRepository classes.
  * Add unsubscribe method to unsubscribe the user to repository's notifications, to Repository and ShortRepository classes.
  * Add support for webhooks in an organization

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-github3.py?expand=0&rev=16
2019-03-14 16:20:12 +00:00

19 lines
823 B
Plaintext

-------------------------------------------------------------------
Thu Mar 14 16:15:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.3.0:
* Add partial support for the Checks API:
* Add unignore method to unignore notifications from repository for the user, to Repository and ShortRepository classes.
* Add unsubscribe method to unsubscribe the user to repository's notifications, to Repository and ShortRepository classes.
* Add support for webhooks in an organization
-------------------------------------------------------------------
Tue Dec 4 12:48:27 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Mar 5 20:42:44 UTC 2018 - toddrme2178@gmail.com
- Initial version