Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-auth-httplib2 for
openSUSE:Factory checked in at 2026-01-06 17:43:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth-httplib2 (Old)
and /work/SRC/openSUSE:Factory/.python-google-auth-httplib2.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-auth-httplib2"
Tue Jan 6 17:43:31 2026 rev:8 rq:1325399 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-auth-httplib2/python-google-auth-httplib2.changes
2025-11-03 18:56:28.617003697 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-auth-httplib2.new.1928/python-google-auth-httplib2.changes
2026-01-06 17:44:23.417148140 +0100
@@ -1,0 +2,6 @@
+Mon Jan 5 10:52:59 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.3.0
+ * Add support for Python 3.14 (#202)
+
+-------------------------------------------------------------------
Old:
----
google_auth_httplib2-0.2.1.tar.gz
New:
----
google_auth_httplib2-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-auth-httplib2.spec ++++++
--- /var/tmp/diff_new_pack.XmbRrB/_old 2026-01-06 17:44:24.037173657 +0100
+++ /var/tmp/diff_new_pack.XmbRrB/_new 2026-01-06 17:44:24.037173657 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-google-auth-httplib2
-Version: 0.2.1
+Version: 0.3.0
Release: 0
Summary: Google Authentication Library: httplib2 transport
License: Apache-2.0
++++++ google_auth_httplib2-0.2.1.tar.gz -> google_auth_httplib2-0.3.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_httplib2-0.2.1/PKG-INFO
new/google_auth_httplib2-0.3.0/PKG-INFO
--- old/google_auth_httplib2-0.2.1/PKG-INFO 2025-10-30 22:06:04.112009000
+0100
+++ new/google_auth_httplib2-0.3.0/PKG-INFO 2025-12-15 23:05:31.134811400
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: google-auth-httplib2
-Version: 0.2.1
+Version: 0.3.0
Summary: Google Authentication Library: httplib2 transport
Home-page:
https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
Author: Google Cloud Platform
@@ -15,6 +15,7 @@
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_auth_httplib2-0.2.1/google_auth_httplib2.egg-info/PKG-INFO
new/google_auth_httplib2-0.3.0/google_auth_httplib2.egg-info/PKG-INFO
--- old/google_auth_httplib2-0.2.1/google_auth_httplib2.egg-info/PKG-INFO
2025-10-30 22:06:04.000000000 +0100
+++ new/google_auth_httplib2-0.3.0/google_auth_httplib2.egg-info/PKG-INFO
2025-12-15 23:05:31.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: google-auth-httplib2
-Version: 0.2.1
+Version: 0.3.0
Summary: Google Authentication Library: httplib2 transport
Home-page:
https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
Author: Google Cloud Platform
@@ -15,6 +15,7 @@
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_auth_httplib2-0.2.1/setup.py
new/google_auth_httplib2-0.3.0/setup.py
--- old/google_auth_httplib2-0.2.1/setup.py 2025-10-30 22:05:33.000000000
+0100
+++ new/google_auth_httplib2-0.3.0/setup.py 2025-12-15 23:05:10.000000000
+0100
@@ -16,7 +16,7 @@
from setuptools import setup
-version = "0.2.1"
+version = "0.3.0"
DEPENDENCIES = [
"google-auth >= 1.32.0,<3.0.0",
@@ -49,6 +49,7 @@
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",