Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-dns for
openSUSE:Factory checked in at 2026-08-09 21:33:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-dns (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-dns.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-dns"
Sun Aug 9 21:33:54 2026 rev:5 rq:1370219 version:0.37.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-dns/python-google-cloud-dns.changes
2026-04-07 16:49:13.909341263 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-dns.new.16738/python-google-cloud-dns.changes
2026-08-09 21:35:41.266893842 +0200
@@ -1,0 +2,6 @@
+Thu Aug 6 14:47:34 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.37.0
+ * Drop support for Python 3.9 (#16954)
+
+-------------------------------------------------------------------
Old:
----
google_cloud_dns-0.36.1.tar.gz
New:
----
google_cloud_dns-0.37.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-dns.spec ++++++
--- /var/tmp/diff_new_pack.Ik80j5/_old 2026-08-09 21:35:41.986918292 +0200
+++ /var/tmp/diff_new_pack.Ik80j5/_new 2026-08-09 21:35:41.986918292 +0200
@@ -19,7 +19,7 @@
%define upstream_name google_cloud_dns
%{?sle15_python_module_pythons}
Name: python-google-cloud-dns
-Version: 0.36.1
+Version: 0.37.0
Release: 0
Summary: Google Cloud DNS API access
License: Apache-2.0
++++++ google_cloud_dns-0.36.1.tar.gz -> google_cloud_dns-0.37.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/PKG-INFO
new/google_cloud_dns-0.37.0/PKG-INFO
--- old/google_cloud_dns-0.36.1/PKG-INFO 2026-03-31 00:31:17.685926400
+0200
+++ new/google_cloud_dns-0.37.0/PKG-INFO 2026-05-07 09:13:11.062843600
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: google-cloud-dns
-Version: 0.36.1
+Version: 0.37.0
Summary: Google Cloud DNS API client library
Home-page:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dns
Author: Google LLC
@@ -12,7 +12,6 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
@@ -20,7 +19,7 @@
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
-Requires-Python: >=3.9
+Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: google-cloud-core<3.0.0,>=1.4.4
Dynamic: author
@@ -97,14 +96,14 @@
Our client libraries are compatible with all current `active`_ and
`maintenance`_ versions of
Python.
-Python >= 3.9
+Python >= 3.10
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Python <= 3.8
+Python <= 3.9
If you are using an `end-of-life`_
version of Python, we recommend that you update as soon as possible to an
actively supported version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/README.rst
new/google_cloud_dns-0.37.0/README.rst
--- old/google_cloud_dns-0.36.1/README.rst 2026-03-31 00:16:44.000000000
+0200
+++ new/google_cloud_dns-0.37.0/README.rst 2026-05-07 09:09:10.000000000
+0200
@@ -60,14 +60,14 @@
Our client libraries are compatible with all current `active`_ and
`maintenance`_ versions of
Python.
-Python >= 3.9
+Python >= 3.10
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Python <= 3.8
+Python <= 3.9
If you are using an `end-of-life`_
version of Python, we recommend that you update as soon as possible to an
actively supported version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/google/cloud/dns/__init__.py
new/google_cloud_dns-0.37.0/google/cloud/dns/__init__.py
--- old/google_cloud_dns-0.36.1/google/cloud/dns/__init__.py 2026-03-31
00:16:44.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google/cloud/dns/__init__.py 2026-05-07
09:09:10.000000000 +0200
@@ -24,12 +24,13 @@
(adding/deleting resource record sets) to a zone.
"""
-from google.cloud.dns.version import __version__
-from google.cloud.dns.zone import Changes
+from google.cloud.dns import version
+
+__version__ = version.__version__
+
from google.cloud.dns.client import Client
-from google.cloud.dns.zone import ManagedZone
from google.cloud.dns.resource_record_set import ResourceRecordSet
-
+from google.cloud.dns.zone import Changes, ManagedZone
SCOPE = Client.SCOPE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/google/cloud/dns/_http.py
new/google_cloud_dns-0.37.0/google/cloud/dns/_http.py
--- old/google_cloud_dns-0.36.1/google/cloud/dns/_http.py 2026-03-31
00:16:45.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google/cloud/dns/_http.py 2026-05-07
09:09:07.000000000 +0200
@@ -15,7 +15,6 @@
"""Create / interact with Google Cloud DNS connections."""
from google.cloud import _http
-
from google.cloud.dns import __version__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/google/cloud/dns/changes.py
new/google_cloud_dns-0.37.0/google/cloud/dns/changes.py
--- old/google_cloud_dns-0.36.1/google/cloud/dns/changes.py 2026-03-31
00:16:44.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google/cloud/dns/changes.py 2026-05-07
09:09:07.000000000 +0200
@@ -16,6 +16,7 @@
from google.cloud._helpers import _rfc3339_to_datetime
from google.cloud.exceptions import NotFound
+
from google.cloud.dns.resource_record_set import ResourceRecordSet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/google/cloud/dns/client.py
new/google_cloud_dns-0.37.0/google/cloud/dns/client.py
--- old/google_cloud_dns-0.36.1/google/cloud/dns/client.py 2026-03-31
00:16:47.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google/cloud/dns/client.py 2026-05-07
09:09:11.000000000 +0200
@@ -14,8 +14,8 @@
"""Client for interacting with the Google Cloud DNS API."""
-from google.api_core import page_iterator
from google.api_core import client_options as client_options_mod
+from google.api_core import page_iterator
from google.cloud.client import ClientWithProject
from google.cloud.dns._http import Connection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/google/cloud/dns/version.py
new/google_cloud_dns-0.37.0/google/cloud/dns/version.py
--- old/google_cloud_dns-0.36.1/google/cloud/dns/version.py 2026-03-31
00:16:43.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google/cloud/dns/version.py 2026-05-07
09:09:07.000000000 +0200
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-__version__ = "0.36.1"
+__version__ = "0.37.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/google/cloud/dns/zone.py
new/google_cloud_dns-0.37.0/google/cloud/dns/zone.py
--- old/google_cloud_dns-0.36.1/google/cloud/dns/zone.py 2026-03-31
00:16:45.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google/cloud/dns/zone.py 2026-05-07
09:09:08.000000000 +0200
@@ -17,6 +17,7 @@
from google.api_core import page_iterator
from google.cloud._helpers import _rfc3339_to_datetime
from google.cloud.exceptions import NotFound
+
from google.cloud.dns.changes import Changes
from google.cloud.dns.resource_record_set import ResourceRecordSet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_cloud_dns-0.36.1/google_cloud_dns.egg-info/PKG-INFO
new/google_cloud_dns-0.37.0/google_cloud_dns.egg-info/PKG-INFO
--- old/google_cloud_dns-0.36.1/google_cloud_dns.egg-info/PKG-INFO
2026-03-31 00:31:17.000000000 +0200
+++ new/google_cloud_dns-0.37.0/google_cloud_dns.egg-info/PKG-INFO
2026-05-07 09:13:11.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: google-cloud-dns
-Version: 0.36.1
+Version: 0.37.0
Summary: Google Cloud DNS API client library
Home-page:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dns
Author: Google LLC
@@ -12,7 +12,6 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
@@ -20,7 +19,7 @@
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
-Requires-Python: >=3.9
+Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: google-cloud-core<3.0.0,>=1.4.4
Dynamic: author
@@ -97,14 +96,14 @@
Our client libraries are compatible with all current `active`_ and
`maintenance`_ versions of
Python.
-Python >= 3.9
+Python >= 3.10
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Python <= 3.8
+Python <= 3.9
If you are using an `end-of-life`_
version of Python, we recommend that you update as soon as possible to an
actively supported version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/setup.py
new/google_cloud_dns-0.37.0/setup.py
--- old/google_cloud_dns-0.36.1/setup.py 2026-03-31 00:16:47.000000000
+0200
+++ new/google_cloud_dns-0.37.0/setup.py 2026-05-07 09:09:10.000000000
+0200
@@ -18,7 +18,6 @@
import setuptools
-
# Package metadata.
name = "google-cloud-dns"
@@ -77,7 +76,6 @@
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
@@ -90,7 +88,7 @@
packages=packages,
install_requires=dependencies,
extras_require=extras,
- python_requires=">=3.9",
+ python_requires=">=3.10",
include_package_data=True,
zip_safe=False,
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/tests/unit/test__http.py
new/google_cloud_dns-0.37.0/tests/unit/test__http.py
--- old/google_cloud_dns-0.36.1/tests/unit/test__http.py 2026-03-31
00:16:46.000000000 +0200
+++ new/google_cloud_dns-0.37.0/tests/unit/test__http.py 2026-05-07
09:09:09.000000000 +0200
@@ -28,8 +28,7 @@
return self._get_target_class()(*args, **kw)
def test_build_api_url_no_extra_query_params(self):
- from urllib.parse import parse_qsl
- from urllib.parse import urlsplit
+ from urllib.parse import parse_qsl, urlsplit
conn = self._make_one(object())
uri = conn.build_api_url("/foo")
@@ -42,8 +41,7 @@
self.assertEqual(parms, {})
def test_build_api_url_w_custom_endpoint(self):
- from urllib.parse import parse_qsl
- from urllib.parse import urlsplit
+ from urllib.parse import parse_qsl, urlsplit
custom_endpoint = "https://foo-dns.googleapis.com"
conn = self._make_one(object(), api_endpoint=custom_endpoint)
@@ -57,8 +55,7 @@
self.assertEqual(parms, {})
def test_build_api_url_w_extra_query_params(self):
- from urllib.parse import parse_qsl
- from urllib.parse import urlsplit
+ from urllib.parse import parse_qsl, urlsplit
conn = self._make_one(object())
uri = conn.build_api_url("/foo", {"bar": "baz"})
@@ -70,6 +67,7 @@
def test_extra_headers(self):
import requests
+
from google.cloud import _http as base_http
http = mock.create_autospec(requests.Session, instance=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/tests/unit/test_changes.py
new/google_cloud_dns-0.37.0/tests/unit/test_changes.py
--- old/google_cloud_dns-0.36.1/tests/unit/test_changes.py 2026-03-31
00:16:47.000000000 +0200
+++ new/google_cloud_dns-0.37.0/tests/unit/test_changes.py 2026-05-07
09:09:10.000000000 +0200
@@ -30,8 +30,7 @@
return self._get_target_class()(*args, **kw)
def _setUpConstants(self):
- from google.cloud._helpers import UTC
- from google.cloud._helpers import _NOW
+ from google.cloud._helpers import _NOW, UTC
self.WHEN = _NOW().replace(tzinfo=UTC)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/tests/unit/test_client.py
new/google_cloud_dns-0.37.0/tests/unit/test_client.py
--- old/google_cloud_dns-0.36.1/tests/unit/test_client.py 2026-03-31
00:16:43.000000000 +0200
+++ new/google_cloud_dns-0.37.0/tests/unit/test_client.py 2026-05-07
09:09:08.000000000 +0200
@@ -38,6 +38,7 @@
def test_ctor_defaults(self):
from google.api_core.client_info import ClientInfo
+
from google.cloud.dns._http import Connection
creds = _make_credentials()
@@ -53,6 +54,7 @@
def test_ctor_w_client_info(self):
from google.api_core.client_info import ClientInfo
+
from google.cloud.dns._http import Connection
client_info = ClientInfo()
@@ -70,6 +72,7 @@
def test_ctor_w_empty_client_options_object(self):
from google.api_core.client_info import ClientInfo
from google.api_core.client_options import ClientOptions
+
from google.cloud.dns._http import Connection
creds = _make_credentials()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_dns-0.36.1/tests/unit/test_zone.py
new/google_cloud_dns-0.37.0/tests/unit/test_zone.py
--- old/google_cloud_dns-0.36.1/tests/unit/test_zone.py 2026-03-31
00:16:45.000000000 +0200
+++ new/google_cloud_dns-0.37.0/tests/unit/test_zone.py 2026-05-07
09:09:08.000000000 +0200
@@ -32,6 +32,7 @@
def _setUpConstants(self):
import datetime
+
from google.cloud._helpers import UTC
year = 2015