Accepting request 637950 from devel:languages:python:azure

- Update Python Azure SDK to 4.0.0

OBS-URL: https://build.opensuse.org/request/show/637950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-containerinstance?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2018-09-26 14:13:45 +00:00 committed by Git OBS Bridge
parent 4e476a3b74
commit fdb1692eb2
5 changed files with 20 additions and 9 deletions

View File

@ -1,10 +1,10 @@
diff -Nru azure-mgmt-containerinstance-0.3.1.orig/setup.py azure-mgmt-containerinstance-0.3.1/setup.py
--- azure-mgmt-containerinstance-0.3.1.orig/setup.py 2018-02-05 18:35:36.000000000 +0100
+++ azure-mgmt-containerinstance-0.3.1/setup.py 2018-03-07 14:19:30.428712948 +0100
diff -Nru azure-mgmt-containerinstance-1.0.0.orig/setup.py azure-mgmt-containerinstance-1.0.0/setup.py
--- azure-mgmt-containerinstance-1.0.0.orig/setup.py 2018-06-21 19:55:36.000000000 +0200
+++ azure-mgmt-containerinstance-1.0.0/setup.py 2018-09-03 16:39:13.732927938 +0200
@@ -78,7 +78,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrestazure>=0.4.20,<2.0.0',
'msrestazure>=0.4.27,<2.0.0',
- 'azure-common~=1.1',
+ 'azure-common>=1.1',
],

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:226985c19801a780384aebf88001c0736b496e9aae154c5ead5b0c6f3ce819b8
size 54697

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68c8150b5431752484b4933a6a15856b503068314b9d87ff99b03df3549bc92f
size 85906

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 3 14:48:14 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.0
+ For detailed information about changes see the
HISTORY.txt file provided with this package
- Refresh patches for new version
+ amc_drop-compatible-releases-operator.patch
- Update Requires from setup.py
-------------------------------------------------------------------
Wed Apr 11 12:49:44 UTC 2018 - adrian.glaubitz@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-containerinstance
Version: 0.4.0
Version: 1.0.0
Release: 0
Summary: Microsoft Azure Container Instance Client Library
License: MIT
@ -38,7 +38,7 @@ Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
Requires: python-msrestazure < 2.0.0
Requires: python-msrestazure >= 0.4.20
Requires: python-msrestazure >= 0.4.27
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch