Compare commits
6 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| b011b89d0b | |||
| 7dcbdc1374 | |||
| fd15a562ab | |||
| e24656b27f | |||
| 55aa002058 | |||
| ddfaf0bd2a |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a67f76c65d2077c8de870ee0a24b6fd26bb3d217904a2efbe56a759bffca1f9b
|
|
||||||
size 194650
|
|
||||||
3
google_cloud_domains-1.12.0.tar.gz
Normal file
3
google_cloud_domains-1.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24c26781b8a89128e570552e09bde792d29b4d0d2f7023c5617dfe2e3b632d95
|
||||||
|
size 200985
|
||||||
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Apr 24 17:14:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-domains
|
# spec file for package python-google-cloud-domains
|
||||||
#
|
#
|
||||||
# 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,22 +18,29 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-domains
|
Name: python-google-cloud-domains
|
||||||
Version: 1.10.1
|
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.20.2}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user