Compare commits
2 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 61730dcd73 | |||
| 41758b5382 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6bbe3c469e3c0503c22729b176aa8520daf5ed465615675ac3be02e2084aee4
|
||||
size 261912
|
||||
3
google_cloud_service_directory-1.16.0.tar.gz
Normal file
3
google_cloud_service_directory-1.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07ec36ece3ea72bab2ed99f30ca415adb8d6ddfd0cfd2dd162f2fb1bb8d21eda
|
||||
size 270693
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:39:50 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.16.0
|
||||
* auto-enable mTLS when supported certificates are detected
|
||||
* check Python and dependency versions in generated GAPICs
|
||||
- from version 1.15.0
|
||||
* Add support for Python 3.14
|
||||
* Deprecate credentials_file argument
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 09:09:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-service-directory
|
||||
#
|
||||
# Copyright (c) 2025 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,18 +18,26 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-service-directory
|
||||
Version: 1.14.2
|
||||
Version: 1.16.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Service Directory API client library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-service-directory
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_service_directory/google_cloud_service_directory-%{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 pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%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-auth >= 2.14.1
|
||||
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
||||
|
||||
Reference in New Issue
Block a user