Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-google-cloud-spanner for 
openSUSE:Factory checked in at 2026-08-14 22:07:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-spanner (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-cloud-spanner.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-cloud-spanner"

Fri Aug 14 22:07:23 2026 rev:12 rq:1371217 version:3.69.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-cloud-spanner/python-google-cloud-spanner.changes
  2026-07-15 17:01:26.830793640 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-spanner.new.1258/python-google-cloud-spanner.changes
        2026-08-14 22:07:46.797750186 +0200
@@ -1,0 +2,16 @@
+Fri Aug 14 10:54:18 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Skip test_spanner_api_experimental_host which is currently broken
+
+-------------------------------------------------------------------
+Thu Aug 13 07:45:57 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 3.69.1
+  * bump grpcio to 1.59.0; require Python 3.10+ (#17351)
+  * **metrics:** fix GFE and AFE metrics publishing (#17561)
+  * **spanner:** escape embedded backticks in dbapi escape_name (#17810)
+  * **spanner:** implement dict protocol and nested unwrapping for JsonObject 
(#17915)
+- Update BuildRequires and Requires from setup.py
+- Update upstream URL in URL field
+
+-------------------------------------------------------------------

Old:
----
  google_cloud_spanner-3.69.0.tar.gz

New:
----
  google_cloud_spanner-3.69.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-google-cloud-spanner.spec ++++++
--- /var/tmp/diff_new_pack.RViaFX/_old  2026-08-14 22:07:48.042795517 +0200
+++ /var/tmp/diff_new_pack.RViaFX/_new  2026-08-14 22:07:48.048795736 +0200
@@ -27,11 +27,11 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-cloud-spanner%{psuffix}
-Version:        3.69.0
+Version:        3.69.1
 Release:        0
 Summary:        Google Cloud Spanner API client library
 License:        Apache-2.0
-URL:            https://github.com/googleapis/python-spanner
+URL:            
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-spanner
 Source:         
https://files.pythonhosted.org/packages/source/g/google_cloud_spanner/google_cloud_spanner-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -41,6 +41,8 @@
 %if %{with test}
 BuildRequires:  %{python_module google-cloud-monitoring >= 2.16.0}
 BuildRequires:  %{python_module google-cloud-spanner = %{version}}
+BuildRequires:  %{python_module grpcio >= 1.59.0 if %python-base < 3.14}
+BuildRequires:  %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
 BuildRequires:  %{python_module mmh3 >= 4.1.0}
 BuildRequires:  %{python_module opentelemetry-api >= 1.22.0}
 BuildRequires:  %{python_module opentelemetry-resourcedetector-gcp >= 1.8.0a0}
@@ -51,7 +53,12 @@
 %endif
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-google-api-core >= 1.34.0
+%if %python_version_nodots < 314
+Requires:       python-grpcio >= 1.59.0
+%else
+Requires:       python-grpcio >= 1.75.1
+%endif
+Requires:       python-google-api-core >= 2.25.0
 Requires:       python-google-cloud-core >= 1.4.4
 Requires:       python-grpc-google-iam-v1 >= 0.12.4
 Requires:       python-grpc-interceptor >= 0.15.4
@@ -100,7 +107,8 @@
 }
 EOF
 export GOOGLE_CLOUD_PROJECT="PROJECT"
-%pytest -x tests/unit
+# see: https://github.com/googleapis/google-cloud-python/issues/18117
+%pytest -x tests/unit -k "not test_spanner_api_experimental_host"
 %endif
 
 %if %{without test}

++++++ google_cloud_spanner-3.69.0.tar.gz -> google_cloud_spanner-3.69.1.tar.gz 
++++++
++++ 3268 lines of diff (skipped)

Reply via email to