1
0

- update to 1.10.3:

* deps: [Many APIs] Require google-api-core > =1.34.1
  * fix ValueError in test__validate_universe_domain
  * Add google-auth as a direct dependency
  * Add staticmethod decorator to _get_client_cert_source and
    _get_api_endpoint (e16032f)
  * Resolve AttributeError 'Credentials' object has no attribute
    'universe_domain'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-vpc-access?expand=0&rev=7
This commit is contained in:
Dirk Mueller 2024-05-10 13:52:34 +00:00 committed by Git OBS Bridge
parent 7f9f434d99
commit 3923da96fc
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:2dafcc2ef8ab548d1d534280276a478de5bbb44911900778a5df8dae65e70769
size 54406

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 10 13:49:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.10.3:
* deps: [Many APIs] Require google-api-core > =1.34.1
* fix ValueError in test__validate_universe_domain
* Add google-auth as a direct dependency
* Add staticmethod decorator to _get_client_cert_source and
_get_api_endpoint (e16032f)
* Resolve AttributeError 'Credentials' object has no attribute
'universe_domain'
-------------------------------------------------------------------
Sun Feb 4 10:04:52 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-vpc-access
Version: 1.10.0
Version: 1.10.3
Release: 0
Summary: Google Cloud Vpc Access API client library
License: Apache-2.0
@ -29,13 +29,14 @@ 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 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-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5
BuildArch: noarch