regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

ENH: use rever's tarball for the GitHub url for conda-forge #138

Closed CJ-Wright closed 6 years ago

CJ-Wright commented 6 years ago

closes #137

scopatz commented 6 years ago

Thanks @CJ-Wright! The tests are failing with this change,

scopatz commented 6 years ago

Also, I think that this is not sophisticated enough. Basically, it should be the file that we upload if we upload a file. Otherwise, it should be the original URL that is the download link that GitHub provides, which is guaranteed to be there.

CJ-Wright commented 6 years ago

We most likely should just do the same thing the bot does, which is update the version number and read the meta.yaml to get the new url. This way it will work for packages which get their tarballs from PyPI.

scopatz commented 6 years ago

Thanks @CJ-Wright!