Skip to content

Commit

Permalink
py-pillow_heif: update to 0.11.0.
Browse files Browse the repository at this point in the history
## [0.11.0 - 2023-04-30]

### Changed

- EXIF raw data in info["exif"] is now skipping first 6 bytes(`Exif\x00\x00`). Like in Pillow for WEBP.

### Fixed

- EXIF parsing(Xiaomi images and possible others). Thanks to @mxsleo #92
- (Pillow) `deepcopy` support for HeifImageFile and AvifImageFile
- (macOS, arm64) `libde265`(HEIF decoder) now has the same version as in other builds(`1.0.8`->`1.0.11`)
- (macOS, arm64) `libaom`(AVIF) now has the same version as in other builds(`3.4.0`->`3.6.0`)
  • Loading branch information
0-wiz-0 committed May 7, 2023
1 parent 19ec21f commit 1a72a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions graphics/py-pillow_heif/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/05/01 09:49:40 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/05/07 09:11:07 wiz Exp $

DISTNAME= pillow_heif-0.10.1
DISTNAME= pillow_heif-0.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}
Expand Down
8 changes: 4 additions & 4 deletions graphics/py-pillow_heif/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2023/05/01 09:49:40 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/05/07 09:11:07 wiz Exp $

BLAKE2s (pillow_heif-0.10.1.tar.gz) = ceadbe75f3b242ad52f277ebb98e777c27daad886385a47fde4d88010f06c5bf
SHA512 (pillow_heif-0.10.1.tar.gz) = e09be14ce92ec05d5688065f2f12dca10c2464f89a7cf3434ff3cf2708109222355e1677c66df2bcb98fdb85424fa3d059e1bbcc8047eaa5864927bc79b7b876
Size (pillow_heif-0.10.1.tar.gz) = 13944236 bytes
BLAKE2s (pillow_heif-0.11.0.tar.gz) = 6eced062052a55e8a741111a141532ed5fc5be7419f8b6398f651847d4c51e7f
SHA512 (pillow_heif-0.11.0.tar.gz) = de75e8b3708393f10fd3658fe36ccd92f68d30573d544513b723073d99d43691c4af4b62dfc64ff382c7c28b081789a828fb4d663d03f4508643e443bab2c0a8
Size (pillow_heif-0.11.0.tar.gz) = 14838196 bytes
SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4

0 comments on commit 1a72a71

Please sign in to comment.