fix(main/python-cmake): Update src checksum#28870
Conversation
|
This has been necessary very frequently for |
|
Since the package contents are small and unlikely to change, I had thought of storing a pregenerated version of the package contents in the termux-packages repository and skipping downloading the source code, but that has the downside that is that if it does change after a CMake update eventually, something about it might become slightly outdated and conflict with future CMake or with the requirements for PyPi reverse dependencies of this package, it's unlikely but a possibility. most of the package functionality is in two very small python files combined with python packaging metadata |
Do you know why it keeps happening there? Otherwise we could raise it in an issue in https://github.com/scikit-build/cmake-python-distributions/ and ask if (1) if they know about it and perhaps (2) if they can fix / avoid it in the future? Surely it's a bad practice in general to change the release afterwards regularly. |
|
That's a good idea, I've opened an issue here: |
|
Upstream has applied something that might help with the problem, so the next time |
|
Upstream's fix was applied after the last release, so we will still need to do this hopefully only one more time. I guess I will make the PR for that. |
No description provided.