Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-03-28 22:48:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-api-core.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-api-core"

Thu Mar 28 22:48:30 2019 rev:7 rq:688734 version:1.8.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
    2019-03-14 22:43:02.578626490 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.25356/python-google-api-core.changes
 2019-03-28 22:48:31.291056536 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:51:01 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.8.2:
+  * Remove classifier for Python 3.4 for end-of-life. (#7535)
+
+-------------------------------------------------------------------

Old:
----
  google-api-core-1.8.1.tar.gz

New:
----
  google-api-core-1.8.2.tar.gz

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

Other differences:
------------------
++++++ python-google-api-core.spec ++++++
--- /var/tmp/diff_new_pack.aobW6m/_old  2019-03-28 22:48:32.079056394 +0100
+++ /var/tmp/diff_new_pack.aobW6m/_new  2019-03-28 22:48:32.079056394 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-google-api-core
-Version:        1.8.1
+Version:        1.8.2
 Release:        0
 Summary:        Google API client core library
 License:        Apache-2.0

++++++ google-api-core-1.8.1.tar.gz -> google-api-core-1.8.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/PKG-INFO 
new/google-api-core-1.8.2/PKG-INFO
--- old/google-api-core-1.8.1/PKG-INFO  2019-03-14 00:38:07.000000000 +0100
+++ new/google-api-core-1.8.2/PKG-INFO  2019-03-23 03:25:46.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.8.1
+Version: 1.8.2
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -24,7 +24,7 @@
         
         Supported Python Versions
         -------------------------
-        Python >= 3.4
+        Python >= 3.5
         
         Deprecated Python Versions
         --------------------------
@@ -43,6 +43,6 @@
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-Provides-Extra: grpcio-gcp
-Provides-Extra: grpc
 Provides-Extra: grpcgcp
+Provides-Extra: grpc
+Provides-Extra: grpcio-gcp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/README.rst 
new/google-api-core-1.8.2/README.rst
--- old/google-api-core-1.8.1/README.rst        2019-03-14 00:36:13.000000000 
+0100
+++ new/google-api-core-1.8.2/README.rst        2019-03-23 00:26:34.000000000 
+0100
@@ -16,7 +16,7 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.4
+Python >= 3.5
 
 Deprecated Python Versions
 --------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/google/api_core/bidi.py 
new/google-api-core-1.8.2/google/api_core/bidi.py
--- old/google-api-core-1.8.1/google/api_core/bidi.py   2019-03-14 
00:36:13.000000000 +0100
+++ new/google-api-core-1.8.2/google/api_core/bidi.py   2019-03-23 
00:26:34.000000000 +0100
@@ -350,7 +350,7 @@
             self.call = None
             # Request generator should exit cleanly since the RPC its bound to
             # has exited.
-            self.request_generator = None
+            self._request_generator = None
 
             # Note: we do not currently do any sort of backoff here. The
             # assumption is that re-establishing the stream under normal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-core-1.8.1/google_api_core.egg-info/PKG-INFO 
new/google-api-core-1.8.2/google_api_core.egg-info/PKG-INFO
--- old/google-api-core-1.8.1/google_api_core.egg-info/PKG-INFO 2019-03-14 
00:38:07.000000000 +0100
+++ new/google-api-core-1.8.2/google_api_core.egg-info/PKG-INFO 2019-03-23 
03:25:46.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.8.1
+Version: 1.8.2
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -24,7 +24,7 @@
         
         Supported Python Versions
         -------------------------
-        Python >= 3.4
+        Python >= 3.5
         
         Deprecated Python Versions
         --------------------------
@@ -43,6 +43,6 @@
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-Provides-Extra: grpcio-gcp
-Provides-Extra: grpc
 Provides-Extra: grpcgcp
+Provides-Extra: grpc
+Provides-Extra: grpcio-gcp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/setup.py 
new/google-api-core-1.8.2/setup.py
--- old/google-api-core-1.8.1/setup.py  2019-03-14 00:36:13.000000000 +0100
+++ new/google-api-core-1.8.2/setup.py  2019-03-23 03:25:16.000000000 +0100
@@ -22,7 +22,7 @@
 
 name = "google-api-core"
 description = "Google API client core library"
-version = "1.8.1"
+version = "1.8.2"
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'


Reply via email to