1
0

Accepting request 735186 from home:glaubitz:branches:devel:languages:python:azure

- Update Python Azure SDK to latest version

OBS-URL: https://build.opensuse.org/request/show/735186
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-containerinstance?expand=0&rev=6
This commit is contained in:
2019-10-07 10:07:12 +00:00
committed by Git OBS Bridge
parent e6ac804235
commit 31da2fb7e4
6 changed files with 18 additions and 32 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-containerinstance
Version: 1.4.0
Version: 1.5.0
Release: 0
Summary: Microsoft Azure Container Instance Client Library
License: MIT
@@ -26,11 +26,8 @@ Group: Development/Languages/Python
Url: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{version}.zip
Source1: LICENSE.txt
Patch1: amc_drop-compatible-releases-operator.patch
Patch2: amc_drop-extras-require.patch
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -58,8 +55,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-containerinstance-%{version}
%patch1 -p1
%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}