regro / rever

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

wrong sha256 in conda_forge activity #173

Closed djsutherland closed 5 years ago

djsutherland commented 5 years ago

In https://github.com/conda-forge/arxiv-collector-feedstock/pull/1, rever put the wrong sha256 into the recipe somehow. openssl sha256 on dist/arxiv-collector-0.2.0.tar.gz agrees with the PyPI one; don't know where rever's came from.

CJ-Wright commented 5 years ago

What url are you using for the conda package? If you can you should use the uploaded tarball rather than the github made one.

djsutherland commented 5 years ago

I'm using the PyPI tarball. Does it only work if you use the github uploaded one? (Is the weird SHA that it used a PyPI 404 page or something?)

CJ-Wright commented 5 years ago

I'm not certain, it should use the correct url @scopatz thoughts?

scopatz commented 5 years ago

See fix in https://github.com/dougalsutherland/arxiv-collector/pull/3

djsutherland commented 5 years ago

Ah, cool, thanks.