1
0

Accepting request 637979 from devel:languages:python:azure

- Update Python Azure SDK to 4.0.0

OBS-URL: https://build.opensuse.org/request/show/637979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-09-26 14:14:57 +00:00 committed by Git OBS Bridge
parent df5a758346
commit 46633a45c5
5 changed files with 32 additions and 20 deletions

View File

@ -1,12 +1,12 @@
diff -Nru azure-mgmt-network-2.0.0rc2.orig/setup.py azure-mgmt-network-2.0.0rc2/setup.py diff -Nru azure-mgmt-network-2.1.0.orig/setup.py azure-mgmt-network-2.1.0/setup.py
--- azure-mgmt-network-2.0.0rc2.orig/setup.py 2018-04-03 17:34:54.000000000 +0200 --- azure-mgmt-network-2.1.0.orig/setup.py 2018-08-28 20:44:06.000000000 +0200
+++ azure-mgmt-network-2.0.0rc2/setup.py 2018-04-11 16:07:35.253902485 +0200 +++ azure-mgmt-network-2.1.0/setup.py 2018-09-04 14:02:22.948321093 +0200
@@ -78,7 +78,7 @@ @@ -80,7 +80,7 @@
packages=find_packages(exclude=["tests"]), install_requires=[
install_requires=[ 'msrest>=0.5.0',
'msrestazure>=0.4.20,<2.0.0', 'msrestazure>=0.4.32,<2.0.0',
- 'azure-common~=1.1,>=1.1.9', - 'azure-common~=1.1,>=1.1.9',
+ 'azure-common>=1.1.9', + 'azure-common>=1.1.9,<2.0.0',
], ],
cmdclass=cmdclass cmdclass=cmdclass
) )

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56922cd31a80bd2568aeed7839a0207d9550feb54897bbb9a2a967fed9390abd
size 5074108

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 4 12:32:32 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release 2.1.0
* For detailed information about changes, see the
HISTORY.txt file provided with this package
- Refresh patches for new version
+ amn_drop-compatible-releases-operator.patch
- Update Requires from setup.py
- Update %description from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 11 14:16:08 UTC 2018 - adrian.glaubitz@suse.com Wed Apr 11 14:16:08 UTC 2018 - adrian.glaubitz@suse.com

View File

@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-network Name: python-azure-mgmt-network
Version: 2.0.0rc2 Version: 2.1.0
Release: 0 Release: 0
Summary: Microsoft Azure Network Management Client Library Summary: Microsoft Azure Network Management Client Library
License: MIT License: MIT
@ -34,11 +34,12 @@ BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: unzip BuildRequires: unzip
Requires: python-azure-common < 2.0.0 Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1 Requires: python-azure-common >= 1.1.9
Requires: python-azure-mgmt-nspkg Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg Requires: python-azure-nspkg
Requires: python-msrest >= 0.5.0
Requires: python-msrestazure < 2.0.0 Requires: python-msrestazure < 2.0.0
Requires: python-msrestazure >= 0.4.20 Requires: python-msrestazure >= 0.4.32
Conflicts: python-azure-sdk <= 2.0.0 Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch BuildArch: noarch
@ -51,7 +52,7 @@ This is the Microsoft Azure Network Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM). 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 %prep
%setup -q -n azure-mgmt-network-%{version} %setup -q -n azure-mgmt-network-%{version}