Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netgen for openSUSE:Factory checked 
in at 2022-12-12 17:39:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netgen (Old)
 and      /work/SRC/openSUSE:Factory/.netgen.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netgen"

Mon Dec 12 17:39:28 2022 rev:10 rq:1042214 version:6.2.2204

Changes:
--------
--- /work/SRC/openSUSE:Factory/netgen/netgen.changes    2022-10-25 
11:20:42.254229313 +0200
+++ /work/SRC/openSUSE:Factory/.netgen.new.1835/netgen.changes  2022-12-12 
17:41:32.601740267 +0100
@@ -1,0 +2,6 @@
+Sun Dec 11 18:26:46 UTC 2022 - Stefan Brüns <stefan.bru...@rwth-aachen.de>
+
+- Don't write python bytecode during stubgen or test execution,
+  make python bindings subpackage reproducible.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netgen.spec ++++++
--- /var/tmp/diff_new_pack.78oLlK/_old  2022-12-12 17:41:33.081742966 +0100
+++ /var/tmp/diff_new_pack.78oLlK/_new  2022-12-12 17:41:33.089743011 +0100
@@ -199,6 +199,8 @@
 %install
 # Stubgen imports the just created netgen bindings -- 
https://github.com/NGSolve/netgen/issues/132
 export PYTHONPATH=%{buildroot}%{python3_sitearch}
+# Avoid creating invalid bytecode fails via stubgen
+export PYTHONDONTWRITEBYTECODE=1
 %cmake_install
 rm -Rf %{buildroot}%{_datadir}/%{name}/doc
 # https://github.com/NGSolve/netgen/issues/126
@@ -210,6 +212,7 @@
 
 %check
 export LD_LIBRARY_PATH=%{buildroot}%{_libdir}/%{name}
+export PYTHONDONTWRITEBYTECODE=1
 %ctest %{!?with_pytest: --exclude-regex pytest}
 
 %files

Reply via email to