Hello community,
here is the log from the commit of package
python-azure-cognitiveservices-search-entitysearch for openSUSE:Factory checked
in at 2019-05-14 13:30:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-entitysearch
(Old)
and
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-entitysearch.new.5148
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-cognitiveservices-search-entitysearch"
Tue May 14 13:30:54 2019 rev:3 rq:694373 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-entitysearch/python-azure-cognitiveservices-search-entitysearch.changes
2018-09-26 16:12:50.003345574 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-entitysearch.new.5148/python-azure-cognitiveservices-search-entitysearch.changes
2019-05-14 13:30:57.191425746 +0200
@@ -1,0 +2,10 @@
+Thu Apr 11 10:43:11 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Bump minimum version for namespace packages
+ to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Run fdupes to hardlink duplicate files
+ + Add fdupes to BuildRequires
+ + Add %fdupes invocation to %install
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-cognitiveservices-search-entitysearch.spec ++++++
--- /var/tmp/diff_new_pack.pzSrTh/_old 2019-05-14 13:30:57.863427338 +0200
+++ /var/tmp/diff_new_pack.pzSrTh/_new 2019-05-14 13:30:57.863427338 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-cognitiveservices-search-entitysearch
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -27,18 +27,18 @@
Source:
https://files.pythonhosted.org/packages/source/a/azure-cognitiveservices-search-entitysearch/azure-cognitiveservices-search-entitysearch-%{version}.zip
Source1: LICENSE.txt
Patch1: acse_drop-compatible-releases-operator.patch
-BuildRequires: %{python_module azure-cognitiveservices-nspkg}
-BuildRequires: %{python_module azure-cognitiveservices-search-nspkg}
-BuildRequires: %{python_module azure-nspkg}
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module azure-cognitiveservices-nspkg >= 3.0.0}
+BuildRequires: %{python_module azure-cognitiveservices-search-nspkg >= 3.0.0}
+BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-azure-cognitiveservices-nspkg
-Requires: python-azure-cognitiveservices-search-nspkg
+Requires: python-azure-cognitiveservices-nspkg >= 3.0.0
+Requires: python-azure-cognitiveservices-search-nspkg >= 3.0.0
Requires: python-azure-common < 2.0.0
Requires: python-azure-common >= 1.1
-Requires: python-azure-nspkg
+Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest < 2.0.0
Requires: python-msrest >= 0.4.28
Conflicts: python-azure-sdk <= 2.0.0
@@ -62,6 +62,7 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/cognitiveservices/search/__init__.*
rm -rf
%{buildroot}%{$python_sitelib}/azure/cognitiveservices/search/__pycache__