Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyqt-builder for
openSUSE:Factory checked in at 2021-08-24 10:53:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyqt-builder (Old)
and /work/SRC/openSUSE:Factory/.python-pyqt-builder.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyqt-builder"
Tue Aug 24 10:53:56 2021 rev:7 rq:913037 version:1.10.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyqt-builder/python-pyqt-builder.changes
2021-07-12 21:39:47.000323246 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyqt-builder.new.1899/python-pyqt-builder.changes
2021-08-24 10:54:17.784366756 +0200
@@ -1,0 +2,6 @@
+Thu Aug 19 09:32:37 UTC 2021 - Ben Greiner <[email protected]>
+
+- Don't write mtime-based init pyc file during import test
+ (boo#1047218)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyqt-builder.spec ++++++
--- /var/tmp/diff_new_pack.JCfQT5/_old 2021-08-24 10:54:18.260366126 +0200
+++ /var/tmp/diff_new_pack.JCfQT5/_new 2021-08-24 10:54:18.260366126 +0200
@@ -62,6 +62,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+export PYTHONDONTWRITEBYTECODE=1 # boo#1047218
%{python_expand # no real unit tests; check import and bundle entry point
export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -c 'import pyqtbuild'