Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyQt6-DataVisualization for
openSUSE:Factory checked in at 2021-08-24 10:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-DataVisualization (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-DataVisualization.new.1899
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-DataVisualization"
Tue Aug 24 10:54:56 2021 rev:2 rq:913886 version:6.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyQt6-DataVisualization/python-PyQt6-DataVisualization.changes
2021-07-10 22:54:37.071705122 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-DataVisualization.new.1899/python-PyQt6-DataVisualization.changes
2021-08-24 10:55:54.060239242 +0200
@@ -1,0 +2,6 @@
+Mon Aug 23 19:48:02 UTC 2021 - Ben Greiner <[email protected]>
+
+- Don't write mtime-based init pyc file during import test
+ (boo#1047218)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-DataVisualization.spec ++++++
--- /var/tmp/diff_new_pack.weLbEz/_old 2021-08-24 10:55:54.548238596 +0200
+++ /var/tmp/diff_new_pack.weLbEz/_new 2021-08-24 10:55:54.552238590 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python-PyQt6-DataVisualization
+# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -65,6 +65,7 @@
%pyqt_install
%check
+export PYTHONDONTWRITEBYTECODE=1 # boo#1047218
%{python_expand # there is no test suite. If it compiles and imports, it
should be okay.
export PYTHONPATH=%{buildroot}%{$python_sitearch}
$python -c 'from PyQt6 import Qt%{qtlib}; assert
Qt%{qtlib}.PYQT_DATAVISUALIZATION_VERSION_STR == "%{version}"'