Compare commits
6 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 03c0e0bfbc | |||
| 6aca091253 | |||
| 37fbbb42e2 | |||
| c07726e68a | |||
| 37201f7633 | |||
| c87508451f |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b604af689bd7844b7a8ac0ba0bec3400fab650b51890a76f6bdbdbeb26783183
|
|
||||||
size 65887
|
|
||||||
3
google_cloud_vpc_access-1.15.0.tar.gz
Normal file
3
google_cloud_vpc_access-1.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90efe23559916ccce8344ad75676aba640135d8f8fc0988b552a0aa4bba2e14b
|
||||||
|
size 68871
|
||||||
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 16 13:41:04 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.15.0
|
||||||
|
* auto-enable mTLS when supported certificates are detected
|
||||||
|
* check Python and dependency versions in generated GAPICs
|
||||||
|
- from version 1.14.0
|
||||||
|
* Add support for Python 3.14
|
||||||
|
* Deprecate credentials_file argument
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 09:03:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.13.2
|
||||||
|
* Update import statement example in README
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 25 02:35:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add missing BuildRequires on pytest-asyncio.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 26 10:25:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Sat Apr 26 10:25:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-vpc-access
|
# spec file for package python-google-cloud-vpc-access
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,14 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-vpc-access
|
Name: python-google-cloud-vpc-access
|
||||||
Version: 1.13.1
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud Vpc Access API client library
|
Summary: Google Cloud Vpc Access API client library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-vpc-access
|
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-vpc-access
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_vpc_access/google_cloud_vpc_access-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_vpc_access/google_cloud_vpc_access-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module grpcio >= 1.33.2 if %python-base < 3.14}
|
||||||
|
BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -32,9 +34,15 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
||||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||||
BuildRequires: %{python_module protobuf >= 3.20.2}
|
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
%if %python_version_nodots < 314
|
||||||
|
Requires: python-grpcio >= 1.33.2
|
||||||
|
%else
|
||||||
|
Requires: python-grpcio >= 1.75.1
|
||||||
|
%endif
|
||||||
Requires: python-google-api-core >= 1.34.1
|
Requires: python-google-api-core >= 1.34.1
|
||||||
Requires: python-google-auth
|
Requires: python-google-auth
|
||||||
Requires: python-proto-plus >= 1.22.3
|
Requires: python-proto-plus >= 1.22.3
|
||||||
|
|||||||
Reference in New Issue
Block a user