1
0

8 Commits

Author SHA256 Message Date
03c0e0bfbc Accepting request 1327703 from devel:languages:python:google
- 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 (forwarded request 1327680 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1327703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-vpc-access?expand=0&rev=9
2026-01-17 13:54:57 +00:00
6aca091253 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-vpc-access?expand=0&rev=17
2026-01-16 14:59:32 +00:00
37fbbb42e2 Accepting request 1312375 from devel:languages:python:google
- Update to 1.13.2
  * Update import statement example in README (forwarded request 1312339 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-vpc-access?expand=0&rev=8
2025-10-21 09:15:54 +00:00
c07726e68a - Update to 1.13.2
* Update import statement example in README

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-vpc-access?expand=0&rev=15
2025-10-20 11:03:55 +00:00
37201f7633 Accepting request 1301154 from devel:languages:python:google
- Add missing BuildRequires on pytest-asyncio.

OBS-URL: https://build.opensuse.org/request/show/1301154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-vpc-access?expand=0&rev=7
2025-08-25 18:38:34 +00:00
c87508451f - Add missing BuildRequires on pytest-asyncio.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-vpc-access?expand=0&rev=13
2025-08-25 02:36:36 +00:00
412bc60436 Accepting request 1273067 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1273067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-vpc-access?expand=0&rev=6
2025-04-28 14:17:34 +00:00
85e62728f0 - Update to 1.13.1
* [Many APIs] Allow Protobuf 6.x
  * Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.13.0
  * Add REST Interceptors which support reading metadata
  * Add support for reading selective GAPIC generation methods from service YAML
- from version 1.12.0
  * Add support for opt-in debug logging
  * Fix typing issue with gRPC metadata when key ends in -bin
- from version 1.11.1
  * Disable universe-domain validation (#13247)
- from version 1.11.0
  * Add support for Python 3.13 (#13210)
- from version 1.10.5
  * Retry and timeout values do not propagate in requests during pagination
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-vpc-access?expand=0&rev=11
2025-04-28 10:18:40 +00:00
4 changed files with 60 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
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>
- Update to 1.13.1
* [Many APIs] Allow Protobuf 6.x
* Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.13.0
* Add REST Interceptors which support reading metadata
* Add support for reading selective GAPIC generation methods from service YAML
- from version 1.12.0
* Add support for opt-in debug logging
* Fix typing issue with gRPC metadata when key ends in -bin
- from version 1.11.1
* Disable universe-domain validation (#13247)
- from version 1.11.0
* Add support for Python 3.13 (#13210)
- from version 1.10.5
* Retry and timeout values do not propagate in requests during pagination
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Wed Jul 24 12:15:00 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-vpc-access
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-vpc-access
Version: 1.10.4
Version: 1.15.0
Release: 0
Summary: Google Cloud Vpc Access API client library
License: Apache-2.0
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 setuptools}
BuildRequires: %{python_module wheel}
@@ -31,14 +33,20 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
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 protobuf >= 3.20.2}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
# /SECTION
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-auth
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5
Requires: python-protobuf >= 3.20.2
BuildArch: noarch
%python_subpackages
@@ -46,7 +54,7 @@ BuildArch: noarch
Google Cloud Vpc Access API client library
%prep
%autosetup -p1 -n google-cloud-vpc-access-%{version}
%autosetup -p1 -n google_cloud_vpc_access-%{version}
%build
%pyproject_wheel