1
0

8 Commits

Author SHA256 Message Date
61730dcd73 Accepting request 1327654 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-service-directory?expand=0&rev=7
2026-01-17 13:54:48 +00:00
41758b5382 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-service-directory?expand=0&rev=17
2026-01-16 12:54:16 +00:00
22ddebafae Accepting request 1272659 from devel:languages:python:google
- 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 (forwarded request 1272624 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1272659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-service-directory?expand=0&rev=6
2025-04-25 20:19:53 +00:00
4823d47c18 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-service-directory?expand=0&rev=15
2025-04-25 11:29:19 +00:00
a4f233fd5c Accepting request 1181702 from devel:languages:python:google
- update to 1.11.4:
  * add maximum page_size to ListEndpoint API documentation
  * add maximum page_size to ListNamespace API documentation
  * add maximum page_size to ListService API documentation

OBS-URL: https://build.opensuse.org/request/show/1181702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-service-directory?expand=0&rev=5
2024-06-19 14:40:53 +00:00
f49bf04ebc Accepting request 1165952 from devel:languages:python:google
- update to 1.11.3:
  * Exclude google-auth 2.24.0 and 2.25.0
  * [Many APIs] Require google-api-core>=1.34.1
  * fix ValueError in test__validate_universe_domain

OBS-URL: https://build.opensuse.org/request/show/1165952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-service-directory?expand=0&rev=4
2024-04-07 20:13:27 +00:00
a6516aee97 Accepting request 1151463 from devel:languages:python:google
- update to 1.11.1:
  * Add google-auth as a direct dependency

OBS-URL: https://build.opensuse.org/request/show/1151463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-service-directory?expand=0&rev=3
2024-02-26 18:47:46 +00:00
c95a9f8f1d Accepting request 1143979 from devel:languages:python:google
- update to 1.11.0:
  * Allow users to explicitly configure universe domain

OBS-URL: https://build.opensuse.org/request/show/1143979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-service-directory?expand=0&rev=2
2024-02-04 18:09:45 +00:00
4 changed files with 53 additions and 9 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -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