Hello community,

here is the log from the commit of package azure-cli-nspkg for openSUSE:Factory 
checked in at 2019-05-22 11:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-nspkg (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-nspkg.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-nspkg"

Wed May 22 11:01:13 2019 rev:3 rq:696849 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-nspkg/azure-cli-nspkg.changes  
2018-05-13 16:02:53.115103430 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-nspkg.new.5148/azure-cli-nspkg.changes    
    2019-05-22 11:01:15.166696773 +0200
@@ -1,0 +2,15 @@
+Tue Apr 16 15:53:15 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 3.0.3
+  + 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-nspkg-3.0.2.tar.gz

New:
----
  azure-cli-nspkg-3.0.3.tar.gz

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

Other differences:
------------------
++++++ azure-cli-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.wi3e4t/_old  2019-05-22 11:01:16.018696284 +0200
+++ /var/tmp/diff_new_pack.wi3e4t/_new  2019-05-22 11:01:16.022696283 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-nspkg
 #
-# 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,12 +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-nspkg
-Version:        3.0.2
+Version:        3.0.3
 Release:        0
 Summary:        Microsoft Azure CLI Namespace Package
 License:        MIT
@@ -25,11 +25,10 @@
 Url:            https://github.com/Azure/azure-cli
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz
 Source1:        LICENSE.txt
-BuildRequires:  python3-azure-nspkg
-BuildRequires:  python3-devel
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
-Requires:       python3-azure-nspkg
+Requires:       python3-azure-nspkg >= 3.0.0
 Conflicts:      azure-cli < 2.0.0
 
 BuildArch:      noarch
@@ -52,6 +51,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files
 %defattr(-,root,root,-)

++++++ azure-cli-nspkg-3.0.2.tar.gz -> azure-cli-nspkg-3.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.2/HISTORY.rst 
new/azure-cli-nspkg-3.0.3/HISTORY.rst
--- old/azure-cli-nspkg-3.0.2/HISTORY.rst       2018-03-10 02:30:57.000000000 
+0100
+++ new/azure-cli-nspkg-3.0.3/HISTORY.rst       2018-07-14 01:41:34.000000000 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===============
 
+3.0.3
+++++++
+* Minor fixes.
+
 3.0.2
 +++++
 * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.2/PKG-INFO 
new/azure-cli-nspkg-3.0.3/PKG-INFO
--- old/azure-cli-nspkg-3.0.2/PKG-INFO  2018-03-10 02:31:15.000000000 +0100
+++ new/azure-cli-nspkg-3.0.3/PKG-INFO  2018-07-14 01:41:40.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-nspkg
-Version: 3.0.2
+Version: 3.0.3
 Summary: Microsoft Azure CLI Namespace Package
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,10 @@
         Release History
         ===============
         
+        3.0.3
+        ++++++
+        * Minor fixes.
+        
         3.0.2
         +++++
         * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-nspkg-3.0.2/azure_cli_nspkg.egg-info/PKG-INFO 
new/azure-cli-nspkg-3.0.3/azure_cli_nspkg.egg-info/PKG-INFO
--- old/azure-cli-nspkg-3.0.2/azure_cli_nspkg.egg-info/PKG-INFO 2018-03-10 
02:31:15.000000000 +0100
+++ new/azure-cli-nspkg-3.0.3/azure_cli_nspkg.egg-info/PKG-INFO 2018-07-14 
01:41:40.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-nspkg
-Version: 3.0.2
+Version: 3.0.3
 Summary: Microsoft Azure CLI Namespace Package
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,10 @@
         Release History
         ===============
         
+        3.0.3
+        ++++++
+        * Minor fixes.
+        
         3.0.2
         +++++
         * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-nspkg-3.0.2/setup.py 
new/azure-cli-nspkg-3.0.3/setup.py
--- old/azure-cli-nspkg-3.0.2/setup.py  2018-03-10 02:30:57.000000000 +0100
+++ new/azure-cli-nspkg-3.0.3/setup.py  2018-07-14 01:41:34.000000000 +0200
@@ -8,7 +8,7 @@
 from codecs import open
 from setuptools import setup
 
-VERSION = "3.0.2"
+VERSION = "3.0.3"
 
 CLASSIFIERS = [
     'Development Status :: 5 - Production/Stable',


Reply via email to