Hello community,

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

Package is "azure-cli-reservations"

Wed May 22 11:01:49 2019 rev:3 rq:696855 version:0.4.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/azure-cli-reservations/azure-cli-reservations.changes
    2018-10-15 10:47:50.807107715 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-reservations.new.5148/azure-cli-reservations.changes
  2019-05-22 11:01:54.850674032 +0200
@@ -1,0 +2,16 @@
+Tue Apr 16 18:26:45 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 0.4.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
+- Update Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-reservations-0.3.2.tar.gz

New:
----
  azure-cli-reservations-0.4.1.tar.gz

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

Other differences:
------------------
++++++ azure-cli-reservations.spec ++++++
--- /var/tmp/diff_new_pack.cE3iUL/_old  2019-05-22 11:01:56.714672963 +0200
+++ /var/tmp/diff_new_pack.cE3iUL/_new  2019-05-22 11:01:56.714672963 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-reservations
 #
-# 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-reservations
-Version:        0.3.2
+Version:        0.4.1
 Release:        0
 Summary:        Microsoft Azure CLI 'reservations' Command Module
 License:        MIT
@@ -27,15 +27,14 @@
 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-mgmt-reservations >= 0.2.1
-Requires:       python3-azure-nspkg
+Requires:       python3-azure-mgmt-reservations >= 0.3.1
+Requires:       python3-azure-nspkg >= 3.0.0
 Conflicts:      azure-cli < 2.0.0
 
 BuildArch:      noarch
@@ -55,6 +54,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-reservations-0.3.2.tar.gz -> 
azure-cli-reservations-0.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-reservations-0.3.2/HISTORY.rst 
new/azure-cli-reservations-0.4.1/HISTORY.rst
--- old/azure-cli-reservations-0.3.2/HISTORY.rst        2018-08-23 
01:07:57.000000000 +0200
+++ new/azure-cli-reservations-0.4.1/HISTORY.rst        2018-11-15 
19:56:29.000000000 +0100
@@ -2,6 +2,14 @@
 
 Release History
 ===============
+0.4.1
++++++
+* Add RedHat in the reserved resource enum type
+
+0.4.0
++++++
+* Add CosmosDb in the reserved resource enum type
+* Add name property in Patch model
 
 0.3.2
 +++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-reservations-0.3.2/PKG-INFO 
new/azure-cli-reservations-0.4.1/PKG-INFO
--- old/azure-cli-reservations-0.3.2/PKG-INFO   2018-08-23 01:10:10.000000000 
+0200
+++ new/azure-cli-reservations-0.4.1/PKG-INFO   2018-11-15 19:56:53.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-reservations
-Version: 0.3.2
+Version: 0.4.1
 Summary: Microsoft Azure Command-Line Tools Reservations Command Module
 Home-page: https://github.com/azure/azure-cli
 Author: Microsoft Corporation
@@ -17,6 +17,14 @@
         
         Release History
         ===============
+        0.4.1
+        +++++
+        * Add RedHat in the reserved resource enum type
+        
+        0.4.0
+        +++++
+        * Add CosmosDb in the reserved resource enum type
+        * Add name property in Patch model
         
         0.3.2
         +++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-reservations-0.3.2/azure_cli_reservations.egg-info/PKG-INFO 
new/azure-cli-reservations-0.4.1/azure_cli_reservations.egg-info/PKG-INFO
--- old/azure-cli-reservations-0.3.2/azure_cli_reservations.egg-info/PKG-INFO   
2018-08-23 01:10:10.000000000 +0200
+++ new/azure-cli-reservations-0.4.1/azure_cli_reservations.egg-info/PKG-INFO   
2018-11-15 19:56:53.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-reservations
-Version: 0.3.2
+Version: 0.4.1
 Summary: Microsoft Azure Command-Line Tools Reservations Command Module
 Home-page: https://github.com/azure/azure-cli
 Author: Microsoft Corporation
@@ -17,6 +17,14 @@
         
         Release History
         ===============
+        0.4.1
+        +++++
+        * Add RedHat in the reserved resource enum type
+        
+        0.4.0
+        +++++
+        * Add CosmosDb in the reserved resource enum type
+        * Add name property in Patch model
         
         0.3.2
         +++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-reservations-0.3.2/azure_cli_reservations.egg-info/requires.txt 
new/azure-cli-reservations-0.4.1/azure_cli_reservations.egg-info/requires.txt
--- 
old/azure-cli-reservations-0.3.2/azure_cli_reservations.egg-info/requires.txt   
    2018-08-23 01:10:10.000000000 +0200
+++ 
new/azure-cli-reservations-0.4.1/azure_cli_reservations.egg-info/requires.txt   
    2018-11-15 19:56:53.000000000 +0100
@@ -1,2 +1,2 @@
-azure-mgmt-reservations==0.2.1
+azure-mgmt-reservations==0.3.1
 azure-cli-core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-reservations-0.3.2/setup.py 
new/azure-cli-reservations-0.4.1/setup.py
--- old/azure-cli-reservations-0.3.2/setup.py   2018-08-23 01:07:57.000000000 
+0200
+++ new/azure-cli-reservations-0.4.1/setup.py   2018-11-15 19:56:29.000000000 
+0100
@@ -15,7 +15,7 @@
     logger.warn("Wheel is not available, disabling bdist_wheel hook")
     cmdclass = {}
 
-VERSION = "0.3.2"
+VERSION = "0.4.1"
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 CLASSIFIERS = [
@@ -33,7 +33,7 @@
 ]
 
 DEPENDENCIES = [
-    'azure-mgmt-reservations==0.2.1',
+    'azure-mgmt-reservations==0.3.1',
     'azure-cli-core'
 ]
 


Reply via email to