-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.12.0.0 - Expects version_info
to always be defined
#151
Comments
Yes, that was the assumption, but now I realized that I inadvertently killed the processing of the older attributes. it probably does not help that I stopped testing the |
In fact I can't seem to find a way to specify this
Ah, I see you just replied above. I'll await the patch then :) |
To be clear, there will be no way to use |
Upon further inspection of the old code and of the previous builds of Syncplay (my reference software frozen with |
Fixed in 0.12.0.1. Thanks for having spotted this so quickly. Unfortunately, I had to drop tests for the deprecated API as I simply cannot afford to double the CI execution times. Let's hope this patch is enough to fix the old use cases and that we can now start moving forward to the new API. |
0.12.0.1 confirmed as working for EDMarketConnector's |
Before migrating EDMarketConnector over to the new
freeze()
API I decided to check if our oldsetup.py
would work with 0.12.0.0.It yields:
As this is against our legacy
setup.py
, we only haveversion=
.https://github.com/py2exe/py2exe/blob/master/docs/migration.md implies that you only need to change to
version_info
when migrating to the newfreeze()
API. So, this would appear to be a breaking change.The text was updated successfully, but these errors were encountered: