Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-api-core for openSUSE:Factory checked in at 2024-09-04 13:23:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old) and /work/SRC/openSUSE:Factory/.python-google-api-core.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-core" Wed Sep 4 13:23:21 2024 rev:34 rq:1198474 version:2.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes 2024-07-01 11:20:54.280228422 +0200 +++ /work/SRC/openSUSE:Factory/.python-google-api-core.new.10096/python-google-api-core.changes 2024-09-04 13:23:38.823313686 +0200 @@ -1,0 +2,7 @@ +Tue Sep 3 11:00:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 2.19.2 + * Fail gracefully if could not import `rpc_status` module (#680) +- Adjust upstream source name in spec file + +------------------------------------------------------------------- Old: ---- google-api-core-2.19.1.tar.gz New: ---- google_api_core-2.19.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-api-core.spec ++++++ --- /var/tmp/diff_new_pack.mZ0p0Q/_old 2024-09-04 13:23:39.507342308 +0200 +++ /var/tmp/diff_new_pack.mZ0p0Q/_new 2024-09-04 13:23:39.507342308 +0200 @@ -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 @@ Core Library for Google Client Libraries. %prep -%autosetup -p1 -n google-api-core-%{version} +%autosetup -p1 -n google_api_core-%{version} %build %pyproject_wheel