17
0

Accepting request 1169412 from devel:languages:python:google

- update to 1.11.3:
  * Add google-auth as a direct dependency (780c5f1)
  * Add staticmethod decorator to _get_client_cert_source and
    _get_api_endpoint
  * Resolve AttributeError 'Credentials' object has no attribute
    'universe_domain'
  * Require google-api-core>=1.34.1
  * fix ValueError in test__validate_universe_domain

OBS-URL: https://build.opensuse.org/request/show/1169412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-artifact-registry?expand=0&rev=4
This commit is contained in:
2024-04-21 18:28:20 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d1f34deb84859642ade7ea6faf918d5872d3dca59a1bccb2e7d366add8ad45b
size 221750

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2c49e15bb591d65dea22c82da55148c5134f71919baef8eb4d35be1d1cb20cd
size 221604

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Apr 20 20:43:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.11.3:
* Add google-auth as a direct dependency (780c5f1)
* Add staticmethod decorator to _get_client_cert_source and
_get_api_endpoint
* Resolve AttributeError 'Credentials' object has no attribute
'universe_domain'
* Require google-api-core>=1.34.1
* fix ValueError in test__validate_universe_domain
-------------------------------------------------------------------
Sun Feb 4 10:06:27 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-artifact-registry
Version: 1.11.0
Version: 1.11.3
Release: 0
Summary: Google Cloud Artifact Registry API client library
License: Apache-2.0
@@ -29,14 +29,15 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.0}
BuildRequires: %{python_module google-api-core >= 1.34.1}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
BuildRequires: %{python_module proto-plus >= 1.22.3}
BuildRequires: %{python_module protobuf >= 3.19.5}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
Requires: python-google-api-core >= 1.34.0
Requires: python-google-api-core >= 1.34.1
Requires: python-google-auth
Requires: python-grpc-google-iam-v1 >= 0.12.4
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5