diff --git a/azure-search-documents-11.2.0.zip b/azure-search-documents-11.2.0.zip deleted file mode 100644 index 545cda0..0000000 --- a/azure-search-documents-11.2.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0be86247c35f28046c8cb2d2910796296366ff5358cf1acdd895d29f5176379c -size 345114 diff --git a/azure-search-documents-11.2.1.zip b/azure-search-documents-11.2.1.zip new file mode 100644 index 0000000..0618384 --- /dev/null +++ b/azure-search-documents-11.2.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5c2789fbf40798f92ff3cfbb35688c9fbef457d127f484f90d2b12be18a59a +size 345138 diff --git a/python-azure-search-documents.changes b/python-azure-search-documents.changes index a57aad4..d065f9b 100644 --- a/python-azure-search-documents.changes +++ b/python-azure-search-documents.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 11 10:41:10 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.2.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove temporary version override + ------------------------------------------------------------------- Fri Jul 2 12:19:38 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-azure-search-documents.spec b/python-azure-search-documents.spec index 7d06714..239378a 100644 --- a/python-azure-search-documents.spec +++ b/python-azure-search-documents.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-search-documents # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,18 @@ # -%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.0.0 +Version: 11.2.1 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-%{realversion}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-search-documents/azure-search-documents-%{version}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-search-nspkg >= 1.0.0} @@ -59,10 +57,10 @@ middleware technologies including reliable message queuing and durable publish/subscribe messaging. %prep -%setup -q -n azure-search-documents-%{realversion} +%setup -q -n azure-search-documents-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{realversion} +install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{version} %python_build %install