Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-hpc for openSUSE:Factory checked in at 2022-02-07 23:38:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-hpc (Old) and /work/SRC/openSUSE:Factory/.suse-hpc.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-hpc" Mon Feb 7 23:38:21 2022 rev:25 rq:952121 version:0.5.20220206.0c6b168 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes 2022-01-06 15:51:56.480992935 +0100 +++ /work/SRC/openSUSE:Factory/.suse-hpc.new.1898/suse-hpc.changes 2022-02-07 23:39:54.641697139 +0100 @@ -1,0 +2,6 @@ +Sun Feb 6 15:55:41 UTC 2022 - Egbert Eich <[email protected]> + +- Add %hpc_python_sitelib and %hpc_python_sitelib_no_singlespec + to get arch independent module directories for modules. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-hpc.spec ++++++ --- /var/tmp/diff_new_pack.2RaW2C/_old 2022-02-07 23:39:55.097694019 +0100 +++ /var/tmp/diff_new_pack.2RaW2C/_new 2022-02-07 23:39:55.101693992 +0100 @@ -20,7 +20,7 @@ License: BSD-3-Clause Group: Productivity/Clustering/Computing Name: suse-hpc -Version: 0.5.20211210.07cc46c +Version: 0.5.20220206.0c6b168 Release: 0 Source0: macros.hpc Source1: dlinfo.c ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2RaW2C/_old 2022-02-07 23:39:55.141693718 +0100 +++ /var/tmp/diff_new_pack.2RaW2C/_new 2022-02-07 23:39:55.145693690 +0100 @@ -6,7 +6,7 @@ <param name="exclude">.git</param> <param name="filename">suse-hpc</param> <param name="versionformat">0.5.%cd.%h</param> - <param name="revision">07cc46c5ab791219e5971581868fd20b7d661d32</param> + <param name="revision">0c6b168b267e48970943805a1fcf2bc2fe7bd7b0</param> <param name="extract">general/dlinfo.c</param> <param name="extract">general/macros.hpc</param> <param name="extract">general/hpc_elf.pl</param> ++++++ macros.hpc ++++++ --- /var/tmp/diff_new_pack.2RaW2C/_old 2022-02-07 23:39:55.205693280 +0100 +++ /var/tmp/diff_new_pack.2RaW2C/_new 2022-02-07 23:39:55.209693253 +0100 @@ -493,10 +493,14 @@ # get the python version specific directory for arch specific files in the HPC # directory structure (singlepsec). +# python_sitearch equivalent - for arch specific python modules %hpc_python_sitearch %{_hpc_python_sysconfig_path %{expand:%__%{python_flavor}} platlib %{?hpc_prefix}} +# python_sitelib equivalent - for arch independent python modules +%hpc_python_sitelib %{_hpc_python_sysconfig_path %{expand:%__%{python_flavor}} purelib %{?hpc_prefix}} # same for non-singlespec (using internal %%_hpc_python3) %hpc_python_sitearch_no_singlespec %{_hpc_python_sysconfig_path %{?_hpc_python3:/usr/bin/python3}%{!?_hpc_python3:%{expand:%__%{python_flavor}}} platlib %{?hpc_prefix}} +%hpc_python_sitelib_no_singlespec %{_hpc_python_sysconfig_path %{?_hpc_python3:/usr/bin/python3}%{!?_hpc_python3:%{expand:%__%{python_flavor}}} purelib %{?hpc_prefix}} %_hpc_python_ver() %(%1 -c "import sysconfig as s; print(s.get_config_var('py_version_short'));") @@ -615,12 +619,12 @@ *python3) newline='#! /usr/bin/python3' ;; \ %{!?_hpc_python3: \ *python2) newline='#! /usr/bin/python2' ;; \ - *python1*) %{hpc_verify_python3 $file} && \ + *python1*) { %{hpc_verify_python3 $file}; } && \ newline='#! /usr/bin/python3' || : ;; \ *python) newline='#! /usr/bin/python' ;; } \ %{?_hpc_python3: \ *python2|*python1*|*python) \ - %{hpc_verify_python3 $file} && \ + { %{hpc_verify_python3 $file}; } && \ newline='#! /usr/bin/python3' || : ;; }\ *perl) newline='#! /usr/bin/perl' ;; \ *bash) newline='#! /bin/bash' ;; \
