From f2d310b256c8dd27f8d25bdd31ac412b77414ce48fd482c3c86a4b3e10b49b2f Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 5 Jul 2021 09:41:33 +0000 Subject: [PATCH] Accepting request 903708 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 11.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 11.2.0.0 to ensure proper upgrade from previous version 11.2.0b2 - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/903708 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-search-documents?expand=0&rev=11 --- azure-search-documents-11.2.0.zip | 3 +++ azure-search-documents-11.2.0b2.zip | 3 --- python-azure-search-documents.changes | 11 +++++++++++ python-azure-search-documents.spec | 12 +++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 azure-search-documents-11.2.0.zip delete mode 100644 azure-search-documents-11.2.0b2.zip diff --git a/azure-search-documents-11.2.0.zip b/azure-search-documents-11.2.0.zip new file mode 100644 index 0000000..545cda0 --- /dev/null +++ b/azure-search-documents-11.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be86247c35f28046c8cb2d2910796296366ff5358cf1acdd895d29f5176379c +size 345114 diff --git a/azure-search-documents-11.2.0b2.zip b/azure-search-documents-11.2.0b2.zip deleted file mode 100644 index 4309e2b..0000000 --- a/azure-search-documents-11.2.0b2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7ef9b71fc4bd3264659950a0f4924085f5e0027bb8aade8c3a0cb2775ed9774 -size 558217 diff --git a/python-azure-search-documents.changes b/python-azure-search-documents.changes index 467cbb5..a57aad4 100644 --- a/python-azure-search-documents.changes +++ b/python-azure-search-documents.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 2 12:19:38 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.2.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Override upstream version with 11.2.0.0 to ensure + proper upgrade from previous version 11.2.0b2 +- Update Requires from setup.py + ------------------------------------------------------------------- Fri May 7 07:57:13 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-azure-search-documents.spec b/python-azure-search-documents.spec index a758a41..7d06714 100644 --- a/python-azure-search-documents.spec +++ b/python-azure-search-documents.spec @@ -16,18 +16,20 @@ # +%define realversion 11.2.0 + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-azure-search-documents -Version: 11.2.0b2 +Version: 11.2.0.0 Release: 0 Summary: Microsoft Azure Service Bus Runtime Client Library License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python -Source: https://files.pythonhosted.org/packages/source/a/azure-search-documents/azure-search-documents-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-search-documents/azure-search-documents-%{realversion}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-search-nspkg >= 1.0.0} @@ -38,7 +40,7 @@ BuildRequires: unzip Requires: python-azure-common < 2.0.0 Requires: python-azure-common >= 1.1 Requires: python-azure-core < 2.0.0 -Requires: python-azure-core >= 1.6.0 +Requires: python-azure-core >= 1.14.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-search-nspkg >= 1.0.0 Requires: python-msrest >= 0.6.21 @@ -57,10 +59,10 @@ middleware technologies including reliable message queuing and durable publish/subscribe messaging. %prep -%setup -q -n azure-search-documents-%{version} +%setup -q -n azure-search-documents-%{realversion} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{version} +install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{realversion} %python_build %install