1
0

Accepting request 735743 from devel:languages:python:azure

- Update Python Azure SDK to latest version (forwarded request 735248 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/735743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-servermanager?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-10-10 12:31:29 +00:00 committed by Git OBS Bridge
commit 5dd4c33eb1
3 changed files with 7 additions and 14 deletions

View File

@ -1,12 +0,0 @@
diff -Nru azure-mgmt-servermanager-2.0.0.orig/setup.py azure-mgmt-servermanager-2.0.0/setup.py
--- azure-mgmt-servermanager-2.0.0.orig/setup.py 2018-05-29 19:49:26.000000000 +0200
+++ azure-mgmt-servermanager-2.0.0/setup.py 2018-09-05 14:25:51.691050949 +0200
@@ -78,7 +78,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrestazure>=0.4.27,<2.0.0',
- 'azure-common~=1.1',
+ 'azure-common>=1.1',
],
cmdclass=cmdclass
)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 4 12:19:59 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Drop patch to support older versions of setuptools as
SLE-12 is now shipping with a recent enough version
+ ams_drop-compatible-releases-operator.patch
-------------------------------------------------------------------
Mon Apr 15 09:12:55 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -26,7 +26,6 @@ Group: Development/Languages/Python
Url: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-servermanager/azure-mgmt-servermanager-%{version}.zip
Source1: LICENSE.txt
Patch1: ams_drop-compatible-releases-operator.patch
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
@ -55,7 +54,6 @@ This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
%prep
%setup -q -n azure-mgmt-servermanager-%{version}
%patch1 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servermanager-%{version}