forked from pool/python-ogr
* OGR now supports PyGithub >= 1.58.
* OGR now understands a few community-hosted GitLab instances that could
not be determined automatically from the hostname.
* Fixes an issue with project->service mapping where the service with an
url not containing the service type wasn't matched.
* A bug in ogr resulting in returning only first page of pull requests
for Pagure has been fixed.
* ogr now raises `GitForgeInternalError` rather than `PagureAPIException`
when getting 50x response from the Pagure API.
* `CommitComment.comment` has been deprecated in favour of
`CommitComment.body` to make the naming consistent across objects.
* ogr now requires Python 3.9 or later.
* Using the method `users_with_write_access` you can generate the set of
users that have write access to the project and the method
`has_write_access(user)` you can find out if the user has write access
to the project.
* We have implemented the closed_by property for the Pagure pull request
for getting the login of the account that closed the pull request.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Drop BuildRequires on setuptools_scm_git_archive.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ogr?expand=0&rev=11
74 lines
3.3 KiB
Plaintext
74 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 19 02:12:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.45.0:
|
|
* OGR now supports PyGithub >= 1.58.
|
|
* OGR now understands a few community-hosted GitLab instances that could
|
|
not be determined automatically from the hostname.
|
|
* Fixes an issue with project->service mapping where the service with an
|
|
url not containing the service type wasn't matched.
|
|
* A bug in ogr resulting in returning only first page of pull requests
|
|
for Pagure has been fixed.
|
|
* ogr now raises `GitForgeInternalError` rather than `PagureAPIException`
|
|
when getting 50x response from the Pagure API.
|
|
* `CommitComment.comment` has been deprecated in favour of
|
|
`CommitComment.body` to make the naming consistent across objects.
|
|
* ogr now requires Python 3.9 or later.
|
|
* Using the method `users_with_write_access` you can generate the set of
|
|
users that have write access to the project and the method
|
|
`has_write_access(user)` you can find out if the user has write access
|
|
to the project.
|
|
* We have implemented the closed_by property for the Pagure pull request
|
|
for getting the login of the account that closed the pull request.
|
|
- Switch to pyproject macros.
|
|
- Stop using greedy globs in %files.
|
|
- Drop BuildRequires on setuptools_scm_git_archive.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 27 11:25:57 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 0.45.0
|
|
* OGR now supports PyGithub >= 1.58.
|
|
* OGR now understands a few community-hosted GitLab instances
|
|
that could not be determined automatically from the hostname.
|
|
* Fixes an issue with project->service mapping where the service
|
|
with an url not containing the service type wasn't matched.
|
|
* A bug in ogr resulting in returning only first page of pull
|
|
requests for Pagure has been fixed.
|
|
* ogr now raises GitForgeInternalError rather than PagureAPIException
|
|
when getting 50x response from the Pagure API.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 2 21:18:38 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 0.41.0
|
|
* CommitComment.comment has been deprecated in favour of CommitComment.body to make the naming consistent across objects. (#748)
|
|
* ogr now requires Python 3.9 or later. (#746)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 04:02:57 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.40.0:
|
|
* Implement the closed_by property for the Pagure pull request for
|
|
getting the login of the account that closed the pull request. (#718)
|
|
* Add users_with_write_access so you can generate the set of users that
|
|
have write access to the project and the method has_write_access(user),
|
|
to query if a user has access.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 4 09:50:06 UTC 2022 - Daniel García Moreno <dani@danigm.net>
|
|
|
|
- Update to v0.38.1
|
|
- Remove skip tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 18 08:33:16 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Update to v0.18.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 20 09:14:55 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.9.0
|