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