Hello community,

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

Package is "azure-cli-interactive"

Wed May 22 11:00:20 2019 rev:5 rq:696840 version:0.4.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/azure-cli-interactive/azure-cli-interactive.changes  
    2018-10-15 10:47:32.783126965 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-interactive.new.5148/azure-cli-interactive.changes
    2019-05-22 11:00:23.378738499 +0200
@@ -1,0 +2,18 @@
+Tue Apr 16 14:59:43 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- 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
+- Refresh patches for new version
+  + aci_drop-compatible-releases-operator.patch
+- 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-interactive-0.3.28.tar.gz

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

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

Other differences:
------------------
++++++ azure-cli-interactive.spec ++++++
--- /var/tmp/diff_new_pack.lVKvS4/_old  2019-05-22 11:00:23.846737893 +0200
+++ /var/tmp/diff_new_pack.lVKvS4/_new  2019-05-22 11:00:23.850737888 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-interactive
 #
-# 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-interactive
-Version:        0.3.28
+Version:        0.4.1
 Release:        0
 Summary:        Microsoft Azure CLI Interactive Shell
 License:        MIT
@@ -28,22 +28,15 @@
 Patch1:         aci_drop-compatible-releases-operator.patch
 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-prompt_toolkit
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 Requires:       azure-cli-command-modules-nspkg
 Requires:       azure-cli-core
 Requires:       azure-cli-nspkg
-Requires:       python3-PyYAML < 4.0.0
-Requires:       python3-PyYAML >= 3.13
-Requires:       python3-applicationinsights < 1.0.0
-Requires:       python3-applicationinsights >= 0.11.4
-Requires:       python3-azure-nspkg
-Requires:       python3-jmespath < 1.0.0
-Requires:       python3-jmespath >= 0.9.3
-Requires:       python3-six < 2.0.0
-Requires:       python3-six >= 1.11.0
+Requires:       python3-azure-nspkg >= 3.0.0
+Requires:       python3-prompt_toolkit
 Conflicts:      azure-cli < 2.0.0
 
 BuildArch:      noarch
@@ -64,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/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*

++++++ aci_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.lVKvS4/_old  2019-05-22 11:00:23.882737847 +0200
+++ /var/tmp/diff_new_pack.lVKvS4/_new  2019-05-22 11:00:23.886737841 +0200
@@ -1,18 +1,12 @@
-diff -Nru azure-cli-interactive-0.3.28.orig/setup.py 
azure-cli-interactive-0.3.28/setup.py
---- azure-cli-interactive-0.3.28.orig/setup.py 2018-08-09 08:34:43.000000000 
+0200
-+++ azure-cli-interactive-0.3.28/setup.py      2018-09-17 12:40:08.342895572 
+0200
-@@ -33,10 +33,10 @@
+diff -Nru azure-cli-interactive-0.4.1.orig/setup.py 
azure-cli-interactive-0.4.1/setup.py
+--- azure-cli-interactive-0.4.1.orig/setup.py  2018-12-14 18:43:41.000000000 
+0100
++++ azure-cli-interactive-0.4.1/setup.py       2019-02-25 12:30:21.178633229 
+0100
+@@ -32,7 +32,7 @@
+ 
  DEPENDENCIES = [
-     'applicationinsights~=0.11.4',
      'azure-cli-core',
--    'jmespath~=0.9.3',
--    'prompt_toolkit~=1.0.15',
--    'pyyaml~=3.13',
--    'six~=1.11.0',
-+    'jmespath>=0.9.3',
-+    'prompt_toolkit>=1.0.15',
-+    'pyyaml>=3.13',
-+    'six>=1.11.0',
+-    'prompt_toolkit~=1.0.15'
++    'prompt_toolkit>=1.0.15'
  ]
  
  with open('README.rst', 'r', encoding='utf-8') as f:

++++++ azure-cli-interactive-0.3.28.tar.gz -> 
azure-cli-interactive-0.4.1.tar.gz ++++++
++++ 3383 lines of diff (skipped)


Reply via email to