Adds fixed version for reproducible builds#1
Conversation
Now we can rebuild the source into a wheel in any time in future, and we will still have the correct version of the project in the METADATA in wheel.
|
The PR has |
|
Sadly this change breaks the whole reason for this package to exist. We need monthly updates for the data that gets downloaded during the build. The actual source code for this package is of no worth without updates to the certs and metadata files. |
Does this mean every month we get a new package (source package & wheel) for this project? Also the change I am proposing means: before one do the source build, one manually updates the version in the Hopefully I understood the build proper properly, I saw the Makefile target Line 13 in ecb3f69 |
Correct.
The key word here is to switch manually to automatically. Today our CI builds this package once a month, no manual intervention needed. I am not against changing how this is done as long as it keeps getting done automatically. |
|



Now we can rebuild the source into a wheel in any time in future, and we will still have the correct version of the project in the METADATA in wheel.