Hello community,

here is the log from the commit of package python-PyInstaller for 
openSUSE:Factory checked in at 2020-01-18 12:17:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyInstaller (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyInstaller.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyInstaller"

Sat Jan 18 12:17:48 2020 rev:2 rq:765353 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyInstaller/python-PyInstaller.changes    
2019-09-26 20:39:41.142790712 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyInstaller.new.26092/python-PyInstaller.changes
 2020-01-18 12:18:34.395153135 +0100
@@ -1,0 +2,17 @@
+Fri Jan 17 13:33:04 UTC 2020 - Alberto Planas Dominguez <[email protected]>
+
+- Requires python-devel, as `pyinstaller` cannot be used without it
+
+-------------------------------------------------------------------
+Fri Jan 17 10:56:23 UTC 2020 - Alberto Planas Dominguez <[email protected]>
+
+- Temporary disabled of tests test_egg* and test_nspkg1*
+
+-------------------------------------------------------------------
+Thu Jan 16 16:26:53 UTC 2020 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 3.6
+  * See changelog at 
https://github.com/pyinstaller/pyinstaller/blob/v3.6/doc/CHANGES.rst
+- Add %bcond_with python2
+
+-------------------------------------------------------------------

Old:
----
  PyInstaller-3.5.tar.gz

New:
----
  PyInstaller-3.6.tar.gz

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

Other differences:
------------------
++++++ python-PyInstaller.spec ++++++
--- /var/tmp/diff_new_pack.hZVYL1/_old  2020-01-18 12:18:35.951153970 +0100
+++ /var/tmp/diff_new_pack.hZVYL1/_new  2020-01-18 12:18:35.951153970 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyInstaller
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 %bcond_without  test
 Name:           python-PyInstaller
-Version:        3.5
+Version:        3.6
 Release:        0
 Summary:        Bundle a Python application and all its dependencies into a 
single package
 License:        GPL-2.0-only
@@ -32,6 +33,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(zlib)
+Requires:       python-devel
 Requires:       python-macholib >= 1.8
 Requires:       python-pefile >= 2017.8.1
 Requires:       python-setuptools
@@ -54,7 +56,9 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module qt5}
 BuildRequires:  %{python_module setuptools}
+%if %{with python2}
 BuildRequires:  python-dis3
+%endif
 BuildRequires:  upx
 %endif
 %ifpython2
@@ -99,7 +103,7 @@
 %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'
+%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'
 %endif
 
 %post

++++++ PyInstaller-3.5.tar.gz -> PyInstaller-3.6.tar.gz ++++++
++++ 20205 lines of diff (skipped)


Reply via email to