py-pillow-simd: add v9.5.0 (#46543)
This commit is contained in:
parent
728da2ff87
commit
6692eb7b6f
@ -16,6 +16,9 @@ class PyPillowSimd(PyPillowBase):
|
||||
homepage = "https://github.com/uploadcare/pillow-simd"
|
||||
pypi = "Pillow-SIMD/Pillow-SIMD-7.0.0.post3.tar.gz"
|
||||
|
||||
version(
|
||||
"9.5.0.post1", sha256="8c89b85c4085532752625f2cc066a28547cebb98529acf932d5d84c1a7ab2abc"
|
||||
)
|
||||
version(
|
||||
"9.0.0.post1", sha256="918541cfaa90ba3c0e1bae5da31ba1b1f52b09c0009bd90183b787af4e018263"
|
||||
)
|
||||
@ -28,7 +31,7 @@ class PyPillowSimd(PyPillowBase):
|
||||
|
||||
depends_on("c", type="build") # generated
|
||||
|
||||
for ver in ["6.2.2.post1", "7.0.0.post3", "9.0.0.post1"]:
|
||||
for ver in ["6.2.2.post1", "7.0.0.post3", "9.0.0.post1", "9.5.0.post1"]:
|
||||
provides("pil@" + ver, when="@" + ver)
|
||||
|
||||
conflicts("target=aarch64:")
|
||||
|
Loading…
Reference in New Issue
Block a user