forked from pool/python-googleapis-common-protos
Accepting request 1001902 from devel:languages:python
- Update to 1.56.4: * require python 3.7+ (#119) - from version 1.56.3: * **deps:** allow protobuf < 5.0.0 (#112) * fix changelog header to consistent size (#108) - from version 1.56.2: * **deps:** require grpcio >= 1.0.0, <2.0.0dev (4a402ce) * **deps:** require protobuf>= 3.15.0, <4.0.0dev (#105) - from version 1.56.1: * **deps:** require protobuf >=1.15.0 (f04ed64) * include tests directory (#103) * regenerate pb2 files using the latest version of grpcio-tools (f04ed64) - Rename README.md to README.rst in %doc section - Update BuildRequires and Requires from setup.py (forwarded request 1001895 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/1001902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=9
This commit is contained in:
commit
02682661c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f
|
||||
size 132706
|
3
googleapis-common-protos-1.56.4.tar.gz
Normal file
3
googleapis-common-protos-1.56.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417
|
||||
size 109551
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 09:25:23 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.56.4:
|
||||
* require python 3.7+ (#119)
|
||||
- from version 1.56.3:
|
||||
* **deps:** allow protobuf < 5.0.0 (#112)
|
||||
* fix changelog header to consistent size (#108)
|
||||
- from version 1.56.2:
|
||||
* **deps:** require grpcio >= 1.0.0, <2.0.0dev (4a402ce)
|
||||
* **deps:** require protobuf>= 3.15.0, <4.0.0dev (#105)
|
||||
- from version 1.56.1:
|
||||
* **deps:** require protobuf >=1.15.0 (f04ed64)
|
||||
* include tests directory (#103)
|
||||
* regenerate pb2 files using the latest version of grpcio-tools (f04ed64)
|
||||
- Rename README.md to README.rst in %doc section
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 09:17:13 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define modname googleapis-common-protos
|
||||
%define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , '_');print(pname)}
|
||||
Name: python-googleapis-common-protos
|
||||
Version: 1.56.0
|
||||
Version: 1.56.4
|
||||
Release: 0
|
||||
Summary: Common protobufs used in Google APIs
|
||||
License: Apache-2.0
|
||||
@ -29,13 +29,13 @@ 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
|
||||
Source1: test_google_api_error_reason.py
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module protobuf >= 3.6.0}
|
||||
BuildRequires: %{python_module protobuf >= 3.15.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-protobuf >= 3.6.0
|
||||
Requires: python-protobuf >= 3.15.0
|
||||
Recommends: python-grpcio >= 1.0.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@ -61,7 +61,7 @@ install -p -D -t tests/unit %{SOURCE1}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc README.rst
|
||||
%{python_sitelib}/google/type
|
||||
%{python_sitelib}/google/longrunning
|
||||
%{python_sitelib}/google/rpc
|
||||
|
Loading…
Reference in New Issue
Block a user