forked from pool/python-proto-plus
Accepting request 1002308 from home:glaubitz:branches:devel:languages:python
- Update to 1.22.1 * Add no-pretty print option (#336) - from version 1.22.0 * Add support for protobuf v4 (#327) * Fix Timestamp, Duration and FieldMask marshaling in REST transport (a2e7300) * fixes bug in the test. (#332) - from version 1.20.6 * **deps:** allow protobuf < 5.0.0 (#324) * fix changelog header to consistent size (#319) - from version 1.20.5 * **deps:** require google-api-core[grpc] >= 1.31.5 (1d13c41) * **deps:** require protobuf>= 3.15.0, <4.0.0dev (#315) - from version 1.20.4 * default proto package name is the module name, not "" (#309) * lookup attribute instead of performing a deepcopy (#226) - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1002308 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=12
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
%define skip_python2 1
|
||||
%define modname proto-plus
|
||||
Name: python-proto-plus%{psuffix}
|
||||
Version: 1.20.3
|
||||
Version: 1.22.1
|
||||
Release: 0
|
||||
Summary: Pythonic Protocol Buffers
|
||||
License: Apache-2.0
|
||||
@@ -38,19 +38,19 @@ Source0: https://files.pythonhosted.org/packages/source/p/%{modname}/%{mo
|
||||
# workaround for the problem with pytest 7.0
|
||||
Patch0: pytest-staticmethod.patch
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module protobuf >= 3.12.0}
|
||||
BuildRequires: %{python_module protobuf >= 3.19.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module google-api-core >= 1.22.2}
|
||||
BuildRequires: %{python_module google-api-core >= 1.31.5}
|
||||
BuildRequires: %{python_module proto-plus}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-protobuf >= 3.12.0
|
||||
Requires: python-protobuf >= 3.19.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user