diff --git a/azure-search-documents-11.3.0.zip b/azure-search-documents-11.3.0.zip deleted file mode 100644 index fa61462..0000000 --- a/azure-search-documents-11.3.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a9690c49d1f6a2cc61db67e05f931a0de915647d4778cbbaf688082b4aaee30 -size 349161 diff --git a/azure-search-documents-11.4.0.tar.gz b/azure-search-documents-11.4.0.tar.gz new file mode 100644 index 0000000..61f3fbc --- /dev/null +++ b/azure-search-documents-11.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599f269f106fb51e646ff426a218c21811575598e6a769b23fa4a0127c0f57e0 +size 282169 diff --git a/python-azure-search-documents.changes b/python-azure-search-documents.changes index bc795af..f33df12 100644 --- a/python-azure-search-documents.changes +++ b/python-azure-search-documents.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 14 08:55:53 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.4.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove unzip package from BuildRequires +- Switch source archive format to TAR.GZ +- Update Requires from setup.py + ------------------------------------------------------------------- Wed Sep 7 08:06:11 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-azure-search-documents.spec b/python-azure-search-documents.spec index b33c20c..aa1bbb9 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) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,28 +21,26 @@ %define skip_python2 1 %endif Name: python-azure-search-documents -Version: 11.3.0 +Version: 11.4.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-%{version}.tar.gz Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module azure-search-nspkg >= 1.0.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -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.19.0 +Requires: python-azure-core >= 1.28.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-azure-search-nspkg >= 1.0.0 -Requires: python-msrest >= 0.6.21 -Requires: python-typing_extensions >= 3.7.4.3 +Requires: python-isodate >= 0.6.0 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch