Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-search-nspkg for
openSUSE:Factory checked in at 2021-01-22 21:51:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-search-nspkg (Old)
and /work/SRC/openSUSE:Factory/.python-azure-search-nspkg.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-search-nspkg"
Fri Jan 22 21:51:22 2021 rev:3 rq:864415 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-search-nspkg/python-azure-search-nspkg.changes
2020-12-09 22:20:55.547645220 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-search-nspkg.new.28504/python-azure-search-nspkg.changes
2021-01-22 21:51:22.693768599 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 15:05:57 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-search-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.pszZhI/_old 2021-01-22 21:51:23.369769557 +0100
+++ /var/tmp/diff_new_pack.pszZhI/_new 2021-01-22 21:51:23.373769563 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-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
@@ -58,15 +58,13 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-mkdir -p %{buildroot}%{python2_sitelib}/azure/search
-mkdir -p %{buildroot}%{python3_sitelib}/azure/search
+%python_expand mkdir -p %{buildroot}%{$python_sitelib}/azure/search
%files %{python_files}
%doc README.md
%license LICENSE.txt
-%python2_only %{python2_sitelib}/azure/search
-%python3_only %dir %{python3_sitelib}/azure/search
-%python3_only %exclude %{python3_sitelib}/azure/search/*
+%dir %{python_sitelib}/azure/search
+%python2_only %{python_sitelib}/azure/search
%{python_sitelib}/azure_search_nspkg-*.egg-info
%changelog