Updating py-pillow with change in checksum for version 5.1.0.#8547
Updating py-pillow with change in checksum for version 5.1.0.#8547adamjstewart merged 1 commit intospack:developfrom jrood-nrel:py-pillow-checksum
Conversation
|
Can you just confirm with the devs that this change was intentional and they haven't been hacked? |
|
Sure, we'll see if they respond to this python-pillow/Pillow#3199 |
|
They responded with an explanation stating that it shouldn't have changed. Well, maybe I've been testing a hacked archive then. I'll try to find out what's going on. |
|
@s-sajid-ali Can you comment on this? I'm not so sure the checksum for this was initially correct for 5.1.0 if the file wasn't able to change on the pypi.io site. |
|
I'm getting |
|
I might have made a mistake then. Apologies for the incorrect checksum . |
|
I find it hard to believe that no one else noticed that the I can also do a diff of the last two versions just to make sure there are no viruses in there 😛 |
|
Could be. I've removed the file during a |
|
Mystery solved. The checksum that was in the package is the checksum from the GitHub tarball, not the PyPI tarball. |
|
Will keep this in mind next time. |
|
Yeah, so when you upload tarballs to PyPI, it only uploads the bare minimum of files necessary to install the package, not unit tests or travis/flake8/git config files. That's why the checksums never match. |
Rather than create a new version, they changed the 5.1.0 source file?