forked from pool/python-google-cloud-service-directory
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 61730dcd73 | |||
| 41758b5382 | |||
| 22ddebafae | |||
| 4823d47c18 | |||
| a4f233fd5c | |||
| f49bf04ebc | |||
| a6516aee97 | |||
| c95a9f8f1d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c449795dc942c6bdc528493a96f4b23015c47bd8a830319cc414744041965ae4
|
||||
size 233222
|
||||
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,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 1.14.2
|
||||
* [Many APIs] Allow Protobuf 6.x
|
||||
* Remove setup.cfg configuration for creating universal wheels (#13659)
|
||||
- from version 1.14.1
|
||||
* **deps:** Require grpc-google-iam-v1 >= 0.14.0
|
||||
- from version 1.14.0
|
||||
* Add REST Interceptors which support reading metadata
|
||||
* Add support for reading selective GAPIC generation methods from service YAML
|
||||
- from version 1.13.0
|
||||
* Add support for opt-in debug logging
|
||||
* Fix typing issue with gRPC metadata when key ends in -bin
|
||||
- from version 1.12.1
|
||||
* Disable universe-domain validation (#13245)
|
||||
- from version 1.12.0
|
||||
* Add support for Python 3.13 (#13209)
|
||||
- from version 1.11.6
|
||||
* Retry and timeout values do not propagate in requests during pagination
|
||||
- from version 1.11.5
|
||||
* Allow Protobuf 5.x (#12869)
|
||||
- Adjust upstream source name in spec file
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 08:52:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-service-directory
|
||||
#
|
||||
# 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,29 +18,37 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-service-directory
|
||||
Version: 1.11.4
|
||||
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
|
||||
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
|
||||
Requires: python-proto-plus >= 1.22.3
|
||||
Requires: python-protobuf >= 3.19.5
|
||||
Requires: python-protobuf >= 3.20.2
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||
BuildRequires: %{python_module protobuf >= 3.19.5}
|
||||
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@@ -48,7 +56,7 @@ BuildRequires: %{python_module protobuf >= 3.19.5}
|
||||
Google Cloud Service Directory API client library
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n google-cloud-service-directory-%{version}
|
||||
%autosetup -p1 -n google_cloud_service_directory-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user