forked from pool/python-PyInstaller
Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=14
This commit is contained in:
@@ -3,12 +3,13 @@ Thu Sep 16 11:25:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|||||||
|
|
||||||
- Update to 4.5.1: large number of changes, see packaged CHANGES.rst for
|
- Update to 4.5.1: large number of changes, see packaged CHANGES.rst for
|
||||||
the complete list.
|
the complete list.
|
||||||
|
- Update glibc233.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
|
||||||
- Automagically skip matplotlib tests because matplotlib dropped python36
|
- Automagically skip matplotlib tests because matplotlib dropped python36
|
||||||
- Add glibc233.patch to fix recent test failure
|
- Add glibc233.patch to fix recent test failure (gh#pyinstaller/pyinstaller#5540)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 18 07:22:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Mar 18 07:22:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
@@ -27,6 +27,9 @@ Summary: Bundle a Python application and all its dependencies into a sing
|
|||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://www.pyinstaller.org
|
URL: https://www.pyinstaller.org
|
||||||
Source: https://github.com/pyinstaller/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
Source: https://github.com/pyinstaller/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM glibc233.patch gh#pyinstaller/pyinstaller#5540 mcepl@suse.com
|
||||||
|
# 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
|
||||||
|
Reference in New Issue
Block a user