1
0

Accepting request 767835 from devel:languages:python:azure

- New upstream release
  + Version 0.10.0
  + For detailed information about changes see the
    HISTORY.txt file provided with this package
- Update %description from README.rst (forwarded request 767746 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/767835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-iothub?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-01-28 09:56:21 +00:00 committed by Git OBS Bridge
commit 4392792b87
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 20 15:55:28 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.10.0
+ For detailed information about changes see the
HISTORY.txt file provided with this package
- Update %description from README.rst
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 4 12:17:16 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Fri Oct 4 12:17:16 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-azure-mgmt-iothub # spec file for package python-azure-mgmt-iothub
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-iothub Name: python-azure-mgmt-iothub
Version: 0.8.2 Version: 0.10.0
Release: 0 Release: 0
Summary: Microsoft Azure IoTHub Management Client Library Summary: Microsoft Azure IoTHub Management Client Library
License: MIT License: MIT
Group: Development/Languages/Python 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-iothub/azure-mgmt-iothub-%{version}.zip Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-iothub/azure-mgmt-iothub-%{version}.zip
Source1: LICENSE.txt Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
@ -51,7 +51,7 @@ This is the Microsoft Azure IoTHub 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, 3.6 and 3.7. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
%prep %prep
%setup -q -n azure-mgmt-iothub-%{version} %setup -q -n azure-mgmt-iothub-%{version}