openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

PyInstaller stopped supporting options that have no effect on spec files when building from spec file #195

Open bitsgalore opened 10 months ago

bitsgalore commented 10 months ago

See:

https://github.com/pyinstaller/pyinstaller/issues/7203

Not sure if this will have any impact on Windows build script, since Jpylyzer uses a dedicated Docker image for this:

https://github.com/openpreserve/jpylyzer/blob/master/docker-package-win.sh

Already updated build-with-pyinstaller.sh (which is not actually used by any of the packaging scripts) after a user ran into this:

https://github.com/openpreserve/jpylyzer/commit/a7b410d735d7a057292bb7a2b773f7afab8b7ab2

Leaving this issue open as a reminder, just in case we run into this at some point.