forked from pool/python-azure-mgmt-servermanager
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:
commit
5dd4c33eb1
@ -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
|
|
||||||
)
|
|
@ -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>
|
Mon Apr 15 09:12:55 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ Group: Development/Languages/Python
|
|||||||
Url: https://github.com/Azure/azure-sdk-for-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
|
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-servermanager/azure-mgmt-servermanager-%{version}.zip
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
Patch1: ams_drop-compatible-releases-operator.patch
|
|
||||||
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
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
|
%prep
|
||||||
%setup -q -n azure-mgmt-servermanager-%{version}
|
%setup -q -n azure-mgmt-servermanager-%{version}
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servermanager-%{version}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servermanager-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user