diff --git a/googleapis-common-protos-1.61.0.tar.gz b/googleapis-common-protos-1.61.0.tar.gz deleted file mode 100644 index 66d45e4..0000000 --- a/googleapis-common-protos-1.61.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a64866a97f6304a7179873a465d6eee97b7a24ec6cfd78e0f575e96b821240b -size 121129 diff --git a/googleapis-common-protos-1.62.0.tar.gz b/googleapis-common-protos-1.62.0.tar.gz new file mode 100644 index 0000000..c7420c8 --- /dev/null +++ b/googleapis-common-protos-1.62.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277 +size 121172 diff --git a/python-googleapis-common-protos.changes b/python-googleapis-common-protos.changes index dbd46ab..be1e225 100644 --- a/python-googleapis-common-protos.changes +++ b/python-googleapis-common-protos.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 16 20:52:40 UTC 2023 - Dirk Müller + +- update to 1.62.0: + * Add `auto_populated_fields` field of `MethodSettings` in + `google/api/client_pb2` (#194) + * Add support for Python 3.12 (#192) + * Migrate to native namespace packages (#187) + ------------------------------------------------------------------- Wed Dec 6 13:32:51 UTC 2023 - John Paul Adrian Glaubitz @@ -119,7 +128,7 @@ Mon Apr 25 09:17:13 UTC 2022 - Matej Cepl Wed Sep 23 13:16:52 UTC 2020 - Dirk Mueller - update to 1.52.0 - * create api-common-protos repo for python common protos + * create api-common-protos repo for python common protos ------------------------------------------------------------------- Wed Apr 8 12:14:23 UTC 2020 - Marketa Calabkova diff --git a/python-googleapis-common-protos.spec b/python-googleapis-common-protos.spec index 3a381a3..6d24f88 100644 --- a/python-googleapis-common-protos.spec +++ b/python-googleapis-common-protos.spec @@ -20,7 +20,7 @@ %define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , '_');print(pname)} %{?sle15_python_module_pythons} Name: python-googleapis-common-protos -Version: 1.61.0 +Version: 1.62.0 Release: 0 Summary: Common protobufs used in Google APIs License: Apache-2.0 @@ -31,7 +31,6 @@ Source1: test_google_api_error_reason.py BuildRequires: %{python_module pip} BuildRequires: %{python_module protobuf >= 3.19.5} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -71,6 +70,5 @@ install -p -D -t tests/unit %{SOURCE1} %{python_sitelib}/google/gapic %{python_sitelib}/google/cloud %{python_sitelib}/%{pkgname}-%{version}*-info -%{python_sitelib}/%{pkgname}-%{version}*-nspkg.pth %changelog