Hello community,
here is the log from the commit of package azure-cli-nspkg for openSUSE:Factory
checked in at 2019-10-31 18:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-nspkg (Old)
and /work/SRC/openSUSE:Factory/.azure-cli-nspkg.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-nspkg"
Thu Oct 31 18:16:46 2019 rev:5 rq:742706 version:3.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-nspkg/azure-cli-nspkg.changes
2019-06-05 11:44:28.171021342 +0200
+++
/work/SRC/openSUSE:Factory/.azure-cli-nspkg.new.2990/azure-cli-nspkg.changes
2019-10-31 18:16:50.622109173 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:11:17 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 3.0.4
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+
+-------------------------------------------------------------------
Old:
----
azure-cli-nspkg-3.0.3.tar.gz
New:
----
azure-cli-nspkg-3.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ azure-cli-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.PwgB0Z/_old 2019-10-31 18:16:52.206110813 +0100
+++ /var/tmp/diff_new_pack.PwgB0Z/_new 2019-10-31 18:16:52.234110842 +0100
@@ -17,7 +17,7 @@
Name: azure-cli-nspkg
-Version: 3.0.3
+Version: 3.0.4
Release: 0
Summary: Microsoft Azure CLI Namespace Package
License: MIT
++++++ azure-cli-nspkg-3.0.3.tar.gz -> azure-cli-nspkg-3.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.3/HISTORY.rst
new/azure-cli-nspkg-3.0.4/HISTORY.rst
--- old/azure-cli-nspkg-3.0.3/HISTORY.rst 2018-07-14 01:41:34.000000000
+0200
+++ new/azure-cli-nspkg-3.0.4/HISTORY.rst 2019-06-28 08:15:12.000000000
+0200
@@ -2,6 +2,9 @@
Release History
===============
+3.0.4
++++++
+* Indicate Python 3.7 support.
3.0.3
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.3/PKG-INFO
new/azure-cli-nspkg-3.0.4/PKG-INFO
--- old/azure-cli-nspkg-3.0.3/PKG-INFO 2018-07-14 01:41:40.000000000 +0200
+++ new/azure-cli-nspkg-3.0.4/PKG-INFO 2019-06-28 08:15:24.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-nspkg
-Version: 3.0.3
+Version: 3.0.4
Summary: Microsoft Azure CLI Namespace Package
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -20,6 +20,9 @@
Release History
===============
+ 3.0.4
+ +++++
+ * Indicate Python 3.7 support.
3.0.3
++++++
@@ -69,4 +72,5 @@
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-nspkg-3.0.3/azure_cli_nspkg.egg-info/PKG-INFO
new/azure-cli-nspkg-3.0.4/azure_cli_nspkg.egg-info/PKG-INFO
--- old/azure-cli-nspkg-3.0.3/azure_cli_nspkg.egg-info/PKG-INFO 2018-07-14
01:41:40.000000000 +0200
+++ new/azure-cli-nspkg-3.0.4/azure_cli_nspkg.egg-info/PKG-INFO 2019-06-28
08:15:24.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-nspkg
-Version: 3.0.3
+Version: 3.0.4
Summary: Microsoft Azure CLI Namespace Package
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -20,6 +20,9 @@
Release History
===============
+ 3.0.4
+ +++++
+ * Indicate Python 3.7 support.
3.0.3
++++++
@@ -69,4 +72,5 @@
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.3/setup.py
new/azure-cli-nspkg-3.0.4/setup.py
--- old/azure-cli-nspkg-3.0.3/setup.py 2018-07-14 01:41:34.000000000 +0200
+++ new/azure-cli-nspkg-3.0.4/setup.py 2019-06-28 08:15:12.000000000 +0200
@@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup
-VERSION = "3.0.3"
+VERSION = "3.0.4"
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
@@ -21,6 +21,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
]