Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-google-cloud-core for 
openSUSE:Factory checked in at 2022-09-08 14:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-cloud-core"

Thu Sep  8 14:23:46 2022 rev:12 rq:1001904 version:2.3.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
        2022-04-17 23:51:56.366479662 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.2083/python-google-cloud-core.changes
      2022-09-08 14:24:12.830746430 +0200
@@ -1,0 +2,9 @@
+Thu Sep  8 08:37:03 UTC 2022 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 2.3.2:
+  * require python 3.7+ (#201)
+- from version 2.3.1:
+  * fix changelog header to consistent size (#194)
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  google-cloud-core-2.3.0.tar.gz

New:
----
  google-cloud-core-2.3.2.tar.gz

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

Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.AjPrli/_old  2022-09-08 14:24:13.382747704 +0200
+++ /var/tmp/diff_new_pack.AjPrli/_new  2022-09-08 14:24:13.386747713 +0200
@@ -19,23 +19,23 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-google-cloud-core
-Version:        2.3.0
+Version:        2.3.2
 Release:        0
 Summary:        Google Cloud API client core library
 License:        Apache-2.0
 URL:            https://github.com/googleapis/python-cloud-core
 Source:         
https://files.pythonhosted.org/packages/source/g/google-cloud-core/google-cloud-core-%{version}.tar.gz
-BuildRequires:  %{python_module google-api-core >= 1.31.5}
+BuildRequires:  %{python_module google-api-core >= 1.31.6}
 BuildRequires:  %{python_module google-auth >= 1.25.0}
-BuildRequires:  %{python_module grpcio >= 1.8.2}
+BuildRequires:  %{python_module grpcio >= 1.38.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-google-api-core >= 1.31.5
+Requires:       python-google-api-core >= 1.31.6
 Requires:       python-google-auth >= 1.25.0
 Requires:       python-six >= 1.12.0
-Recommends:     python-grpcio >= 1.8.2
+Recommends:     python-grpcio >= 1.38.0
 BuildArch:      noarch
 %if %{with python2}
 BuildRequires:  python-futures

++++++ google-cloud-core-2.3.0.tar.gz -> google-cloud-core-2.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-cloud-core-2.3.0/PKG-INFO 
new/google-cloud-core-2.3.2/PKG-INFO
--- old/google-cloud-core-2.3.0/PKG-INFO        2022-04-11 16:56:07.189929500 
+0200
+++ new/google-cloud-core-2.3.2/PKG-INFO        2022-07-18 15:18:43.690238700 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-cloud-core
-Version: 2.3.0
+Version: 2.3.2
 Summary: Google Cloud API client core library
 Home-page: https://github.com/googleapis/python-cloud-core
 Author: Google LLC
@@ -12,14 +12,13 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
-Requires-Python: >=3.6
+Requires-Python: >=3.7
 Provides-Extra: grpc
 License-File: LICENSE
 
@@ -57,11 +56,12 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.6
+Python >= 3.7
 
 Unsupported Python Versions
 ---------------------------
 Python == 2.7: the last version of this library which supported Python 2.7
 is ``google.cloud.core 1.7.2``.
 
-
+Python == 3.6: the last version of this library which supported Python 3.6
+is ``google.cloud.core 2.3.1``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-cloud-core-2.3.0/README.rst 
new/google-cloud-core-2.3.2/README.rst
--- old/google-cloud-core-2.3.0/README.rst      2022-04-11 16:53:36.000000000 
+0200
+++ new/google-cloud-core-2.3.2/README.rst      2022-07-18 15:16:03.000000000 
+0200
@@ -32,9 +32,12 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.6
+Python >= 3.7
 
 Unsupported Python Versions
 ---------------------------
 Python == 2.7: the last version of this library which supported Python 2.7
 is ``google.cloud.core 1.7.2``.
+
+Python == 3.6: the last version of this library which supported Python 3.6
+is ``google.cloud.core 2.3.1``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-cloud-core-2.3.0/google/cloud/version.py 
new/google-cloud-core-2.3.2/google/cloud/version.py
--- old/google-cloud-core-2.3.0/google/cloud/version.py 2022-04-11 
16:53:36.000000000 +0200
+++ new/google-cloud-core-2.3.2/google/cloud/version.py 2022-07-18 
15:16:03.000000000 +0200
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "2.3.0"
+__version__ = "2.3.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-cloud-core-2.3.0/google_cloud_core.egg-info/PKG-INFO 
new/google-cloud-core-2.3.2/google_cloud_core.egg-info/PKG-INFO
--- old/google-cloud-core-2.3.0/google_cloud_core.egg-info/PKG-INFO     
2022-04-11 16:56:06.000000000 +0200
+++ new/google-cloud-core-2.3.2/google_cloud_core.egg-info/PKG-INFO     
2022-07-18 15:18:43.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-cloud-core
-Version: 2.3.0
+Version: 2.3.2
 Summary: Google Cloud API client core library
 Home-page: https://github.com/googleapis/python-cloud-core
 Author: Google LLC
@@ -12,14 +12,13 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
-Requires-Python: >=3.6
+Requires-Python: >=3.7
 Provides-Extra: grpc
 License-File: LICENSE
 
@@ -57,11 +56,12 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.6
+Python >= 3.7
 
 Unsupported Python Versions
 ---------------------------
 Python == 2.7: the last version of this library which supported Python 2.7
 is ``google.cloud.core 1.7.2``.
 
-
+Python == 3.6: the last version of this library which supported Python 3.6
+is ``google.cloud.core 2.3.1``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-cloud-core-2.3.0/google_cloud_core.egg-info/requires.txt 
new/google-cloud-core-2.3.2/google_cloud_core.egg-info/requires.txt
--- old/google-cloud-core-2.3.0/google_cloud_core.egg-info/requires.txt 
2022-04-11 16:56:06.000000000 +0200
+++ new/google-cloud-core-2.3.2/google_cloud_core.egg-info/requires.txt 
2022-07-18 15:18:43.000000000 +0200
@@ -1,5 +1,5 @@
-google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5
+google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.6
 google-auth<3.0dev,>=1.25.0
 
 [grpc]
-grpcio<2.0dev,>=1.8.2
+grpcio<2.0dev,>=1.38.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-cloud-core-2.3.0/setup.py 
new/google-cloud-core-2.3.2/setup.py
--- old/google-cloud-core-2.3.0/setup.py        2022-04-11 16:53:36.000000000 
+0200
+++ new/google-cloud-core-2.3.2/setup.py        2022-07-18 15:16:03.000000000 
+0200
@@ -28,10 +28,10 @@
 # 'Development Status :: 5 - Production/Stable'
 release_status = "Development Status :: 5 - Production/Stable"
 dependencies = [
-    "google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
+    "google-api-core >= 1.31.6, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
     "google-auth >= 1.25.0, < 3.0dev",
 ]
-extras = {"grpc": "grpcio >= 1.8.2, < 2.0dev"}
+extras = {"grpc": "grpcio >= 1.38.0, < 2.0dev"}
 
 
 # Setup boilerplate below this line.
@@ -74,7 +74,6 @@
         "License :: OSI Approved :: Apache Software License",
         "Programming Language :: Python",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
@@ -87,7 +86,7 @@
     namespace_packages=namespaces,
     install_requires=dependencies,
     extras_require=extras,
-    python_requires=">=3.6",
+    python_requires=">=3.7",
     include_package_data=True,
     zip_safe=False,
 )

Reply via email to