From 0d0002f0321d301c8633b32a195e28c95918732623c49bd0f1f820da0f9cf713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:30:53 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-googleapis-common-protos revision 1fff042e71099b285dc136bb5ea1e004 --- googleapis-common-protos-1.62.0.tar.gz | 3 -- googleapis_common_protos-1.65.0.tar.gz | 3 ++ python-googleapis-common-protos.changes | 50 +++++++++++++++++++++++++ python-googleapis-common-protos.spec | 19 +++++----- 4 files changed, 63 insertions(+), 12 deletions(-) delete mode 100644 googleapis-common-protos-1.62.0.tar.gz create mode 100644 googleapis_common_protos-1.65.0.tar.gz diff --git a/googleapis-common-protos-1.62.0.tar.gz b/googleapis-common-protos-1.62.0.tar.gz deleted file mode 100644 index c7420c8..0000000 --- a/googleapis-common-protos-1.62.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277 -size 121172 diff --git a/googleapis_common_protos-1.65.0.tar.gz b/googleapis_common_protos-1.65.0.tar.gz new file mode 100644 index 0000000..2853037 --- /dev/null +++ b/googleapis_common_protos-1.65.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334a29d07cddc3aa01dee4988f9afd9b2916ee2ff49d6b757155dc0d197852c0 +size 113657 diff --git a/python-googleapis-common-protos.changes b/python-googleapis-common-protos.changes index be1e225..1300081 100644 --- a/python-googleapis-common-protos.changes +++ b/python-googleapis-common-protos.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Tue Sep 3 13:21:42 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.65.0 + * Add field `experimental_features` to message `PythonSettings` (#249) +- from version 1.64.0 + * Add FieldInfo.referenced_types for generics (2ba3577) + * Un-deprecate Endpoint.aliases field (2ba3577) + * Fix formatting in http.proto comments (2ba3577) + * Improve MethodSettings selector examples (2ba3577) + * Reformat comments in context proto (2ba3577) + * Update ResourceDescriptor.plural docs with AIP-122 + nested collections guidance (2ba3577) +- Adjust upstream source name in spec file +- Remove unnecessary %{modname} and %{pkgname} variables + +------------------------------------------------------------------- +Thu Jul 4 09:00:28 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.63.2 + * **deps:** Require protobuf >= 3.20.2 (c77c0dc) + * Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc) + +------------------------------------------------------------------- +Mon Jun 24 12:01:02 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.63.1 + * Increase upper limit for protobuf 5.X versions (#212) + +------------------------------------------------------------------- +Sun Apr 7 09:12:09 UTC 2024 - Dirk Müller + +- update to 1.63.0: + * Add `api_version` field to `ServiceOptions` in + `google/api/client.proto` + * Add `LOCATION_POLICY_VIOLATED` enum to `ErrorReason` in + `google/api/error_reason.proto` + * Add `rest_reference_documentation_uri` field to + `ServiceOptions` in `google/api/client.proto` + +------------------------------------------------------------------- +Tue Mar 5 20:29:09 UTC 2024 - Robert Schweikert + +- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later + +------------------------------------------------------------------- +Mon Feb 26 18:48:07 UTC 2024 - Robert Schweikert + +- Version update in SLE 15 SP4 and later (jsc#PED-6697) + ------------------------------------------------------------------- Sat Dec 16 20:52:40 UTC 2023 - Dirk Müller diff --git a/python-googleapis-common-protos.spec b/python-googleapis-common-protos.spec index 6d24f88..45487ee 100644 --- a/python-googleapis-common-protos.spec +++ b/python-googleapis-common-protos.spec @@ -1,7 +1,7 @@ # # spec file for package python-googleapis-common-protos # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,27 +16,28 @@ # -%define modname googleapis-common-protos -%define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , '_');print(pname)} %{?sle15_python_module_pythons} Name: python-googleapis-common-protos -Version: 1.62.0 +Version: 1.65.0 Release: 0 Summary: Common protobufs used in Google APIs License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/googleapis/python-api-common-protos -Source: https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/googleapis_common_protos/googleapis_common_protos-%{version}.tar.gz Source1: test_google_api_error_reason.py BuildRequires: %{python_module pip} -BuildRequires: %{python_module protobuf >= 3.19.5} +BuildRequires: %{python_module protobuf >= 3.20.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-protobuf >= 3.19.5 +Requires: python-protobuf >= 3.20.2 Recommends: python-grpcio >= 1.0.0 BuildArch: noarch +%if 0%{?sle_version} >= 150400 +Obsoletes: python3-googleapis-common-protos < %{version} +%endif %python_subpackages %description @@ -44,7 +45,7 @@ googleapis-common-protos contains the python classes generated from the common protos in the googleapis_ repository. %prep -%autosetup -p1 -n %{modname}-%{version} +%autosetup -p1 -n googleapis_common_protos-%{version} install -p -D -t tests/unit %{SOURCE1} @@ -69,6 +70,6 @@ install -p -D -t tests/unit %{SOURCE1} %{python_sitelib}/google/api %{python_sitelib}/google/gapic %{python_sitelib}/google/cloud -%{python_sitelib}/%{pkgname}-%{version}*-info +%{python_sitelib}/googleapis_common_protos-%{version}*-info %changelog