Skip to content

Reintroduce ability to specify different version info for each of the frozen binaries.#194

Merged
albertosottile merged 2 commits into
py2exe:masterfrom
lukaszgo1:I193
Oct 8, 2023
Merged

Reintroduce ability to specify different version info for each of the frozen binaries.#194
albertosottile merged 2 commits into
py2exe:masterfrom
lukaszgo1:I193

Conversation

@lukaszgo1

Copy link
Copy Markdown
Contributor

Fixes #193

It is once again possible to specify different version info for each of the frozen binaries, by specifying version_info dictionary for each of the targets. I have also added functional tests confirming that by default version_info provided as parameter is used, and that values from the per target version_info are added to the binaries when present. While at it I have also modified tests runner, so that it is possible to execute only a single test by name.

@albertosottile albertosottile added the enhancement New feature or request label Oct 8, 2023
@albertosottile

Copy link
Copy Markdown
Member

LGTM, thanks for this contribution!

@albertosottile albertosottile merged commit 4e7b2b2 into py2exe:master Oct 8, 2023
@lukaszgo1 lukaszgo1 deleted the I193 branch October 8, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Impossible to specify different version info for each of the binaries with the new freeze API.

2 participants