Accepting request 904125 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/904125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-search-documents?expand=0&rev=6
This commit is contained in:
commit
b814f792bd
3
azure-search-documents-11.2.0.zip
Normal file
3
azure-search-documents-11.2.0.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0be86247c35f28046c8cb2d2910796296366ff5358cf1acdd895d29f5176379c
|
||||||
|
size 345114
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7ef9b71fc4bd3264659950a0f4924085f5e0027bb8aade8c3a0cb2775ed9774
|
|
||||||
size 558217
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 2 12:19:38 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Fri May 7 07:57:13 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -16,18 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define realversion 11.2.0
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%endif
|
%endif
|
||||||
Name: python-azure-search-documents
|
Name: python-azure-search-documents
|
||||||
Version: 11.2.0b2
|
Version: 11.2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Service Bus Runtime Client Library
|
Summary: Microsoft Azure Service Bus Runtime Client Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Azure/azure-sdk-for-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
|
Source1: LICENSE.txt
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module azure-search-nspkg >= 1.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 < 2.0.0
|
||||||
Requires: python-azure-common >= 1.1
|
Requires: python-azure-common >= 1.1
|
||||||
Requires: python-azure-core < 2.0.0
|
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-nspkg >= 3.0.0
|
||||||
Requires: python-azure-search-nspkg >= 1.0.0
|
Requires: python-azure-search-nspkg >= 1.0.0
|
||||||
Requires: python-msrest >= 0.6.21
|
Requires: python-msrest >= 0.6.21
|
||||||
@ -57,10 +59,10 @@ middleware technologies including reliable message queuing and durable
|
|||||||
publish/subscribe messaging.
|
publish/subscribe messaging.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-search-documents-%{version}
|
%setup -q -n azure-search-documents-%{realversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{version}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{realversion}
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user