commit 70510e148b3e086683f25cdea515141821bf458689007263e352475defc91eaf Author: Robert Schweikert Date: Fri Nov 1 13:38:18 2024 +0000 - New upstream release + Version 11.5.2 + For detailed information about changes see the CHANGELOG.md file provided with this package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-search-documents?expand=0&rev=23 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..f9e87f7 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Microsoft Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. 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/azure_search_documents-11.5.1.tar.gz b/azure_search_documents-11.5.1.tar.gz new file mode 100644 index 0000000..e0bb8d4 --- /dev/null +++ b/azure_search_documents-11.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573e493807ec98db954871986f6105bc66e4ad7e2e7477c5ba2127f8fbf8546b +size 298839 diff --git a/azure_search_documents-11.5.2.tar.gz b/azure_search_documents-11.5.2.tar.gz new file mode 100644 index 0000000..ea790c8 --- /dev/null +++ b/azure_search_documents-11.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98977dd1fa4978d3b7d8891a0856b3becb6f02cc07ff2e1ea40b9c7254ada315 +size 300346 diff --git a/python-azure-search-documents.changes b/python-azure-search-documents.changes new file mode 100644 index 0000000..799d1f2 --- /dev/null +++ b/python-azure-search-documents.changes @@ -0,0 +1,119 @@ +------------------------------------------------------------------- +Fri Nov 1 13:03:02 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.5.2 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Wed Oct 2 09:41:16 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.5.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Adjust upstream source name in spec file +- Drop extra LICENSE.txt as upstream now ships its own +- Rename LICENSE.txt to LICENSE in %files section +- Update Requires from setup.py + +------------------------------------------------------------------- +Thu Apr 4 13:07:16 UTC 2024 - John Paul Adrian Glaubitz + +- Switch package to modern Python Stack on SLE-15 + + Use Python 3.11 on SLE-15 by default + + Add Obsoletes for old python3 package on SLE-15 + + Drop support for older Python versions +- Switch build system from setuptools to pyproject.toml + + Add python-pip and python-wheel to BuildRequires + + Replace %python_build with %pyproject_wheel + + Replace %python_install with %pyproject_install + + Update name for dist directory in %files section +- Drop setting default file attributes in %files section +- Use modern RPM macros to express version dependencies + +------------------------------------------------------------------- +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 + +- New upstream release + + Version 11.3.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Fri Apr 15 09:41:16 UTC 2022 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.2.2 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +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 + +- 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 + +- New upstream release + + Version 11.2.0b2 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Fri Mar 19 15:26:41 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + +------------------------------------------------------------------- +Fri Aug 28 11:30:14 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 11.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- +Mon May 4 14:58:39 UTC 2020 - John Paul Adrian Glaubitz + +- Initial build + + Version 1.0.0b2 diff --git a/python-azure-search-documents.spec b/python-azure-search-documents.spec new file mode 100644 index 0000000..b686ce6 --- /dev/null +++ b/python-azure-search-documents.spec @@ -0,0 +1,79 @@ +# +# spec file for package python-azure-search-documents +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-azure-search-documents +Version: 11.5.2 +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}.tar.gz +BuildRequires: %{python_module azure-nspkg >= 3.0.0} +BuildRequires: %{python_module azure-search-nspkg >= 1.0.0} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-azure-nspkg >= 3.0.0 +Requires: python-azure-search-nspkg >= 1.0.0 +Requires: python-isodate >= 0.6.0 +Requires: python-typing_extensions >= 4.6.0 +Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0) +Requires: (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0) +Conflicts: python-azure-sdk <= 2.0.0 +%if 0%{?sle_version} >= 150400 +Obsoletes: python3-azure-search-documents < 11.4.0 +%endif +BuildArch: noarch + +%python_subpackages + +%description +This is the Microsoft Azure Service Bus Client Library. +This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. + +Microsoft Azure Service Bus supports a set of cloud-based, message-oriented +middleware technologies including reliable message queuing and durable +publish/subscribe messaging. + +%prep +%setup -q -n azure_search_documents-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%{python_expand # delete common files +rm -rf %{buildroot}%{$python_sitelib}/azure/search/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/azure/search/__pycache__ +rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ +} + +%files %{python_files} +%doc CHANGELOG.md README.md +%license LICENSE +%{python_sitelib}/azure/search/documents +%{python_sitelib}/azure_search_documents-*.dist-info + +%changelog