Accepting request 1126311 from devel:languages:python:azure
- 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 (forwarded request 1125825 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/1126311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-search-documents?expand=0&rev=10
This commit is contained in:
commit
6157dffef2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a9690c49d1f6a2cc61db67e05f931a0de915647d4778cbbaf688082b4aaee30
|
||||
size 349161
|
3
azure-search-documents-11.4.0.tar.gz
Normal file
3
azure-search-documents-11.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:599f269f106fb51e646ff426a218c21811575598e6a769b23fa4a0127c0f57e0
|
||||
size 282169
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 08:55:53 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user