From 7d621a7261f41482dd777809c90598bdffe65195d839f4c6dd032bf0d83e77ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 24 Oct 2023 08:02:25 +0000 Subject: [PATCH] Accepting request 1119658 from home:ecsos:python - Use correct dependencies version for protobuf. See in setup.py: "protobuf>=3.19.5,<5.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", OBS-URL: https://build.opensuse.org/request/show/1119658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=54 --- python-google-api-core.changes | 5 +++++ python-google-api-core.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-google-api-core.changes b/python-google-api-core.changes index 71d903d..bae0fb6 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 23 13:12:08 UTC 2023 - ecsos + +- Use correct dependencies version for protobuf. + ------------------------------------------------------------------- Thu Oct 12 10:27:14 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-google-api-core.spec b/python-google-api-core.spec index d8c6d8b..9ab68c5 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -41,7 +41,7 @@ BuildRequires: %{python_module grpcio >= 1.33.2} BuildRequires: %{python_module grpcio-gcp >= 0.2.2} BuildRequires: %{python_module grpcio-status >= 1.33.2} BuildRequires: %{python_module pip} -BuildRequires: %{python_module protobuf >= 3.20.1} +BuildRequires: %{python_module protobuf >= 3.19.5 with %python-protobuf < 5.0.0.dev0} BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests >= 2.18.0} BuildRequires: %{python_module setuptools >= 40.3.0} @@ -60,10 +60,10 @@ Requires: python-google-auth >= 2.14.1 Requires: python-googleapis-common-protos >= 1.53.0 Requires: python-grpcio >= 1.33.2 Requires: python-grpcio-status >= 1.33.2 -Requires: python-protobuf >= 3.20.1 Requires: python-pytz Requires: python-requests >= 2.18.0 Requires: python-setuptools >= 40.3.0 +Requires: (python-protobuf >= 3.19.5 with python-protobuf < 5.0.0.dev0) Suggests: python-grpcio-gcp >= 0.2.2 BuildArch: noarch %python_subpackages