pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-pillow_heif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 09:11:07 UTC 2023

Modified Files:
        pkgsrc/graphics/py-pillow_heif: Makefile distinfo

Log Message:
py-pillow_heif: update to 0.11.0.

## [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`)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-pillow_heif/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-pillow_heif/Makefile
diff -u pkgsrc/graphics/py-pillow_heif/Makefile:1.3 pkgsrc/graphics/py-pillow_heif/Makefile:1.4
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.3 Mon May  1 09:49:40 2023
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Sun May  7 09:11:07 2023
@@ -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/}

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.2 pkgsrc/graphics/py-pillow_heif/distinfo:1.3
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.2 Mon May  1 09:49:40 2023
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Sun May  7 09:11:07 2023
@@ -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



Home | Main Index | Thread Index | Old Index