Accepting request 1206129 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=36
This commit is contained in:
commit
97eb83e3ae
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:43:06 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- fix requirements
|
||||
* Accepts new protobuf version 5.28 now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 04:03:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -35,7 +35,7 @@ Source: https://files.pythonhosted.org/packages/source/g/google_api_core
|
||||
# PATCH-FIX-UPSTREAM Based on gh#googleapis/python-api-core#713
|
||||
Patch0: python-google-api-core-no-mock.patch
|
||||
# Needed for python_sitelib/google
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.53.0}
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.56.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 40.3.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@ -53,12 +53,12 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-auth >= 2.14.1
|
||||
Requires: python-googleapis-common-protos >= 1.53.0
|
||||
Requires: python-googleapis-common-protos >= 1.56.2
|
||||
Requires: python-grpcio >= 1.49.1
|
||||
Requires: python-grpcio-status >= 1.49.1
|
||||
Requires: python-requests >= 2.18.0
|
||||
Requires: (python-proto-plus >= 1.22.3 with python-proto-plus < 2.0.0dev0)
|
||||
Requires: (python-protobuf >= 3.19.5 with python-protobuf < 5.0.0.dev0)
|
||||
Requires: (python-protobuf >= 3.19.5 with python-protobuf < 6.0.0.dev0)
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user