commit azure-cli-command-modules-nspkg for openSUSE:Factory
Hello community, here is the log from the commit of package azure-cli-command-modules-nspkg for openSUSE:Factory checked in at 2019-05-22 10:59:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-command-modules-nspkg (Old) and /work/SRC/openSUSE:Factory/.azure-cli-command-modules-nspkg.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "azure-cli-command-modules-nspkg" Wed May 22 10:59:17 2019 rev:2 rq:696823 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-command-modules-nspkg/azure-cli-command-modules-nspkg.changes 2017-11-10 14:53:03.877480492 +0100 +++ /work/SRC/openSUSE:Factory/.azure-cli-command-modules-nspkg.new.5148/azure-cli-command-modules-nspkg.changes 2019-05-22 10:59:20.502819929 +0200 @@ -1,0 +2,16 @@ +Tue Apr 16 13:25:36 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release + + Version 2.0.2 + + 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 +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- azure-cli-command-modules-nspkg-2.0.1.tar.gz New: ---- azure-cli-command-modules-nspkg-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-command-modules-nspkg.spec ++++++ --- /var/tmp/diff_new_pack.Ta9wMd/_old 2019-05-22 10:59:21.866818163 +0200 +++ /var/tmp/diff_new_pack.Ta9wMd/_new 2019-05-22 10:59:21.898818122 +0200 @@ -1,7 +1,7 @@ # # spec file for package azure-cli-command-modules-nspkg # -# Copyright (c) 2017 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-command-modules-nspkg -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Microsoft Azure CLI Command modules Namespace Package License: MIT @@ -24,13 +25,12 @@ Url: https://github.com/Azure/azure-cli Source: https://files.pythonhosted.org/packages/source/a/azure-cli-command-modules-nspkg/azure-cli-command-modules-nspkg-%{version}.tar.gz Source1: LICENSE.txt -BuildRequires: python3-devel +BuildRequires: azure-cli-nspkg >= 3.0.0 +BuildRequires: fdupes +BuildRequires: python3-azure-nspkg >= 3.0.0 BuildRequires: python3-setuptools -BuildRequires: unzip -BuildRequires: azure-cli-nspkg -BuildRequires: python3-azure-nspkg -Requires: azure-cli-nspkg -Requires: python3-azure-nspkg +Requires: azure-cli-nspkg >= 3.0.0 +Requires: python3-azure-nspkg >= 3.0.0 Conflicts: azure-cli < 2.0.0 BuildArch: noarch @@ -53,10 +53,12 @@ %install python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %defattr(-,root,root,-) %doc LICENSE.txt README.rst %{python3_sitelib}/azure/cli/command_modules %{python3_sitelib}/azure_cli_command_modules_nspkg-*.egg-info + %changelog ++++++ azure-cli-command-modules-nspkg-2.0.1.tar.gz -> azure-cli-command-modules-nspkg-2.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-command-modules-nspkg-2.0.1/HISTORY.rst new/azure-cli-command-modules-nspkg-2.0.2/HISTORY.rst --- old/azure-cli-command-modules-nspkg-2.0.1/HISTORY.rst 2017-07-07 18:19:51.000000000 +0200 +++ new/azure-cli-command-modules-nspkg-2.0.2/HISTORY.rst 2018-07-14 01:41:34.000000000 +0200 @@ -2,8 +2,13 @@ Release History =============== -2.0.1 (2017-07-07) -++++++++++++++++++ + +2.0.2 +++++++ +* Minor fixes. + +2.0.1 ++++++ * minor fixes 2.0.0 (2017-04-28) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-command-modules-nspkg-2.0.1/PKG-INFO new/azure-cli-command-modules-nspkg-2.0.2/PKG-INFO --- old/azure-cli-command-modules-nspkg-2.0.1/PKG-INFO 2017-07-07 18:19:51.000000000 +0200 +++ new/azure-cli-command-modules-nspkg-2.0.2/PKG-INFO 2018-07-14 01:41:41.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-command-modules-nspkg -Version: 2.0.1 +Version: 2.0.2 Summary: Microsoft Azure CLI Command Modules Namespace Package Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -20,8 +20,13 @@ Release History =============== - 2.0.1 (2017-07-07) - ++++++++++++++++++ + + 2.0.2 + ++++++ + * Minor fixes. + + 2.0.1 + +++++ * minor fixes 2.0.0 (2017-04-28) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-command-modules-nspkg-2.0.1/azure_cli_command_modules_nspkg.egg-info/PKG-INFO new/azure-cli-command-modules-nspkg-2.0.2/azure_cli_command_modules_nspkg.egg-info/PKG-INFO --- old/azure-cli-command-modules-nspkg-2.0.1/azure_cli_command_modules_nspkg.egg-info/PKG-INFO 2017-07-07 18:19:51.000000000 +0200 +++ new/azure-cli-command-modules-nspkg-2.0.2/azure_cli_command_modules_nspkg.egg-info/PKG-INFO 2018-07-14 01:41:41.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-command-modules-nspkg -Version: 2.0.1 +Version: 2.0.2 Summary: Microsoft Azure CLI Command Modules Namespace Package Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -20,8 +20,13 @@ Release History =============== - 2.0.1 (2017-07-07) - ++++++++++++++++++ + + 2.0.2 + ++++++ + * Minor fixes. + + 2.0.1 + +++++ * minor fixes 2.0.0 (2017-04-28) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-command-modules-nspkg-2.0.1/setup.py new/azure-cli-command-modules-nspkg-2.0.2/setup.py --- old/azure-cli-command-modules-nspkg-2.0.1/setup.py 2017-07-07 18:19:51.000000000 +0200 +++ new/azure-cli-command-modules-nspkg-2.0.2/setup.py 2018-07-14 01:41:34.000000000 +0200 @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup -VERSION = "2.0.1" +VERSION = "2.0.2" CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable',
participants (1)
-
root