Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rpm-macros for openSUSE:Factory checked in at 2022-08-18 16:48:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.python-rpm-macros.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpm-macros" Thu Aug 18 16:48:33 2022 rev:43 rq:995112 version:20220809.cf8a7b8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpm-macros/python-rpm-macros.changes 2022-07-29 16:47:03.494512475 +0200 +++ /work/SRC/openSUSE:Factory/.python-rpm-macros.new.2083/python-rpm-macros.changes 2022-08-18 16:48:34.193362450 +0200 @@ -1,0 +2,6 @@ +Mon Aug 15 06:05:08 UTC 2022 - mc...@cepl.eu + +- Update to version 20220809.cf8a7b8: + * Pass `--ignore-installed` to `pip install` in %pyproject_install + +------------------------------------------------------------------- Old: ---- python-rpm-macros-20220725.2ae32d5.tar.xz New: ---- python-rpm-macros-20220809.cf8a7b8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.SQ25GU/_old 2022-08-18 16:48:35.637365813 +0200 +++ /var/tmp/diff_new_pack.SQ25GU/_new 2022-08-18 16:48:35.645365831 +0200 @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20220725.2ae32d5 +Version: 20220809.cf8a7b8 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.SQ25GU/_old 2022-08-18 16:48:35.705365971 +0200 +++ /var/tmp/diff_new_pack.SQ25GU/_new 2022-08-18 16:48:35.713365989 +0200 @@ -3,6 +3,6 @@ <param name="url">git://github.com/openSUSE/python-rpm-macros.git</param> <param name="changesrevision">80d37568d9732beb7fcc2cf27c5c08f9c01fade1</param></service><service name="tar_scm"> <param name="url">https://github.com/openSUSE/python-rpm-macros.git</param> - <param name="changesrevision">48d1d93930617bd353de785bde10b28c9c312993</param></service></servicedata> + <param name="changesrevision">cf8a7b84646b89b3016b0fe4915a411845230a94</param></service></servicedata> (No newline at EOF) ++++++ python-rpm-macros-20220725.2ae32d5.tar.xz -> python-rpm-macros-20220809.cf8a7b8.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-rpm-macros-20220725.2ae32d5/macros/010-common-defs new/python-rpm-macros-20220809.cf8a7b8/macros/010-common-defs --- old/python-rpm-macros-20220725.2ae32d5/macros/010-common-defs 2022-07-25 23:26:46.000000000 +0200 +++ new/python-rpm-macros-20220809.cf8a7b8/macros/010-common-defs 2022-08-09 06:58:11.000000000 +0200 @@ -173,7 +173,7 @@ findwheel = findwheel .. "for a in " .. args .. "; do if [ -f $a -a ${a: -3} = 'whl' ]; then wheelinargs=1; break; fi; done \\n"; \ end \ findwheel = findwheel .. "if [ $wheelinargs -eq 0 ]; then if [ -f build/*.whl ]; then wheelname=build/*.whl; else wheelname=*.whl; fi; fi \\n"; \ - local installwheel = "$python -mpip install " .. broot .. " --disable-pip-version-check --no-compile --no-deps --progress-bar off " .. args .. " $wheelname"; \ + local installwheel = "$python -mpip install " .. broot .. " --ignore-installed --disable-pip-version-check --no-compile --no-deps --progress-bar off " .. args .. " $wheelname"; \ local pyexpandend = "}"; \ print(rpm.expand(pyexpandstart .. findwheel .. installwheel .. pyexpandend)) \ print(rpm.expand("%python_compileall")) \