From 7e8ae6fb6a6e868c080eda746f03f5001acd22acc5658d5141619d5de8ceb2f9 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Oct 2019 10:07:22 +0000 Subject: [PATCH] Accepting request 735187 from home:glaubitz:branches:devel:languages:python:azure - Update Python Azure SDK to latest version OBS-URL: https://build.opensuse.org/request/show/735187 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-containerregistry?expand=0&rev=6 --- amc_drop-compatible-releases-operator.patch | 12 ------------ amc_drop-extras-require.patch | 11 ----------- azure-mgmt-containerregistry-2.7.0.zip | 3 --- azure-mgmt-containerregistry-3.0.0rc5.zip | 3 +++ python-azure-mgmt-containerregistry.changes | 13 +++++++++++++ python-azure-mgmt-containerregistry.spec | 8 ++------ 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-containerregistry-2.7.0.zip create mode 100644 azure-mgmt-containerregistry-3.0.0rc5.zip diff --git a/amc_drop-compatible-releases-operator.patch b/amc_drop-compatible-releases-operator.patch deleted file mode 100644 index 80e32ee..0000000 --- a/amc_drop-compatible-releases-operator.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru azure-mgmt-containerregistry-2.7.0.orig/setup.py azure-mgmt-containerregistry-2.7.0/setup.py ---- azure-mgmt-containerregistry-2.7.0.orig/setup.py 2019-02-01 22:36:14.000000000 +0100 -+++ azure-mgmt-containerregistry-2.7.0/setup.py 2019-03-25 14:37:03.009634686 +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 9bb4d11..0000000 --- a/amc_drop-extras-require.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nru azure-mgmt-containerregistry-2.7.0.orig/setup.py azure-mgmt-containerregistry-2.7.0/setup.py ---- azure-mgmt-containerregistry-2.7.0.orig/setup.py 2019-04-11 15:19:12.073971823 +0200 -+++ azure-mgmt-containerregistry-2.7.0/setup.py 2019-04-11 15:19:27.666117442 +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-containerregistry-2.7.0.zip b/azure-mgmt-containerregistry-2.7.0.zip deleted file mode 100644 index e77faf9..0000000 --- a/azure-mgmt-containerregistry-2.7.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eef8a747ffb43abeb034419a81091fe3fed24ea6a2beab58f3b6933bb0cf0310 -size 536647 diff --git a/azure-mgmt-containerregistry-3.0.0rc5.zip b/azure-mgmt-containerregistry-3.0.0rc5.zip new file mode 100644 index 0000000..f6c79c1 --- /dev/null +++ b/azure-mgmt-containerregistry-3.0.0rc5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899985f58c5f6390a02c8da04af5a7df877ee5ca6bd81ea256ecb0ec02ce1e56 +size 461605 diff --git a/python-azure-mgmt-containerregistry.changes b/python-azure-mgmt-containerregistry.changes index febdfb9..e0cf961 100644 --- a/python-azure-mgmt-containerregistry.changes +++ b/python-azure-mgmt-containerregistry.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Oct 4 12:15:17 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 3.0.0rc5 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Drop patches 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 +- Update %description from setup.py + ------------------------------------------------------------------- Thu Apr 11 13:22:37 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-containerregistry.spec b/python-azure-mgmt-containerregistry.spec index f945857..31da811 100644 --- a/python-azure-mgmt-containerregistry.spec +++ b/python-azure-mgmt-containerregistry.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-containerregistry -Version: 2.7.0 +Version: 3.0.0rc5 Release: 0 Summary: Microsoft Azure Container Registry Client Library License: MIT @@ -26,8 +26,6 @@ Group: Development/Languages/Python Url: https://github.com/Azure/azure-sdk-for-python Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerregistry/azure-mgmt-containerregistry-%{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 setuptools} @@ -53,12 +51,10 @@ This is the Microsoft Azure Container Registry 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.4, 3.5, 3.6 and 3.7. +This package has been tested with Python 2.7, 3.5, 3.6 and 3.7. %prep %setup -q -n azure-mgmt-containerregistry-%{version} -%patch1 -p1 -%patch2 -p1 %build install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerregistry-%{version}