14
0
forked from pool/python-ogr

Accepting request 1095592 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1095592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ogr?expand=0&rev=9
This commit is contained in:
2023-06-28 08:56:52 +00:00
committed by Git OBS Bridge
parent 761a70125f
commit d10c45a88a
4 changed files with 19 additions and 5 deletions

View File

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