Hello community,
here is the log from the commit of package python-azure-mgmt-compute for
openSUSE:Factory checked in at 2018-02-14 09:26:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-compute (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-compute.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-compute"
Wed Feb 14 09:26:06 2018 rev:2 rq:571100 version:3.1.0rc3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-compute/python-azure-mgmt-compute.changes
2017-10-11 22:58:23.108708043 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-compute.new/python-azure-mgmt-compute.changes
2018-02-14 09:26:13.875200954 +0100
@@ -1,0 +2,12 @@
+Thu Jan 18 13:04:24 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 3.1.0rc3
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+ + amc_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-compute-3.0.1.zip
New:
----
azure-mgmt-compute-3.1.0rc3.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-compute.spec ++++++
--- /var/tmp/diff_new_pack.jQhFNR/_old 2018-02-14 09:26:14.723170224 +0100
+++ /var/tmp/diff_new_pack.jQhFNR/_new 2018-02-14 09:26:14.727170079 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-compute
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-compute
-Version: 3.0.1
+Version: 3.1.0rc3
Release: 0
Summary: Microsoft Azure Compute Management Client Library
License: MIT
@@ -37,8 +37,8 @@
Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
-Requires: python-msrestazure < 1.0.0
-Requires: python-msrestazure >= 0.4.11
+Requires: python-msrestazure < 2.0.0
+Requires: python-msrestazure >= 0.4.20
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -72,7 +72,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/compute
%{python_sitelib}/azure_mgmt_compute-*.egg-info
++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.jQhFNR/_old 2018-02-14 09:26:14.771168484 +0100
+++ /var/tmp/diff_new_pack.jQhFNR/_new 2018-02-14 09:26:14.775168339 +0100
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-compute-3.0.1.orig/setup.py
azure-mgmt-compute-3.0.1/setup.py
---- azure-mgmt-compute-3.0.1.orig/setup.py 2017-09-26 18:25:18.000000000
+0200
-+++ azure-mgmt-compute-3.0.1/setup.py 2017-10-02 09:57:43.337111305 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(exclude=["tests"]),
- install_requires=[
-- 'msrestazure~=0.4.11',
-- 'azure-common~=1.1',
-+ 'msrestazure>=0.4.11',
-+ 'azure-common>=1.1',
- ],
- cmdclass=cmdclass
- )
+diff -Nru azure-mgmt-compute-3.1.0rc3.orig/setup.py
azure-mgmt-compute-3.1.0rc3/setup.py
+--- azure-mgmt-compute-3.1.0rc3.orig/setup.py 2018-01-11 12:08:18.000000000
+0100
++++ azure-mgmt-compute-3.1.0rc3/setup.py 2018-01-18 13:57:30.758583733
+0100
+@@ -78,7 +78,7 @@
+ packages=find_packages(exclude=["tests"]),
+ install_requires=[
+ 'msrestazure>=0.4.20,<2.0.0',
+- 'azure-common~=1.1',
++ 'azure-common>=1.1',
+ ],
+ cmdclass=cmdclass
+ )