From effab3f24ebd306c7bc244120529163abc51b2fcd52a57780c4046bd0c5b91ea Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Feb 2018 08:27:03 +0000 Subject: [PATCH] Accepting request 571112 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/571112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-iothub?expand=0&rev=2 --- ami_drop-compatible-releases-operator.patch | 16 ++++++++-------- azure-mgmt-iothub-0.3.0.zip | 3 --- azure-mgmt-iothub-0.4.0.zip | 3 +++ python-azure-mgmt-iothub.changes | 13 +++++++++++++ python-azure-mgmt-iothub.spec | 12 ++++++------ 5 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 azure-mgmt-iothub-0.3.0.zip create mode 100644 azure-mgmt-iothub-0.4.0.zip diff --git a/ami_drop-compatible-releases-operator.patch b/ami_drop-compatible-releases-operator.patch index 6a7ec3a..a1c56b9 100644 --- a/ami_drop-compatible-releases-operator.patch +++ b/ami_drop-compatible-releases-operator.patch @@ -1,14 +1,14 @@ -diff -Nru azure-mgmt-iothub-0.3.0.orig/setup.py azure-mgmt-iothub-0.3.0/setup.py ---- azure-mgmt-iothub-0.3.0.orig/setup.py 2017-06-14 00:02:26.000000000 +0200 -+++ azure-mgmt-iothub-0.3.0/setup.py 2017-06-14 11:28:49.958045042 +0200 +diff -Nru azure-mgmt-iothub-0.4.0.orig/setup.py azure-mgmt-iothub-0.4.0/setup.py +--- azure-mgmt-iothub-0.4.0.orig/setup.py 2017-10-11 17:50:14.000000000 +0200 ++++ azure-mgmt-iothub-0.4.0/setup.py 2018-01-19 11:49:45.979780528 +0100 @@ -78,8 +78,8 @@ zip_safe=False, - packages=find_packages(), + packages=find_packages(exclude=["tests"]), install_requires=[ -- 'azure-common~=1.1.5', -- 'msrestazure~=0.4.7', -+ 'azure-common>=1.1.5', -+ 'msrestazure>=0.4.7', +- 'msrestazure~=0.4.11', +- 'azure-common~=1.1', ++ 'msrestazure>=0.4.11', ++ 'azure-common>=1.1', ], cmdclass=cmdclass ) diff --git a/azure-mgmt-iothub-0.3.0.zip b/azure-mgmt-iothub-0.3.0.zip deleted file mode 100644 index 7e2d38d..0000000 --- a/azure-mgmt-iothub-0.3.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc382f3afd16118948c7746b7ff5a843fd6b5aaf14888231fd509efc3e81ebdb -size 56479 diff --git a/azure-mgmt-iothub-0.4.0.zip b/azure-mgmt-iothub-0.4.0.zip new file mode 100644 index 0000000..75a6b03 --- /dev/null +++ b/azure-mgmt-iothub-0.4.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ff5bf8cc6096ab468ba444d64b501366218af15f937f0ce14173fadbc1653d +size 71088 diff --git a/python-azure-mgmt-iothub.changes b/python-azure-mgmt-iothub.changes index 677cc7d..71c5fa4 100644 --- a/python-azure-mgmt-iothub.changes +++ b/python-azure-mgmt-iothub.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 19 10:50:59 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 0.4.0 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Install HISTORY.rst into doc directory +- Refresh patches for new version + + ami_drop-compatible-releases-operator.patch +- Update Description from upstream +- Update Requires from setup.py + ------------------------------------------------------------------- Wed Oct 4 14:50:11 UTC 2017 - adrian.glaubitz@suse.com diff --git a/python-azure-mgmt-iothub.spec b/python-azure-mgmt-iothub.spec index c681958..7d5f2fc 100644 --- a/python-azure-mgmt-iothub.spec +++ b/python-azure-mgmt-iothub.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-iothub # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-iothub -Version: 0.3.0 +Version: 0.4.0 Release: 0 Summary: Microsoft Azure IoTHub Management Client Library License: MIT @@ -34,11 +34,11 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-azure-common < 2.0.0 -Requires: python-azure-common >= 1.1.5 +Requires: python-azure-common >= 1.1 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg Requires: python-msrestazure < 1.0.0 -Requires: python-msrestazure >= 0.4.7 +Requires: python-msrestazure >= 0.4.11 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -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 replace the old Azure Service Management (ASM). -This package has been tested with Python 2.7, 3.3, 3.4 and 3.5. +This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6. %prep %setup -q -n azure-mgmt-iothub-%{version} @@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%doc HISTORY.rst LICENSE.txt README.rst %{python_sitelib}/azure/mgmt/iothub %{python_sitelib}/azure_mgmt_iothub-*.egg-info