python-github3.py/python-github3.py.changes
Steve Kowalik b7f0af6d2d - Update to 4.0.1:
* github3.repos.comparison.Comparison.commits was renamed to
    original_commits.
  * Add tests for Python 3.11
  * Add function for getting repos for github app
  * Cancel and failed invitation
  * Allow to set GitHub API version
  * Remove support to EOL Python 3.6
  * Missing set permission for collaborators
  * Modernize the build: switch to hatchling
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-github3.py?expand=0&rev=21
2023-06-28 08:31:00 +00:00

49 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Wed Jun 28 08:30:19 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.0.1:
* github3.repos.comparison.Comparison.commits was renamed to
original_commits.
* Add tests for Python 3.11
* Add function for getting repos for github app
* Cancel and failed invitation
* Allow to set GitHub API version
* Remove support to EOL Python 3.6
* Missing set permission for collaborators
* Modernize the build: switch to hatchling
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Fri May 6 11:12:20 UTC 2022 - pgajdos@suse.com
- version update to 3.2.0
https://github3.readthedocs.io/en/latest/release-notes/3.2.0.html
- python-mock is not required for build
-------------------------------------------------------------------
Wed Feb 16 10:50:13 UTC 2022 - pgajdos@suse.com
- update to 3.1.0:
https://github3.readthedocs.io/en/latest/release-notes/3.1.0.html
https://github3.readthedocs.io/en/latest/release-notes/3.0.0.html
https://github3.readthedocs.io/en/latest/release-notes/2.0.0.html
-------------------------------------------------------------------
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