We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Autobump is (often) not able to work with pypi source urls that include a sha like:
url: https://files.pythonhosted.org/packages/a4/22/39d1b2ae26ba833c994c4019995a67c10edceec99c27f227f5cdf989ab09/isa-rwval-{{ version }}.tar.gz
The solution is to use the predictable URL:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/isa-rwval-{{ version }}.tar.gz
There are around 130 recipes that could benefit from this migration.
It shouldn't be hard to write a script to do this in bulk.
The text was updated successfully, but these errors were encountered:
https://github.com/bioconda/bioconda-recipes/pull/49234/files It appears the Bot can update such urls!
Sorry, something went wrong.
No branches or pull requests
Autobump is (often) not able to work with pypi source urls that include a sha like:
The solution is to use the predictable URL:
There are around 130 recipes that could benefit from this migration.
It shouldn't be hard to write a script to do this in bulk.
The text was updated successfully, but these errors were encountered: