Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-cognitiveservices-knowledge-nspkg for openSUSE:Factory checked in
at 2021-01-22 21:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-knowledge-nspkg (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-knowledge-nspkg.new.28504
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-cognitiveservices-knowledge-nspkg"
Fri Jan 22 21:50:55 2021 rev:4 rq:864387 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-knowledge-nspkg/python-azure-cognitiveservices-knowledge-nspkg.changes
2020-12-09 22:13:50.699214451 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-knowledge-nspkg.new.28504/python-azure-cognitiveservices-knowledge-nspkg.changes
2021-01-22 21:50:58.045733642 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 14:30:52 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-knowledge-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.mpMN73/_old 2021-01-22 21:50:58.585734408 +0100
+++ /var/tmp/diff_new_pack.mpMN73/_new 2021-01-22 21:50:58.585734408 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-cognitiveservices-knowledge-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/knowledge
-mkdir -p %{buildroot}%{python3_sitelib}/azure/cognitiveservices/knowledge
+%python_expand mkdir -p
%{buildroot}%{$python_sitelib}/azure/cognitiveservices/knowledge
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.txt
-%python2_only %{python2_sitelib}/azure/cognitiveservices/knowledge
-%python3_only %dir %{python3_sitelib}/azure/cognitiveservices/knowledge
+%dir %{python_sitelib}/azure/cognitiveservices/knowledge
+%python2_only %{python_sitelib}/azure/cognitiveservices/knowledge
%{python_sitelib}/azure_cognitiveservices_knowledge_nspkg-*.egg-info
%changelog