1
0

9 Commits

Author SHA256 Message Date
b011b89d0b Accepting request 1327616 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-domains?expand=0&rev=7
2026-01-17 13:54:41 +00:00
7dcbdc1374 - Update to 1.12.0
* auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-domains?expand=0&rev=17
2026-01-16 09:35:14 +00:00
fd15a562ab Accepting request 1312374 from devel:languages:python:google
- Update to 1.11.0
  * Add support for Python 3.14
  * Deprecate credentials_file argument
- from version 1.10.2
  * Update import statement example in README
- Update BuildRequires and Requires from setup.py (forwarded request 1312338 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-domains?expand=0&rev=6
2025-10-21 09:15:53 +00:00
e24656b27f - Update to 1.11.0
* Add support for Python 3.14
  * Deprecate credentials_file argument
- from version 1.10.2
  * Update import statement example in README
- Update BuildRequires and Requires from setup.py

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

OBS-URL: https://build.opensuse.org/request/show/1301153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-domains?expand=0&rev=5
2025-08-25 18:38:34 +00:00
ddfaf0bd2a - Add missing BuildRequires on pytest-asyncio.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-domains?expand=0&rev=13
2025-08-25 02:36:28 +00:00
2b938bc9a8 Accepting request 1272658 from devel:languages:python:google
- Update to 1.10.1
  * [Many APIs] Allow Protobuf 6.x
  * Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.10.1
  * Add REST Interceptors which support reading metadata
  * Add support for reading selective GAPIC generation methods from service YAML
- from version 1.9.0
  * Add support for opt-in debug logging
  * Fix typing issue with gRPC metadata when key ends in -bin
- from version 1.8.1
  * Disable universe-domain validation (#13242)
- from version 1.8.0
  * Add support for Python 3.13 (#13204)
- from version 1.7.5
  * Retry and timeout values do not propagate in requests during pagination
- from version 1.7.4
  * Allow Protobuf 5.x (#12866)
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1272658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-domains?expand=0&rev=4
2025-04-25 20:19:53 +00:00
59c1ddd9cf - Update to 1.10.1
* [Many APIs] Allow Protobuf 6.x
  * Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.10.1
  * Add REST Interceptors which support reading metadata
  * Add support for reading selective GAPIC generation methods from service YAML
- from version 1.9.0
  * Add support for opt-in debug logging
  * Fix typing issue with gRPC metadata when key ends in -bin
- from version 1.8.1
  * Disable universe-domain validation (#13242)
- from version 1.8.0
  * Add support for Python 3.13 (#13204)
- from version 1.7.5
  * Retry and timeout values do not propagate in requests during pagination
- from version 1.7.4
  * Allow Protobuf 5.x (#12866)
- 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-domains?expand=0&rev=11
2025-04-24 19:52:42 +00:00
20fa00cdf9 Accepting request 1181685 from devel:languages:python:google
- update to 1.7.3:
  * Exclude google-auth 2.24.0 and 2.25.
  * fix ValueError in test__validate_universe_domain
  * deps: [Many APIs] Require google-api-core>=1.34.1

OBS-URL: https://build.opensuse.org/request/show/1181685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-domains?expand=0&rev=3
2024-06-19 14:40:37 +00:00
5 changed files with 62 additions and 13 deletions

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Fri Jan 16 08:14:57 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.12.0
* auto-enable mTLS when supported certificates are detected
* check Python and dependency versions in generated GAPICs
-------------------------------------------------------------------
Mon Oct 20 08:54:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.11.0
* Add support for Python 3.14
* Deprecate credentials_file argument
- from version 1.10.2
* Update import statement example in README
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Mon Aug 25 02:35:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on pytest-asyncio.
-------------------------------------------------------------------
Thu Apr 24 17:14:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.10.1
* [Many APIs] Allow Protobuf 6.x
* Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.10.1
* Add REST Interceptors which support reading metadata
* Add support for reading selective GAPIC generation methods from service YAML
- from version 1.9.0
* Add support for opt-in debug logging
* Fix typing issue with gRPC metadata when key ends in -bin
- from version 1.8.1
* Disable universe-domain validation (#13242)
- from version 1.8.0
* Add support for Python 3.13 (#13204)
- from version 1.7.5
* Retry and timeout values do not propagate in requests during pagination
- from version 1.7.4
* Allow Protobuf 5.x (#12866)
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 19 07:11:47 UTC 2024 - Dirk Müller <dmueller@suse.com> Wed Jun 19 07:11:47 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-google-cloud-domains # spec file for package python-google-cloud-domains
# #
# Copyright (c) 2024 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,26 +18,33 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-google-cloud-domains Name: python-google-cloud-domains
Version: 1.7.3 Version: 1.12.0
Release: 0 Release: 0
Summary: Google Cloud Domains API client library Summary: Google Cloud Domains API client library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-domains URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-domains
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-domains/google-cloud-domains-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/g/google_cloud_domains/google_cloud_domains-%{version}.tar.gz
BuildRequires: %{python_module grpcio}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.0} BuildRequires: %{python_module google-api-core >= 1.34.0}
BuildRequires: %{python_module proto-plus >= 1.22.3} 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 # /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.0 Requires: python-google-api-core >= 1.34.0
Requires: python-google-auth >= 2.14.1 Requires: python-google-auth >= 2.14.1
Requires: python-proto-plus >= 1.22.3 Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5 Requires: python-protobuf >= 3.20.2
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -45,7 +52,7 @@ BuildArch: noarch
Google Cloud Domains API client library Google Cloud Domains API client library
%prep %prep
%autosetup -p1 -n google-cloud-domains-%{version} %autosetup -p1 -n google_cloud_domains-%{version}
%build %build
%pyproject_wheel %pyproject_wheel