Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-cognitiveservices-search-nspkg for openSUSE:Factory checked in at
2021-01-22 21:50:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-nspkg (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-nspkg.new.28504
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-cognitiveservices-search-nspkg"
Fri Jan 22 21:50:59 2021 rev:5 rq:864395 version:3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-nspkg/python-azure-cognitiveservices-search-nspkg.changes
2020-12-09 22:14:24.827249047 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-nspkg.new.28504/python-azure-cognitiveservices-search-nspkg.changes
2021-01-22 21:51:00.625737301 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 14:33:32 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Fix issues with Python multi-flavor builds
+ + Create directories using %pythond_expand in %install section
+ + Use canonical %{python_sitelib} path in %files section
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-cognitiveservices-search-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.NvS1O5/_old 2021-01-22 21:51:01.237738169 +0100
+++ /var/tmp/diff_new_pack.NvS1O5/_new 2021-01-22 21:51:01.237738169 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-cognitiveservices-search-nspkg
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -60,15 +60,14 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-mkdir -p %{buildroot}%{python2_sitelib}/azure/cognitiveservices/search
-mkdir -p %{buildroot}%{python3_sitelib}/azure/cognitiveservices/search
+%python_expand mkdir -p
%{buildroot}%{$python_sitelib}/azure/cognitiveservices/search
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.txt
-%python2_only %{python2_sitelib}/azure/cognitiveservices/search
-%python3_only %dir %{python3_sitelib}/azure/cognitiveservices/search
+%dir %{python_sitelib}/azure/cognitiveservices/search
+%python2_only %{python_sitelib}/azure/cognitiveservices/search
%{python_sitelib}/azure_cognitiveservices_search_nspkg-*.egg-info
%changelog