diff --git a/googleapis-common-protos-1.56.0.tar.gz b/googleapis-common-protos-1.56.0.tar.gz deleted file mode 100644 index 6e7d192..0000000 --- a/googleapis-common-protos-1.56.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f -size 132706 diff --git a/googleapis-common-protos-1.56.4.tar.gz b/googleapis-common-protos-1.56.4.tar.gz new file mode 100644 index 0000000..437b78c --- /dev/null +++ b/googleapis-common-protos-1.56.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417 +size 109551 diff --git a/python-googleapis-common-protos.changes b/python-googleapis-common-protos.changes index e4b0ace..21ec3cc 100644 --- a/python-googleapis-common-protos.changes +++ b/python-googleapis-common-protos.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Sep 8 09:25:23 UTC 2022 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-googleapis-common-protos.spec b/python-googleapis-common-protos.spec index 2ba96f8..5f9d89c 100644 --- a/python-googleapis-common-protos.spec +++ b/python-googleapis-common-protos.spec @@ -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