Hello community,

here is the log from the commit of package python-azure-mgmt-containerservice 
for openSUSE:Factory checked in at 2017-11-04 19:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Sat Nov  4 19:30:13 2017 rev:3 rq:538832 version:1.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice/python-azure-mgmt-containerservice.changes
    2017-10-17 01:54:11.813716374 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new/python-azure-mgmt-containerservice.changes
       2017-11-04 19:30:33.098353375 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:38:01 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amc_drop-compatible-releases-operator.patch
+
+-------------------------------------------------------------------

New:
----
  amc_drop-compatible-releases-operator.patch

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

Other differences:
------------------
++++++ python-azure-mgmt-containerservice.spec ++++++
--- /var/tmp/diff_new_pack.Zqe4UQ/_old  2017-11-04 19:30:33.734330138 +0100
+++ /var/tmp/diff_new_pack.Zqe4UQ/_new  2017-11-04 19:30:33.738329991 +0100
@@ -26,6 +26,7 @@
 Url:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerservice/azure-mgmt-containerservice-%{version}.zip
 Source1:        LICENSE.txt
+Patch1:         amc_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-containerservice-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerservice-%{version}

++++++ amc_drop-compatible-releases-operator.patch ++++++
diff -Nru azure-mgmt-containerservice-1.0.0.orig/setup.py 
azure-mgmt-containerservice-1.0.0/setup.py
--- azure-mgmt-containerservice-1.0.0.orig/setup.py     2017-08-08 
21:23:40.000000000 +0200
+++ azure-mgmt-containerservice-1.0.0/setup.py  2017-11-03 19:36:32.681662264 
+0100
@@ -78,8 +78,8 @@
     zip_safe=False,
     packages=find_packages(),
     install_requires=[
-        'msrestazure~=0.4.11',
-        'azure-common~=1.1',
+        'msrestazure>=0.4.11',
+        'azure-common>=1.1',
     ],
     cmdclass=cmdclass
 )


Reply via email to