Hello community,
here is the log from the commit of package python-pytest-xdist for
openSUSE:Leap:15.2 checked in at 2020-05-26 18:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-xdist (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pytest-xdist.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-xdist"
Tue May 26 18:32:05 2020 rev:28 rq:808110 version:1.27.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-pytest-xdist/python-pytest-xdist.changes
2020-04-28 20:09:31.456330842 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.python-pytest-xdist.new.2738/python-pytest-xdist.changes
2020-05-26 18:32:06.541540232 +0200
@@ -1,0 +2,6 @@
+Wed May 13 09:13:39 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Export PYTHONDONTWRITEBYTECODE=1 to avoid PYTEST.pyc cache creation
+ bsc#1171561
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-xdist.spec ++++++
--- /var/tmp/diff_new_pack.F89Q98/_old 2020-05-26 18:32:07.061541368 +0200
+++ /var/tmp/diff_new_pack.F89Q98/_new 2020-05-26 18:32:07.065541376 +0200
@@ -73,9 +73,10 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+export PYTHONDONTWRITEBYTECODE=1
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v
%files %{python_files}