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 2023-12-17 21:32:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth-httplib2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-auth-httplib2.new.25432 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-auth-httplib2"

Sun Dec 17 21:32:21 2023 rev:6 rq:1133644 version:0.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-auth-httplib2/python-google-auth-httplib2.changes
  2023-09-20 13:28:54.138027841 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-auth-httplib2.new.25432/python-google-auth-httplib2.changes
       2023-12-17 21:34:44.950869520 +0100
@@ -1,0 +2,8 @@
+Sat Dec 16 20:16:51 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.2.0:
+  * Add support for Python 3.12 (#126)
+  * Remove third-party mock library (#124)
+- drop python-google-auth-httplib2-no-mock.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  google-auth-httplib2-0.1.1.tar.gz
  python-google-auth-httplib2-no-mock.patch

New:
----
  google-auth-httplib2-0.2.0.tar.gz

BETA DEBUG BEGIN:
  Old:  * Remove third-party mock library (#124)
- drop python-google-auth-httplib2-no-mock.patch (upstream)
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-google-auth-httplib2.spec ++++++
--- /var/tmp/diff_new_pack.sONTgC/_old  2023-12-17 21:34:45.394885652 +0100
+++ /var/tmp/diff_new_pack.sONTgC/_new  2023-12-17 21:34:45.398885798 +0100
@@ -18,21 +18,20 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-auth-httplib2
-Version:        0.1.1
+Version:        0.2.0
 Release:        0
 Summary:        Google Authentication Library: httplib2 transport
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            
https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
 Source:         
https://files.pythonhosted.org/packages/source/g/google-auth-httplib2/google-auth-httplib2-%{version}.tar.gz
-# https://github.com/googleapis/google-auth-library-python-httplib2/issues/68
-Patch0:         python-google-auth-httplib2-no-mock.patch
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module google-auth}
 BuildRequires:  %{python_module httplib2 >= 0.15.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-localserver}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-google-auth
@@ -47,10 +46,10 @@
 %autosetup -p1 -n google-auth-httplib2-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -59,6 +58,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/__pycache__
-%{python_sitelib}/google_auth_httplib2*
+%{python_sitelib}/google_auth_httplib2.py
+%pycache_only %{python_sitelib}/__pycache__/google_auth_httplib*
+%{python_sitelib}/google_auth_httplib2-%{version}.dist-info
 

++++++ google-auth-httplib2-0.1.1.tar.gz -> google-auth-httplib2-0.2.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-auth-httplib2-0.1.1/PKG-INFO 
new/google-auth-httplib2-0.2.0/PKG-INFO
--- old/google-auth-httplib2-0.1.1/PKG-INFO     2023-09-11 21:16:43.542072800 
+0200
+++ new/google-auth-httplib2-0.2.0/PKG-INFO     2023-12-12 18:40:11.814321300 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-auth-httplib2
-Version: 0.1.1
+Version: 0.2.0
 Summary: Google Authentication Library: httplib2 transport
 Home-page: 
https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
 Author: Google Cloud Platform
@@ -14,6 +14,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Development Status :: 3 - Alpha
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
@@ -23,6 +24,8 @@
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet :: WWW/HTTP
 License-File: LICENSE
+Requires-Dist: google-auth
+Requires-Dist: httplib2>=0.19.0
 
 ``httplib2`` Transport for Google Auth
 ======================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-auth-httplib2-0.1.1/google_auth_httplib2.egg-info/PKG-INFO 
new/google-auth-httplib2-0.2.0/google_auth_httplib2.egg-info/PKG-INFO
--- old/google-auth-httplib2-0.1.1/google_auth_httplib2.egg-info/PKG-INFO       
2023-09-11 21:16:43.000000000 +0200
+++ new/google-auth-httplib2-0.2.0/google_auth_httplib2.egg-info/PKG-INFO       
2023-12-12 18:40:11.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-auth-httplib2
-Version: 0.1.1
+Version: 0.2.0
 Summary: Google Authentication Library: httplib2 transport
 Home-page: 
https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
 Author: Google Cloud Platform
@@ -14,6 +14,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Development Status :: 3 - Alpha
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
@@ -23,6 +24,8 @@
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet :: WWW/HTTP
 License-File: LICENSE
+Requires-Dist: google-auth
+Requires-Dist: httplib2>=0.19.0
 
 ``httplib2`` Transport for Google Auth
 ======================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-auth-httplib2-0.1.1/setup.py 
new/google-auth-httplib2-0.2.0/setup.py
--- old/google-auth-httplib2-0.1.1/setup.py     2023-09-11 21:14:11.000000000 
+0200
+++ new/google-auth-httplib2-0.2.0/setup.py     2023-12-12 18:37:08.000000000 
+0100
@@ -16,7 +16,7 @@
 
 from setuptools import setup
 
-version = "0.1.1"
+version = "0.2.0"
 
 DEPENDENCIES = ["google-auth", "httplib2 >= 0.19.0"]
 
@@ -45,6 +45,7 @@
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
+        "Programming Language :: Python :: 3.12",
         "Development Status :: 3 - Alpha",
         "Intended Audience :: Developers",
         "License :: OSI Approved :: Apache Software License",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-auth-httplib2-0.1.1/tests/test_google_auth_httplib2.py 
new/google-auth-httplib2-0.2.0/tests/test_google_auth_httplib2.py
--- old/google-auth-httplib2-0.1.1/tests/test_google_auth_httplib2.py   
2023-09-11 21:14:11.000000000 +0200
+++ new/google-auth-httplib2-0.2.0/tests/test_google_auth_httplib2.py   
2023-12-12 18:37:08.000000000 +0100
@@ -14,9 +14,9 @@
 
 import http.client
 import io
+from unittest import mock
 
 import httplib2
-import mock
 
 import google_auth_httplib2
 from tests import compliance

Reply via email to