1
0

Accepting request 694280 from home:glaubitz:branches:devel:languages:python:azure3

- Update Python Azure SDK to latest version

OBS-URL: https://build.opensuse.org/request/show/694280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-containerinstance?expand=0&rev=4
This commit is contained in:
2019-04-15 12:41:17 +00:00
committed by Git OBS Bridge
parent fdb1692eb2
commit e6ac804235
6 changed files with 57 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-containerinstance
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-containerinstance
Version: 1.0.0
Version: 1.4.0
Release: 0
Summary: Microsoft Azure Container Instance Client Library
License: MIT
@@ -27,18 +27,21 @@ 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
BuildRequires: %{python_module azure-mgmt-nspkg}
BuildRequires: %{python_module azure-nspkg}
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
BuildRequires: unzip
Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.5.0
Requires: python-msrestazure < 2.0.0
Requires: python-msrestazure >= 0.4.27
Requires: python-msrestazure >= 0.4.32
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -51,11 +54,12 @@ This is the Microsoft Azure Container Instance Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
This package has been tested with Python 2.7, 3.4, 3.5 and 3.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}
@@ -63,6 +67,7 @@ install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__