From e5cd3a340190fd854c2e9942077ff22e8dc5ac2ada1864f7bd5959052f3c20ed Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 3 Sep 2024 12:20:59 +0000 Subject: [PATCH] Accepting request 1198451 from home:glaubitz:branches:devel:languages:python - Update to 2.19.2 * Fail gracefully if could not import `rpc_status` module (#680) - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/request/show/1198451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=69 --- google-api-core-2.19.1.tar.gz | 3 --- google_api_core-2.19.2.tar.gz | 3 +++ python-google-api-core.changes | 7 +++++++ python-google-api-core.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 google-api-core-2.19.1.tar.gz create mode 100644 google_api_core-2.19.2.tar.gz diff --git a/google-api-core-2.19.1.tar.gz b/google-api-core-2.19.1.tar.gz deleted file mode 100644 index ddf2c14..0000000 --- a/google-api-core-2.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4695f1e3650b316a795108a76a1c416e6afb036199d1c1f1f110916df479ffd -size 148925 diff --git a/google_api_core-2.19.2.tar.gz b/google_api_core-2.19.2.tar.gz new file mode 100644 index 0000000..9946fa8 --- /dev/null +++ b/google_api_core-2.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca07de7e8aa1c98a8bfca9321890ad2340ef7f2eb136e558cee68f24b94b0a8f +size 149057 diff --git a/python-google-api-core.changes b/python-google-api-core.changes index 5ed3d74..d937f66 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 3 11:00:13 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.19.2 + * Fail gracefully if could not import `rpc_status` module (#680) +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Sat Jun 29 19:31:29 UTC 2024 - Dirk Müller diff --git a/python-google-api-core.spec b/python-google-api-core.spec index a3c5428..e5bd19c 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -26,12 +26,12 @@ %endif %{?sle15_python_module_pythons} Name: python-google-api-core -Version: 2.19.1 +Version: 2.19.2 Release: 0 Summary: Google API client core library License: Apache-2.0 URL: https://github.com/googleapis/python-api-core -Source: https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/google_api_core/google_api_core-%{version}.tar.gz # https://github.com/googleapis/python-api-core/issues/377 Patch0: python-google-api-core-no-mock.patch BuildRequires: %{python_module google-auth >= 2.14.1} @@ -74,7 +74,7 @@ BuildArch: noarch Core Library for Google Client Libraries. %prep -%autosetup -p1 -n google-api-core-%{version} +%autosetup -p1 -n google_api_core-%{version} %build %pyproject_wheel