commit azure-cli-telemetry for openSUSE:Factory
Hello community, here is the log from the commit of package azure-cli-telemetry for openSUSE:Factory checked in at 2019-05-22 11:03:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-telemetry (Old) and /work/SRC/openSUSE:Factory/.azure-cli-telemetry.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "azure-cli-telemetry" Wed May 22 11:03:05 2019 rev:2 rq:696867 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-telemetry/azure-cli-telemetry.changes 2018-10-15 10:49:20.379012101 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-telemetry.new.5148/azure-cli-telemetry.changes 2019-05-22 11:03:10.238631658 +0200 @@ -1,0 +2,15 @@ +Tue Apr 16 19:01:40 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release + + Version 1.0.1 + + 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-telemetry-1.0.0.tar.gz New: ---- azure-cli-telemetry-1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-telemetry.spec ++++++ --- /var/tmp/diff_new_pack.X9iqGV/_old 2019-05-22 11:03:10.954631318 +0200 +++ /var/tmp/diff_new_pack.X9iqGV/_new 2019-05-22 11:03:10.958631316 +0200 @@ -1,7 +1,7 @@ # # spec file for package azure-cli-telemetry # -# 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 @@ -12,11 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: azure-cli-telemetry -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Microsoft Azure CLI Telemetry Package License: MIT @@ -25,14 +26,13 @@ Source: https://files.pythonhosted.org/packages/source/a/azure-cli-telemetry/azure-cli-telemetry-%{version}.tar.gz Source1: LICENSE.txt Patch0: act_relax-requires-versions.patch -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: unzip BuildRequires: azure-cli-nspkg -BuildRequires: python3-azure-nspkg +BuildRequires: fdupes +BuildRequires: python3-azure-nspkg >= 3.0.0 +BuildRequires: python3-setuptools Requires: azure-cli-nspkg -Requires: python3-azure-nspkg Requires: python3-applicationinsights >= 0.11.1 +Requires: python3-azure-nspkg >= 3.0.0 Requires: python3-portalocker >= 1.2.1 Conflicts: azure-cli < 2.0.0 @@ -57,6 +57,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/__init__.* rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__ rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.* @@ -68,4 +69,5 @@ %license LICENSE.txt %{python3_sitelib}/azure/cli/telemetry %{python3_sitelib}/azure_cli_telemetry-*.egg-info + %changelog ++++++ azure-cli-telemetry-1.0.0.tar.gz -> azure-cli-telemetry-1.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-telemetry-1.0.0/HISTORY.rst new/azure-cli-telemetry-1.0.1/HISTORY.rst --- old/azure-cli-telemetry-1.0.0/HISTORY.rst 2018-08-09 08:34:43.000000000 +0200 +++ new/azure-cli-telemetry-1.0.1/HISTORY.rst 2019-01-25 20:43:40.000000000 +0100 @@ -2,6 +2,9 @@ Release History =============== +1.0.1 ++++++ +* Minor fixes 1.0.0 +++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-telemetry-1.0.0/PKG-INFO new/azure-cli-telemetry-1.0.1/PKG-INFO --- old/azure-cli-telemetry-1.0.0/PKG-INFO 2018-08-09 08:35:53.000000000 +0200 +++ new/azure-cli-telemetry-1.0.1/PKG-INFO 2019-01-25 20:44:23.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-telemetry -Version: 1.0.0 +Version: 1.0.1 Summary: Microsoft Azure CLI Telemetry Package Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -21,6 +21,9 @@ Release History =============== + 1.0.1 + +++++ + * Minor fixes 1.0.0 +++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-telemetry-1.0.0/azure/cli/telemetry/__init__.py new/azure-cli-telemetry-1.0.1/azure/cli/telemetry/__init__.py --- old/azure-cli-telemetry-1.0.0/azure/cli/telemetry/__init__.py 2018-08-09 08:34:43.000000000 +0200 +++ new/azure-cli-telemetry-1.0.1/azure/cli/telemetry/__init__.py 2019-01-25 20:43:40.000000000 +0100 @@ -54,7 +54,7 @@ kwargs['stderr'] = subprocess.STDOUT subprocess.Popen(**kwargs) - logger.info('Return from creating porcess') + logger.info('Return from creating process') def save(config_dir, payload): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-telemetry-1.0.0/azure_cli_telemetry.egg-info/PKG-INFO new/azure-cli-telemetry-1.0.1/azure_cli_telemetry.egg-info/PKG-INFO --- old/azure-cli-telemetry-1.0.0/azure_cli_telemetry.egg-info/PKG-INFO 2018-08-09 08:35:53.000000000 +0200 +++ new/azure-cli-telemetry-1.0.1/azure_cli_telemetry.egg-info/PKG-INFO 2019-01-25 20:44:23.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-telemetry -Version: 1.0.0 +Version: 1.0.1 Summary: Microsoft Azure CLI Telemetry Package Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -21,6 +21,9 @@ Release History =============== + 1.0.1 + +++++ + * Minor fixes 1.0.0 +++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-telemetry-1.0.0/setup.py new/azure-cli-telemetry-1.0.1/setup.py --- old/azure-cli-telemetry-1.0.0/setup.py 2018-08-09 08:34:43.000000000 +0200 +++ new/azure-cli-telemetry-1.0.1/setup.py 2019-01-25 20:43:40.000000000 +0100 @@ -16,7 +16,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "1.0.0" +VERSION = "1.0.1" CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable',
participants (1)
-
root