Hello community,

here is the log from the commit of package python-googleapis-common-protos for 
openSUSE:Factory checked in at 2020-04-10 23:53:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-googleapis-common-protos (Old)
 and      /work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.3248 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-googleapis-common-protos"

Fri Apr 10 23:53:14 2020 rev:6 rq:792454 version:1.51.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-googleapis-common-protos/python-googleapis-common-protos.changes
  2019-08-13 13:24:46.557362940 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.3248/python-googleapis-common-protos.changes
        2020-04-10 23:53:40.880717649 +0200
@@ -1,0 +2,8 @@
+Wed Apr  8 12:14:23 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.51.0
+  * Adding RetryPolicy to pubsub.proto
+  * API definition for (not-yet-launched) GCS gRPC.
+  * And many many more (the commit log is just too long to read)
+
+-------------------------------------------------------------------

Old:
----
  googleapis-common-protos-1.6.0.tar.gz

New:
----
  googleapis-common-protos-1.51.0.tar.gz

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

Other differences:
------------------
++++++ python-googleapis-common-protos.spec ++++++
--- /var/tmp/diff_new_pack.Onm9Z8/_old  2020-04-10 23:53:44.132720034 +0200
+++ /var/tmp/diff_new_pack.Onm9Z8/_new  2020-04-10 23:53:44.136720037 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-googleapis-common-protos
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-googleapis-common-protos
-Version:        1.6.0
+Version:        1.51.0
 Release:        0
 Summary:        Common protobufs used in Google APIs
 License:        Apache-2.0

++++++ googleapis-common-protos-1.6.0.tar.gz -> 
googleapis-common-protos-1.51.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googleapis-common-protos-1.6.0/PKG-INFO 
new/googleapis-common-protos-1.51.0/PKG-INFO
--- old/googleapis-common-protos-1.6.0/PKG-INFO 2019-05-23 04:57:23.000000000 
+0200
+++ new/googleapis-common-protos-1.51.0/PKG-INFO        2020-01-15 
00:03:56.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: googleapis-common-protos
-Version: 1.6.0
+Version: 1.51.0
 Summary: Common protobufs used in Google APIs
 Home-page: https://github.com/googleapis/googleapis
 Author: Google LLC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis-common-protos-1.6.0/googleapis_common_protos.egg-info/PKG-INFO 
new/googleapis-common-protos-1.51.0/googleapis_common_protos.egg-info/PKG-INFO
--- 
old/googleapis-common-protos-1.6.0/googleapis_common_protos.egg-info/PKG-INFO   
    2019-05-23 04:57:23.000000000 +0200
+++ 
new/googleapis-common-protos-1.51.0/googleapis_common_protos.egg-info/PKG-INFO  
    2020-01-15 00:03:56.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: googleapis-common-protos
-Version: 1.6.0
+Version: 1.51.0
 Summary: Common protobufs used in Google APIs
 Home-page: https://github.com/googleapis/googleapis
 Author: Google LLC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis-common-protos-1.6.0/googleapis_common_protos.egg-info/SOURCES.txt
 
new/googleapis-common-protos-1.51.0/googleapis_common_protos.egg-info/SOURCES.txt
--- 
old/googleapis-common-protos-1.6.0/googleapis_common_protos.egg-info/SOURCES.txt
    2019-05-23 04:57:23.000000000 +0200
+++ 
new/googleapis-common-protos-1.51.0/googleapis_common_protos.egg-info/SOURCES.txt
   2020-01-15 00:03:56.000000000 +0100
@@ -1,6 +1,7 @@
 LICENSE
 MANIFEST.in
 README.rst
+setup.cfg
 setup.py
 google/__init__.py
 google/api/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googleapis-common-protos-1.6.0/setup.py 
new/googleapis-common-protos-1.51.0/setup.py
--- old/googleapis-common-protos-1.6.0/setup.py 2019-05-23 04:52:31.000000000 
+0200
+++ new/googleapis-common-protos-1.51.0/setup.py        2020-01-15 
00:03:41.000000000 +0100
@@ -10,37 +10,37 @@
 from setuptools import setup, find_packages
 
 install_requires = [
-  'protobuf >= 3.6.0'
+    'protobuf >= 3.6.0'
 ]
 
 extras_require = {
-  'grpc': ['grpcio >= 1.0.0']
+    'grpc': ['grpcio >= 1.0.0']
 }
 
 setuptools.setup(
-  name='googleapis-common-protos',
-  version='1.6.0',
+    name='googleapis-common-protos',
+    version='1.51.0',
 
-  author='Google LLC',
-  author_email='[email protected]',
-  classifiers=[
-    'Development Status :: 5 - Production/Stable',
-    'Intended Audience :: Developers',
-    'License :: OSI Approved :: Apache Software License',
-    'Programming Language :: Python',
-    'Programming Language :: Python :: 2',
-    'Programming Language :: Python :: 2.7',
-    'Programming Language :: Python :: 3',
-    'Programming Language :: Python :: 3.4',
-    'Programming Language :: Python :: 3.5',
-    'Programming Language :: Python :: Implementation :: CPython',
-  ],
-  description='Common protobufs used in Google APIs',
-  long_description=open('README.rst').read(),
-  install_requires=install_requires,
-  extras_require=extras_require,
-  license='Apache-2.0',
-  packages=find_packages(),
-  namespace_packages=['google', 'google.logging', ],
-  url='https://github.com/googleapis/googleapis'
+    author='Google LLC',
+    author_email='[email protected]',
+    classifiers=[
+        'Development Status :: 5 - Production/Stable',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Apache Software License',
+        'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: Implementation :: CPython',
+    ],
+    description='Common protobufs used in Google APIs',
+    long_description=open('README.rst').read(),
+    install_requires=install_requires,
+    extras_require=extras_require,
+    license='Apache-2.0',
+    packages=find_packages(),
+    namespace_packages=['google', 'google.logging', ],
+    url='https://github.com/googleapis/googleapis'
 )


Reply via email to