Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-mgmt-nspkg for openSUSE:Factory checked in at 2021-01-22 21:51:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-nspkg (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-nspkg.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-nspkg" Fri Jan 22 21:51:17 2021 rev:5 rq:864410 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-nspkg/python-azure-mgmt-nspkg.changes 2020-12-09 22:19:35.235563764 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-nspkg.new.28504/python-azure-mgmt-nspkg.changes 2021-01-22 21:51:19.613764231 +0100 @@ -1,0 +2,7 @@ +Tue Jan 19 14:53:39 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- 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-mgmt-nspkg.spec ++++++ --- /var/tmp/diff_new_pack.fCWK6O/_old 2021-01-22 21:51:20.081764894 +0100 +++ /var/tmp/diff_new_pack.fCWK6O/_new 2021-01-22 21:51:20.085764900 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-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,14 @@ %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -mkdir -p %{buildroot}%{python2_sitelib}/azure/mgmt -mkdir -p %{buildroot}%{python3_sitelib}/azure/mgmt +%python_expand mkdir -p %{buildroot}%{$python_sitelib}/azure/mgmt %files %{python_files} %defattr(-,root,root,-) %doc README.rst %license LICENSE.txt -%python2_only %{python2_sitelib}/azure/mgmt -%python3_only %dir %{python3_sitelib}/azure/mgmt +%dir %{python_sitelib}/azure/mgmt +%python2_only %{python_sitelib}/azure/mgmt %{python_sitelib}/azure_mgmt_nspkg-*.egg-info %changelog