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

- Update to latest upstream version, required for azure-cli

OBS-URL: https://build.opensuse.org/request/show/751387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-compute?expand=0&rev=11
This commit is contained in:
Robert Schweikert 2019-11-27 16:58:52 +00:00 committed by Git OBS Bridge
parent 2264340514
commit a7a8695148
4 changed files with 14 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 27 15:38:07 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 10.0.0
+ For detailed information about changes see the
HISTORY.txt file provided with this package
-------------------------------------------------------------------
Fri Oct 4 12:15:05 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-compute
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-compute
Version: 7.0.0
Version: 10.0.0
Release: 0
Summary: Microsoft Azure Compute Management Client Library
License: MIT
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-compute/azure-mgmt-compute-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}