Hello community,
here is the log from the commit of package python-azure-mgmt-consumption for
openSUSE:Factory checked in at 2017-11-10 14:56:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-consumption (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-consumption.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-consumption"
Fri Nov 10 14:56:30 2017 rev:3 rq:539571 version:0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-consumption/python-azure-mgmt-consumption.changes
2017-10-17 01:54:06.733954286 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-consumption.new/python-azure-mgmt-consumption.changes
2017-11-10 14:56:50.293291708 +0100
@@ -1,0 +2,7 @@
+Fri Nov 3 18:33:28 UTC 2017 - [email protected]
+
+- 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-consumption.spec ++++++
--- /var/tmp/diff_new_pack.tqCGUx/_old 2017-11-10 14:56:51.089262918 +0100
+++ /var/tmp/diff_new_pack.tqCGUx/_new 2017-11-10 14:56:51.093262773 +0100
@@ -26,6 +26,7 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-consumption/azure-mgmt-consumption-%{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-consumption-%{version}
+%patch1 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-consumption-%{version}
++++++ amc_drop-compatible-releases-operator.patch ++++++
diff -Nru azure-mgmt-consumption-0.1.0.orig/setup.py
azure-mgmt-consumption-0.1.0/setup.py
--- azure-mgmt-consumption-0.1.0.orig/setup.py 2017-04-27 15:03:06.000000000
+0200
+++ azure-mgmt-consumption-0.1.0/setup.py 2017-11-03 19:32:03.871350287
+0100
@@ -78,8 +78,8 @@
zip_safe=False,
packages=find_packages(),
install_requires=[
- 'msrestazure~=0.4.7',
- 'azure-common~=1.1.5',
+ 'msrestazure>=0.4.7',
+ 'azure-common>=1.1.5',
],
cmdclass=cmdclass
)