From 31da2fb7e451949a7a24e05e63b456d2cddd076fdcfcdb69fec166cc9de32bf7 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Oct 2019 10:07:12 +0000 Subject: [PATCH] Accepting request 735186 from home:glaubitz:branches:devel:languages:python:azure - Update Python Azure SDK to latest version OBS-URL: https://build.opensuse.org/request/show/735186 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-containerinstance?expand=0&rev=6 --- amc_drop-compatible-releases-operator.patch | 12 ------------ amc_drop-extras-require.patch | 11 ----------- azure-mgmt-containerinstance-1.4.0.zip | 3 --- azure-mgmt-containerinstance-1.5.0.zip | 3 +++ python-azure-mgmt-containerinstance.changes | 14 ++++++++++++++ python-azure-mgmt-containerinstance.spec | 7 +------ 6 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 amc_drop-compatible-releases-operator.patch delete mode 100644 amc_drop-extras-require.patch delete mode 100644 azure-mgmt-containerinstance-1.4.0.zip create mode 100644 azure-mgmt-containerinstance-1.5.0.zip diff --git a/amc_drop-compatible-releases-operator.patch b/amc_drop-compatible-releases-operator.patch deleted file mode 100644 index 523cf4e..0000000 --- a/amc_drop-compatible-releases-operator.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru azure-mgmt-containerinstance-1.4.0.orig/setup.py azure-mgmt-containerinstance-1.4.0/setup.py ---- azure-mgmt-containerinstance-1.4.0.orig/setup.py 2018-11-12 23:22:44.000000000 +0100 -+++ azure-mgmt-containerinstance-1.4.0/setup.py 2019-03-25 14:26:43.991584585 +0100 -@@ -79,7 +79,7 @@ - install_requires=[ - 'msrest>=0.5.0', - 'msrestazure>=0.4.32,<2.0.0', -- 'azure-common~=1.1', -+ 'azure-common>=1.1', - ], - extras_require={ - ":python_version<'3.0'": ['azure-mgmt-nspkg'], diff --git a/amc_drop-extras-require.patch b/amc_drop-extras-require.patch deleted file mode 100644 index a26eadd..0000000 --- a/amc_drop-extras-require.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nru azure-mgmt-containerinstance-1.4.0.orig/setup.py azure-mgmt-containerinstance-1.4.0/setup.py ---- azure-mgmt-containerinstance-1.4.0.orig/setup.py 2019-04-11 15:13:02.538498142 +0200 -+++ azure-mgmt-containerinstance-1.4.0/setup.py 2019-04-11 15:13:27.202731374 +0200 -@@ -81,7 +81,4 @@ - 'msrestazure>=0.4.32,<2.0.0', - 'azure-common>=1.1', - ], -- extras_require={ -- ":python_version<'3.0'": ['azure-mgmt-nspkg'], -- } - ) diff --git a/azure-mgmt-containerinstance-1.4.0.zip b/azure-mgmt-containerinstance-1.4.0.zip deleted file mode 100644 index e9c5bae..0000000 --- a/azure-mgmt-containerinstance-1.4.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274a9def808407fafe123aa8e9bc1c838a48af2de56419598db7a8b8901086e3 -size 98366 diff --git a/azure-mgmt-containerinstance-1.5.0.zip b/azure-mgmt-containerinstance-1.5.0.zip new file mode 100644 index 0000000..db7f8ce --- /dev/null +++ b/azure-mgmt-containerinstance-1.5.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b055386f04ba8433112b0df7fcbc260b5208828d7bb8c057e760fe596aa7a8cd +size 113856 diff --git a/python-azure-mgmt-containerinstance.changes b/python-azure-mgmt-containerinstance.changes index f13c81d..7364cfa 100644 --- a/python-azure-mgmt-containerinstance.changes +++ b/python-azure-mgmt-containerinstance.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 4 12:15:13 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.5.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Drop patch to support older versions of setuptools as + SLE-12 is now shipping with a recent enough version + + amc_drop-compatible-releases-operator.patch + + amc_drop-extras-require.patch +- Remove python-devel package from BuildRequires +- Update %description from setup.py + ------------------------------------------------------------------- Thu Apr 11 13:17:24 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-containerinstance.spec b/python-azure-mgmt-containerinstance.spec index 21d5c66..081de49 100644 --- a/python-azure-mgmt-containerinstance.spec +++ b/python-azure-mgmt-containerinstance.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-containerinstance -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Microsoft Azure Container Instance Client Library License: MIT @@ -26,11 +26,8 @@ Group: Development/Languages/Python Url: https://github.com/Azure/azure-sdk-for-python Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{version}.zip Source1: LICENSE.txt -Patch1: amc_drop-compatible-releases-operator.patch -Patch2: amc_drop-extras-require.patch BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -58,8 +55,6 @@ This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. %prep %setup -q -n azure-mgmt-containerinstance-%{version} -%patch1 -p1 -%patch2 -p1 %build install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}