15
0

- 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
This commit is contained in:
2023-06-28 08:31:00 +00:00
committed by Git OBS Bridge
parent bfca417edb
commit b7f0af6d2d
4 changed files with 28 additions and 13 deletions

View File

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