forked from pool/python-PyInstaller
- Update to 4.5.1: large number of changes, see packaged CHANGES.rst for
the complete list. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3730fa80d088f8bb7084d32480eb87cbb4ddb64123363763cf8f2a1378c1c4b7
|
|
||||||
size 3539593
|
|
3
PyInstaller-4.5.1.tar.gz
Normal file
3
PyInstaller-4.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96fd6668c15a1dc4d0d53c96b2360fcc76d9e5ab3a3ad9328f2d39fec1557d51
|
||||||
|
size 3436845
|
@@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 16 10:21:46 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Thu Sep 16 11:25:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
- Skip TestDeeplyNested.testRegr for gh#pyinstaller/pyinstaller#4406
|
- Update to 4.5.1: large number of changes, see packaged CHANGES.rst for
|
||||||
|
the complete list.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 1 13:27:23 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
Thu Apr 1 13:27:23 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
@@ -19,15 +19,14 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
|
%define modname PyInstaller
|
||||||
Name: python-PyInstaller
|
Name: python-PyInstaller
|
||||||
Version: 3.6
|
Version: 4.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bundle a Python application and all its dependencies into a single package
|
Summary: Bundle a Python application and all its dependencies into a single package
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://www.pyinstaller.org
|
URL: https://www.pyinstaller.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyInstaller/PyInstaller-%{version}.tar.gz
|
Source: https://github.com/pyinstaller/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM https://github.com/pyinstaller/pyinstaller/pull/5547/commits/589819183afc18f2d5b51dbbce68b7aca020c5e8 Bindepend: Skip/warn unrecognised output from ldconfig
|
|
||||||
Patch0: glibc233.patch
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -57,6 +56,7 @@ BuildRequires: %{python_module pytest-xdist}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module qt5}
|
BuildRequires: %{python_module qt5}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: upx
|
BuildRequires: upx
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
BuildRequires: python-dis3
|
BuildRequires: python-dis3
|
||||||
@@ -73,7 +73,7 @@ package. The user can run the packaged app without installing a Python
|
|||||||
interpreter or any modules.
|
interpreter or any modules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyInstaller-%{version}
|
%setup -q -n pyinstaller-%{version}
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
chmod a-x PyInstaller/utils/hooks/__init__.py
|
chmod a-x PyInstaller/utils/hooks/__init__.py
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user