forked from pool/python-PyInstaller
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f5359a55cdfcdb70bb360551720e6fdc63ceeff4ccf115ecf3250b92a9a3bca
|
|
||||||
size 3841159
|
|
3
pyinstaller-5.6.2.tar.gz
Normal file
3
pyinstaller-5.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10f6113c64dbec59ec5856334cb351fe2aa1018bd150693b830d869a59e8e334
|
||||||
|
size 3841390
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 7 20:29:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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 <yarunachalam@suse.com>
|
Thu Oct 27 20:51:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
%bcond_without test
|
%bcond_without test
|
||||||
%define modname PyInstaller
|
%define modname PyInstaller
|
||||||
Name: python-PyInstaller
|
Name: python-PyInstaller
|
||||||
Version: 5.6.1
|
Version: 5.6.2
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user