Skip to content

v0.28.1

Compare
Choose a tag to compare
@ronaldoussoren ronaldoussoren released this 24 May 15:54
· 208 commits to master since this release
  • #448: Fix typo in qt6 recipe

  • #444: Fix issue where the standard output and standard error streams
    are set to non-blocking when using py2app.

    For some reason the "ibtool" command (part of Xcode) sets these streams
    to non-blocking when compiling NIB files. I've added a context manager that
    resets the non-blocking status of these streams.

  • PR #446: Fix Qt5 recipe for newer versions of PyQt5

    PR by kangi.

  • #447: Fix error when using py2applet --help

    Bug was introduced in the fix for #414