1
0

Accepting request 1119891 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1119891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=27
This commit is contained in:
Ana Guerrero 2023-10-24 18:08:44 +00:00 committed by Git OBS Bridge
commit d44e594207
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 23 13:12:08 UTC 2023 - ecsos <ecsos@opensuse.org>
- Use correct dependencies version for protobuf.
-------------------------------------------------------------------
Thu Oct 12 10:27:14 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

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