Hello community,
here is the log from the commit of package python-PyInstaller for
openSUSE:Leap:15.2 checked in at 2020-03-19 08:36:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-PyInstaller (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-PyInstaller.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyInstaller"
Thu Mar 19 08:36:01 2020 rev:2 rq:786083 version:3.6
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-PyInstaller/python-PyInstaller.changes
2020-02-21 10:50:51.523106362 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-PyInstaller.new.3160/python-PyInstaller.changes
2020-03-19 08:36:05.945840312 +0100
@@ -1,0 +2,11 @@
+Wed Mar 18 07:22:03 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Disable functional tests as it takes ages and basic checks
+ are okay with unittests
+
+-------------------------------------------------------------------
+Tue Mar 10 09:31:11 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Use xdist for test execution as otherwise it takes ages
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyInstaller.spec ++++++
--- /var/tmp/diff_new_pack.kCoMjS/_old 2020-03-19 08:36:06.381840579 +0100
+++ /var/tmp/diff_new_pack.kCoMjS/_new 2020-03-19 08:36:06.381840579 +0100
@@ -24,7 +24,6 @@
Release: 0
Summary: Bundle a Python application and all its dependencies into a
single package
License: GPL-2.0-only
-Group: Development/Languages/Python
URL: https://www.pyinstaller.org
Source:
https://files.pythonhosted.org/packages/source/P/PyInstaller/PyInstaller-%{version}.tar.gz
BuildRequires: %{python_module devel}
@@ -53,13 +52,14 @@
BuildRequires: %{python_module pefile >= 2017.8.1}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pycountry}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module qt5}
BuildRequires: %{python_module setuptools}
+BuildRequires: upx
%if %{with python2}
BuildRequires: python-dis3
%endif
-BuildRequires: upx
%endif
%ifpython2
Requires: python-dis3
@@ -103,7 +103,8 @@
%if %{with test}
%check
export LANG=en_US.UTF-8
-%pytest_arch tests/unit tests/functional
--ignore=tests/functional/test_libraries.py
--ignore=tests/functional/test_hooks -k 'not test_find_module and not test_egg
and not test_nspkg1'
+# test_get_co_using_ctypes, test_get_co_using_ctypes_from_extension,
test_replace_paths_in_code broken with python 3.8 on PyInstall 3.6
+%pytest_arch -n auto tests/unit -k 'not (test_find_module or test_egg and not
test_nspkg1 or test_get_co_using_ctypes or
test_get_co_using_ctypes_from_extension or test_replace_paths_in_code)'
%endif
%post