From d10c45a88aef0d0f622b06483751e8e47ef58c8c1ca927a91e36038c48f7865d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 Jun 2023 08:56:52 +0000 Subject: [PATCH] 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 --- ogr-0.41.0.tar.gz | 3 --- ogr-0.45.0.tar.gz | 3 +++ python-ogr.changes | 14 ++++++++++++++ python-ogr.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 ogr-0.41.0.tar.gz create mode 100644 ogr-0.45.0.tar.gz diff --git a/ogr-0.41.0.tar.gz b/ogr-0.41.0.tar.gz deleted file mode 100644 index 197f9da..0000000 --- a/ogr-0.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b963e9f14d91b0ac737af595bfe2ed939a20e579b81205a1877e75baedbb5cd7 -size 3885829 diff --git a/ogr-0.45.0.tar.gz b/ogr-0.45.0.tar.gz new file mode 100644 index 0000000..fa2bc97 --- /dev/null +++ b/ogr-0.45.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea49f664a9b9197f9af7404f105dea53f33ab8395d595e4c0a42de6fbcc076e +size 3888187 diff --git a/python-ogr.changes b/python-ogr.changes index be4c238..d3afa6f 100644 --- a/python-ogr.changes +++ b/python-ogr.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jun 27 11:25:57 UTC 2023 - Markéta Machová + +- 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 diff --git a/python-ogr.spec b/python-ogr.spec index 3bb3325..60f4276 100644 --- a/python-ogr.spec +++ b/python-ogr.spec @@ -1,7 +1,7 @@ # # spec file for package python-ogr # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ogr -Version: 0.41.0 +Version: 0.45.0 Release: 0 Summary: One API for multiple git forges License: MIT