fdintino / pillow-avif-plugin

A pillow plugin that adds avif support via libavif
BSD 2-Clause "Simplified" License
90 stars 13 forks source link

PyPi version 1.4.6 hash change #63

Open dannyOhNo opened 2 weeks ago

dannyOhNo commented 2 weeks ago

Version 1.4.6, originally published on PyPi on 7/16/2024, has been overwritten on 10/16/24. This has caused the package hash to change, which has broken our build pipelines as we verify hashes in our requirements.txt file.

Curl command to pull package update time:

curl -s https://pypi.org/pypi/pillow-avif-plugin/1.4.6/json | jq '.urls[] | select(.url == "https://files.pythonhosted.org/packages/c9/97/6a1281b02a874246f8b21397f4a3283b84f9bf6a730fe38f58c4f7c3eb80/pillow_avif_plugin-1.4.6-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl")'

Link to PyPi package history: https://pypi.org/project/pillow-avif-plugin/#history

I am not seeing any commits to the main branch of this repository in three months.

Are you able to provide any details or explanation around the changed hash? Thank you.