Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-search-documents for
openSUSE:Factory checked in at 2022-01-11 21:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-search-documents (Old)
and /work/SRC/openSUSE:Factory/.python-azure-search-documents.new.1892
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-search-documents"
Tue Jan 11 21:20:17 2022 rev:7 rq:945581 version:11.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-search-documents/python-azure-search-documents.changes
2021-07-05 22:24:01.741234884 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-search-documents.new.1892/python-azure-search-documents.changes
2022-01-11 21:24:28.817178729 +0100
@@ -1,0 +2,9 @@
+Tue Jan 11 10:41:10 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
azure-search-documents-11.2.0.zip
New:
----
azure-search-documents-11.2.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-search-documents.spec ++++++
--- /var/tmp/diff_new_pack.FGwxXU/_old 2022-01-11 21:24:29.261179042 +0100
+++ /var/tmp/diff_new_pack.FGwxXU/_new 2022-01-11 21:24:29.265179044 +0100
@@ -1,7 +1,7 @@
#
# 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
# 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-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-search-documents
-Version: 11.2.0.0
+Version: 11.2.1
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-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-search-documents/azure-search-documents-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-search-nspkg >= 1.0.0}
@@ -59,10 +57,10 @@
publish/subscribe messaging.
%prep
-%setup -q -n azure-search-documents-%{realversion}
+%setup -q -n azure-search-documents-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{version}
%python_build
%install