15
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-03-14 16:20:12 +00:00
committed by Git OBS Bridge
parent 46026a6540
commit 9b70d0e45b
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>