Hello community,

here is the log from the commit of package python-azure-mgmt-containerservice 
for openSUSE:Factory checked in at 2018-09-26 16:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-mgmt-containerservice"

Wed Sep 26 16:13:48 2018 rev:6 rq:637952 version:4.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice/python-azure-mgmt-containerservice.changes
    2018-04-19 15:30:28.828616045 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new/python-azure-mgmt-containerservice.changes
       2018-09-26 16:13:49.691246601 +0200
@@ -1,0 +2,12 @@
+Mon Sep  3 15:00:49 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 4.2.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
+- Update Summary and %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-containerservice-3.0.1.zip

New:
----
  azure-mgmt-containerservice-4.2.2.zip

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

Other differences:
------------------
++++++ python-azure-mgmt-containerservice.spec ++++++
--- /var/tmp/diff_new_pack.OPu6WE/_old  2018-09-26 16:13:50.243245686 +0200
+++ /var/tmp/diff_new_pack.OPu6WE/_new  2018-09-26 16:13:50.247245679 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-containerservice
-Version:        3.0.1
+Version:        4.2.2
 Release:        0
-Summary:        Microsoft Azure Container Service Client Library
+Summary:        Microsoft Azure Container Service Management Client Library
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/Azure/azure-sdk-for-python
@@ -37,8 +37,9 @@
 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-msrest >= 0.5.0
+Requires:       python-msrestazure < 2.0.0
+Requires:       python-msrestazure >= 0.4.32
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -46,12 +47,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Container Service Client Library.
+This is the Microsoft Azure Container Service Management Client Library.
 
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
 
 %prep
 %setup -q -n azure-mgmt-containerservice-%{version}

++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.OPu6WE/_old  2018-09-26 16:13:50.283245619 +0200
+++ /var/tmp/diff_new_pack.OPu6WE/_new  2018-09-26 16:13:50.283245619 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-containerservice-3.0.0.orig/setup.py 
azure-mgmt-containerservice-3.0.0/setup.py
---- azure-mgmt-containerservice-3.0.0.orig/setup.py    2017-12-13 
02:51:58.000000000 +0100
-+++ azure-mgmt-containerservice-3.0.0/setup.py 2018-01-18 15:30:21.457792923 
+0100
-@@ -78,8 +78,8 @@
-     zip_safe=False,
-     packages=find_packages(exclude=["tests"]),
+diff -Nru azure-mgmt-containerservice-4.2.2.orig/setup.py 
azure-mgmt-containerservice-4.2.2/setup.py
+--- azure-mgmt-containerservice-4.2.2.orig/setup.py    2018-08-09 
17:53:20.000000000 +0200
++++ azure-mgmt-containerservice-4.2.2/setup.py 2018-09-03 16:58:55.486467808 
+0200
+@@ -80,7 +80,7 @@
      install_requires=[
--        'msrestazure~=0.4.11',
+         'msrest>=0.5.0',
+         'msrestazure>=0.4.32,<2.0.0',
 -        'azure-common~=1.1',
-+        'msrestazure>=0.4.11',
 +        'azure-common>=1.1',
      ],
      cmdclass=cmdclass


Reply via email to