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