commit azure-cli-configure for openSUSE:Factory
Hello community, here is the log from the commit of package azure-cli-configure for openSUSE:Factory checked in at 2019-05-22 10:59:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-configure (Old) and /work/SRC/openSUSE:Factory/.azure-cli-configure.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "azure-cli-configure" Wed May 22 10:59:26 2019 rev:5 rq:696825 version:2.0.20 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-configure/azure-cli-configure.changes 2018-10-15 10:47:20.215140389 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-configure.new.5148/azure-cli-configure.changes 2019-05-22 10:59:27.526810833 +0200 @@ -1,0 +2,15 @@ +Tue Apr 16 13:59:28 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release + + Version 2.0.20 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Bump minimum version for Python Azure SDK namespace + packages to 3.0.0 in BuildRequires and Requires +- Remove python3-devel package from BuildRequires +- Remove unzip package from BuildRequires +- Run fdupes to hardlink duplicate files + + Add fdupes to BuildRequires + + Add %fdupes invocation to %install + +------------------------------------------------------------------- Old: ---- azure-cli-configure-2.0.18.tar.gz New: ---- azure-cli-configure-2.0.20.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-configure.spec ++++++ --- /var/tmp/diff_new_pack.Njg8CO/_old 2019-05-22 10:59:27.934810304 +0200 +++ /var/tmp/diff_new_pack.Njg8CO/_new 2019-05-22 10:59:27.934810304 +0200 @@ -1,7 +1,7 @@ # # spec file for package azure-cli-configure # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: azure-cli-configure -Version: 2.0.18 +Version: 2.0.20 Release: 0 Summary: Microsoft Azure CLI 'configure' Command Module License: MIT @@ -27,14 +27,13 @@ Source1: LICENSE.txt BuildRequires: azure-cli-command-modules-nspkg BuildRequires: azure-cli-nspkg -BuildRequires: python3-azure-nspkg -BuildRequires: python3-devel +BuildRequires: fdupes +BuildRequires: python3-azure-nspkg >= 3.0.0 BuildRequires: python3-setuptools -BuildRequires: unzip Requires: azure-cli-command-modules-nspkg Requires: azure-cli-core Requires: azure-cli-nspkg -Requires: python3-azure-nspkg +Requires: python3-azure-nspkg >= 3.0.0 Conflicts: azure-cli < 2.0.0 BuildArch: noarch @@ -54,6 +53,7 @@ %install python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.* rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__ rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.* ++++++ azure-cli-configure-2.0.18.tar.gz -> azure-cli-configure-2.0.20.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-configure-2.0.18/HISTORY.rst new/azure-cli-configure-2.0.20/HISTORY.rst --- old/azure-cli-configure-2.0.18/HISTORY.rst 2018-07-14 01:41:34.000000000 +0200 +++ new/azure-cli-configure-2.0.20/HISTORY.rst 2019-01-11 05:42:07.000000000 +0100 @@ -2,6 +2,13 @@ Release History =============== +2.0.20 +++++++ +* Add 'none' as a configurable output format. + +2.0.19 +++++++ +* Add YAML to output format options. 2.0.18 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-configure-2.0.18/PKG-INFO new/azure-cli-configure-2.0.20/PKG-INFO --- old/azure-cli-configure-2.0.18/PKG-INFO 2018-07-14 01:41:49.000000000 +0200 +++ new/azure-cli-configure-2.0.20/PKG-INFO 2019-01-11 05:42:49.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-configure -Version: 2.0.18 +Version: 2.0.20 Summary: Microsoft Azure Command-Line Tools Configure Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -17,6 +17,13 @@ Release History =============== + 2.0.20 + ++++++ + * Add 'none' as a configurable output format. + + 2.0.19 + ++++++ + * Add YAML to output format options. 2.0.18 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-configure-2.0.18/azure/cli/command_modules/configure/_consts.py new/azure-cli-configure-2.0.20/azure/cli/command_modules/configure/_consts.py --- old/azure-cli-configure-2.0.18/azure/cli/command_modules/configure/_consts.py 2018-07-14 01:41:34.000000000 +0200 +++ new/azure-cli-configure-2.0.20/azure/cli/command_modules/configure/_consts.py 2019-01-11 05:42:07.000000000 +0100 @@ -4,11 +4,13 @@ # -------------------------------------------------------------------------------------------- OUTPUT_LIST = [ - {'name': 'json', 'desc': 'JSON formatted output that most closely matches API responses'}, + {'name': 'json', 'desc': 'JSON formatted output that most closely matches API responses.'}, {'name': 'jsonc', - 'desc': 'Colored JSON formatted output that most closely matches API responses'}, - {'name': 'table', 'desc': 'Human-readable output format'}, - {'name': 'tsv', 'desc': 'Tab- and Newline-delimited, great for GREP, AWK, etc.'} + 'desc': 'Colored JSON formatted output that most closely matches API responses.'}, + {'name': 'table', 'desc': 'Human-readable output format.'}, + {'name': 'tsv', 'desc': 'Tab- and Newline-delimited. Great for GREP, AWK, etc.'}, + {'name': 'yaml', 'desc': 'YAML formatted output. An alternative to JSON. Great for configuration files.'}, + {'name': 'none', 'desc': 'No output, except for errors and warnings.'} ] LOGIN_METHOD_LIST = [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-configure-2.0.18/azure_cli_configure.egg-info/PKG-INFO new/azure-cli-configure-2.0.20/azure_cli_configure.egg-info/PKG-INFO --- old/azure-cli-configure-2.0.18/azure_cli_configure.egg-info/PKG-INFO 2018-07-14 01:41:49.000000000 +0200 +++ new/azure-cli-configure-2.0.20/azure_cli_configure.egg-info/PKG-INFO 2019-01-11 05:42:49.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-configure -Version: 2.0.18 +Version: 2.0.20 Summary: Microsoft Azure Command-Line Tools Configure Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -17,6 +17,13 @@ Release History =============== + 2.0.20 + ++++++ + * Add 'none' as a configurable output format. + + 2.0.19 + ++++++ + * Add YAML to output format options. 2.0.18 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-configure-2.0.18/setup.py new/azure-cli-configure-2.0.20/setup.py --- old/azure-cli-configure-2.0.18/setup.py 2018-07-14 01:41:34.000000000 +0200 +++ new/azure-cli-configure-2.0.20/setup.py 2019-01-11 05:42:07.000000000 +0100 @@ -15,7 +15,7 @@ cmdclass = {} -VERSION = "2.0.18" +VERSION = "2.0.20" CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',
participants (1)
-
root