Hello community,
here is the log from the commit of package python-azure-mgmt-compute for
openSUSE:Leap:15.2 checked in at 2020-04-17 13:37:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-azure-mgmt-compute (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-azure-mgmt-compute.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-compute"
Fri Apr 17 13:37:16 2020 rev:13 rq:794140 version:4.6.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-azure-mgmt-compute/python-azure-mgmt-compute.changes
2020-01-15 15:46:52.651372475 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-azure-mgmt-compute.new.2738/python-azure-mgmt-compute.changes
2020-04-17 13:37:18.316209133 +0200
@@ -1,0 +2,16 @@
+Mon Mar 30 12:41:37 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update in SLE-15 (bsc#1140565, jsc#ECO-1257, jsc#PM-1598)
+
+-------------------------------------------------------------------
+Wed Mar 4 13:08:44 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 4.6.2
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Refresh patches for new version
+ + amc_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-compute-4.0.1.zip
New:
----
azure-mgmt-compute-4.6.2.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-compute.spec ++++++
--- /var/tmp/diff_new_pack.Llt0vA/_old 2020-04-17 13:37:19.000209647 +0200
+++ /var/tmp/diff_new_pack.Llt0vA/_new 2020-04-17 13:37:19.000209647 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-compute
-Version: 4.0.1
+Version: 4.6.2
Release: 0
Summary: Microsoft Azure Compute Management Client Library
License: MIT
@@ -34,12 +34,12 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
-Requires: python-azure-common >= 1.1.9
+Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
Requires: python-msrest >= 0.5.0
Requires: python-msrestazure < 2.0.0
-Requires: python-msrestazure >= 0.4.27
+Requires: python-msrestazure >= 0.4.32
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.Llt0vA/_old 2020-04-17 13:37:19.032209672 +0200
+++ /var/tmp/diff_new_pack.Llt0vA/_new 2020-04-17 13:37:19.032209672 +0200
@@ -1,12 +1,12 @@
-diff -Nru azure-mgmt-compute-4.0.1.orig/setup.py
azure-mgmt-compute-4.0.1/setup.py
---- azure-mgmt-compute-4.0.1.orig/setup.py 2018-07-23 21:49:24.000000000
+0200
-+++ azure-mgmt-compute-4.0.1/setup.py 2018-09-03 16:24:35.049834727 +0200
-@@ -79,7 +79,7 @@
+diff -Nru azure-mgmt-compute-4.6.2.orig/setup.py
azure-mgmt-compute-4.6.2/setup.py
+--- azure-mgmt-compute-4.6.2.orig/setup.py 2019-04-22 23:04:46.000000000
+0200
++++ azure-mgmt-compute-4.6.2/setup.py 2020-03-04 14:08:08.994177280 +0100
+@@ -80,7 +80,7 @@
install_requires=[
'msrest>=0.5.0',
- 'msrestazure>=0.4.27,<2.0.0',
-- 'azure-common~=1.1,>=1.1.9',
-+ 'azure-common>=1.1.9,<2.0.0',
+ 'msrestazure>=0.4.32,<2.0.0',
+- 'azure-common~=1.1',
++ 'azure-common>=1.1',
],
- cmdclass=cmdclass
- )
+ extras_require={
+ ":python_version<'3.0'": ['azure-mgmt-nspkg'],