From d39c7690eae82b77ce991a1b1c92d134edba5aed36f650e7cacf26a68802094e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:58:38 +0000 Subject: [PATCH] Accepting request 1034368 from home:yarunachalam:branches:devel:languages:python - Update to 5.6.2 * Bugfix (Linux, macOS) Fix the regression in shared library collection, where the shared library would end up collected under its fully-versioned . so name (e.g., libsomething.so.1.2.3) instead of its originally referenced name (e.g., libsomething.so.1) due to accidental symbolic link resolution. (#7189) - Update to 5.6.1 Bugfix * (macOS) Fix regression in macOS app bundle signing caused by a typo made in #7180. (#7184) OBS-URL: https://build.opensuse.org/request/show/1034368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=22 --- pyinstaller-5.6.1.tar.gz | 3 --- pyinstaller-5.6.2.tar.gz | 3 +++ python-PyInstaller.changes | 12 ++++++++++++ python-PyInstaller.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pyinstaller-5.6.1.tar.gz create mode 100644 pyinstaller-5.6.2.tar.gz diff --git a/pyinstaller-5.6.1.tar.gz b/pyinstaller-5.6.1.tar.gz deleted file mode 100644 index 5cd303f..0000000 --- a/pyinstaller-5.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5359a55cdfcdb70bb360551720e6fdc63ceeff4ccf115ecf3250b92a9a3bca -size 3841159 diff --git a/pyinstaller-5.6.2.tar.gz b/pyinstaller-5.6.2.tar.gz new file mode 100644 index 0000000..8535a0e --- /dev/null +++ b/pyinstaller-5.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f6113c64dbec59ec5856334cb351fe2aa1018bd150693b830d869a59e8e334 +size 3841390 diff --git a/python-PyInstaller.changes b/python-PyInstaller.changes index bb00d83..f7bfb10 100644 --- a/python-PyInstaller.changes +++ b/python-PyInstaller.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 7 20:29:32 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 5.6.2 + * Bugfix + (Linux, macOS) Fix the regression in shared library collection, where the shared library would end up collected under its fully-versioned . + so name (e.g., libsomething.so.1.2.3) instead of its originally referenced name (e.g., libsomething.so.1) due to accidental symbolic link resolution. (#7189) + +- Update to 5.6.1 + Bugfix + * (macOS) Fix regression in macOS app bundle signing caused by a typo made in #7180. (#7184) + ------------------------------------------------------------------- Thu Oct 27 20:51:42 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-PyInstaller.spec b/python-PyInstaller.spec index b2d0b58..43aed3d 100644 --- a/python-PyInstaller.spec +++ b/python-PyInstaller.spec @@ -21,7 +21,7 @@ %bcond_without test %define modname PyInstaller Name: python-PyInstaller -Version: 5.6.1 +Version: 5.6.2 Release: 0 Summary: Bundle a Python application and all its dependencies into a single package License: GPL-2.0-only