Accepting request 945581 from devel:languages:python:azure
- 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 (forwarded request 945561 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/945581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-search-documents?expand=0&rev=7
This commit is contained in:
commit
75dbd032ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0be86247c35f28046c8cb2d2910796296366ff5358cf1acdd895d29f5176379c
|
|
||||||
size 345114
|
|
3
azure-search-documents-11.2.1.zip
Normal file
3
azure-search-documents-11.2.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d5c2789fbf40798f92ff3cfbb35688c9fbef457d127f484f90d2b12be18a59a
|
||||||
|
size 345138
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 11 10:41:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Fri Jul 2 12:19:38 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-search-documents
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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-%{**}}
|
%{?!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.0.0
|
Version: 11.2.1
|
||||||
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-%{realversion}.zip
|
Source: https://files.pythonhosted.org/packages/source/a/azure-search-documents/azure-search-documents-%{version}.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}
|
||||||
@ -59,10 +57,10 @@ middleware technologies including reliable message queuing and durable
|
|||||||
publish/subscribe messaging.
|
publish/subscribe messaging.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-search-documents-%{realversion}
|
%setup -q -n azure-search-documents-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{realversion}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{version}
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user