-
Notifications
You must be signed in to change notification settings - Fork 79
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
regro-cf-autotick-bot not pulling pypi sha #529
Comments
Normally it does update the sha256sum. I wonder what went wrong. |
Thanks for the response; let me know if there's something I can do to pitch in. |
If you can find the job that this failed on in the |
FYI, this just happened to me as well: conda-forge/pytest-notebook-feedstock@41ea768 |
hmm maybe this is because the sha value is in quotes. |
In the meta.yaml, that is |
Specifcally, cf-scripts/conda_forge_tick/migrators.xsh Line 265 in 46008e5
|
Another instance, where the sha256 was not updated by the bot: conda-forge/matplotlib-scalebar-feedstock@31815f6.
In this case (conda-forge/matplotlib-scalebar-feedstock@31815f6), the sha256 is in quotes in the meta.yml file. |
Yea it seems that quotes are a problem with our current regex. |
I'm not sure if this is the same issue, but in the the recent PR for Git 2.24 the bot failed to update the hashes (in this case there are no quotes) : I'll open a new issue if people feel this is a separate issue. |
I'm not sure whether this is intended behavior or a bug, but it would be nice (at least for me) if the autotick-bot took the sha of the new version, for example:
conda-forge/issho-feedstock@fb6ef96 was pushed by the autotick-bot, but did not update the sha available at https://pypi.io/packages/source/i/issho/issho-0.5.1.tar.gz, the source url defined by the rendered meta.yaml.
The text was updated successfully, but these errors were encountered: