pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow py-Pillow: updated to 9.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47a756f35676
branches:  trunk
changeset: 378013:47a756f35676
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 26 17:50:11 2022 +0000

description:
py-Pillow: updated to 9.1.0

9.1.0 (2022-04-01)
------------------
- Fix loading FriBiDi on Alpine
- Added setting for converting GIF P frames to RGB
- Allow 1 mode images to be inverted
- Raise ValueError when trying to save empty JPEG
- Always save TIFF with contiguous planar configuration
- Connected discontiguous polygon corners
- Ensure Tkinter hook is activated for getimage()
- Use screencapture arguments to crop on macOS
- Do not mark L mode JPEG as 1 bit in PDF
- Added support for reading I;16R TIFF images
- If an error occurs after creating a file, remove the file
- Fixed calling DisplayViewer or XVViewer without a title
- Retain RGBA transparency when saving multiple GIF frames
- Save additional ICO frames with other bit depths if supplied
- Handle EXIF data truncated to just the header
- Added support for reading BMP images with RLE8 compression
- Support Python distributions where _tkinter is compiled in
- Added support for PPM arbitrary maxval
- Added BigTIFF reading
- When converting, clip I;16 to be unsigned, not signed
- Fixed loading L mode GIF with transparency
- Improved handling of PPM header
- Reset size when seeking away from "Large Thumbnail" MPO frame
- Replace requirements.txt with extras
- Added PyEncoder and support BLP saving
- Handle TGA images with packets that cross scan lines
- Added FITS reading
- Added rawmode argument to Image.getpalette()
- Fixed BUFR, GRIB and HDF5 stub saving
- Do not automatically remove temporary ImageShow files on Unix
- Correctly read JPEG compressed BLP images
- Merged _MODE_CONV typ into ImageMode as typestr
- Consider palette size when converting and in getpalette()
- Added enums
- Ensure image is opaque after converting P to PA with RGB palette
- Attach RGBA palettes from putpalette() when suitable
- Added get_photoshop_blocks() to parse Photoshop TIFF tag
- Drop excess values in BITSPERSAMPLE
- Added unpacker from RGBA;15 to RGB
- Enable arm64 for MSVC on Windows
- Keep IPython/Jupyter text/plain output stable
- Raise an error when performing a negative crop
- Deprecated show_file "file" argument in favour of "path"
- Fixed SPIDER images for use with Bio-formats library
- Ensure duplicated file pointer is closed
- Added specific error if path coordinate type is incorrect
- Return an empty bytestring from tobytes() for an empty image
- Remove readonly from Image.__eq__

diffstat:

 graphics/py-Pillow/Makefile |  4 ++--
 graphics/py-Pillow/PLIST    |  6 +++++-
 graphics/py-Pillow/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r ddd4aed2e62b -r 47a756f35676 graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile       Tue Apr 26 14:37:35 2022 +0000
+++ b/graphics/py-Pillow/Makefile       Tue Apr 26 17:50:11 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2022/02/24 14:11:34 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2022/04/26 17:50:11 adam Exp $
 
-DISTNAME=      Pillow-9.0.1
+DISTNAME=      Pillow-9.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pillow/}
diff -r ddd4aed2e62b -r 47a756f35676 graphics/py-Pillow/PLIST
--- a/graphics/py-Pillow/PLIST  Tue Apr 26 14:37:35 2022 +0000
+++ b/graphics/py-Pillow/PLIST  Tue Apr 26 17:50:11 2022 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.17 2019/07/03 17:19:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/04/26 17:50:11 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/PIL/BdfFontFile.py
@@ -34,6 +35,9 @@
 ${PYSITELIB}/PIL/ExifTags.py
 ${PYSITELIB}/PIL/ExifTags.pyc
 ${PYSITELIB}/PIL/ExifTags.pyo
+${PYSITELIB}/PIL/FitsImagePlugin.py
+${PYSITELIB}/PIL/FitsImagePlugin.pyc
+${PYSITELIB}/PIL/FitsImagePlugin.pyo
 ${PYSITELIB}/PIL/FitsStubImagePlugin.py
 ${PYSITELIB}/PIL/FitsStubImagePlugin.pyc
 ${PYSITELIB}/PIL/FitsStubImagePlugin.pyo
diff -r ddd4aed2e62b -r 47a756f35676 graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo       Tue Apr 26 14:37:35 2022 +0000
+++ b/graphics/py-Pillow/distinfo       Tue Apr 26 17:50:11 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2022/02/24 14:11:34 wiz Exp $
+$NetBSD: distinfo,v 1.51 2022/04/26 17:50:11 adam Exp $
 
-BLAKE2s (Pillow-9.0.1.tar.gz) = 5549a76af32333ddcf95a72c3aca23f88e41928674edba93c1711247ee223ab7
-SHA512 (Pillow-9.0.1.tar.gz) = b3d149496204ff2a1a407789eb39925c10868d5ef850c955a5717226d26332e02b18b2c6a062ee499ccb62858e33d046d061c123639a09878505211d0359bbc0
-Size (Pillow-9.0.1.tar.gz) = 49514914 bytes
+BLAKE2s (Pillow-9.1.0.tar.gz) = e0e620d6da2b9d5d93d94b8ccb86c0b4c693ba30fe7b2ffa47a18b70c937e726
+SHA512 (Pillow-9.1.0.tar.gz) = 89c22f01959e3e558e79568f4cff618c6592a730aea3d28d276acd1bbeada6e1409a471db50cad3b31dbc64413d3b2a71a9e8ce953afda9b290c9bda6cea23de
+Size (Pillow-9.1.0.tar.gz) = 49760285 bytes
 SHA1 (patch-setup.py) = 11d48f7a21088eeb304fb88571d6c0f6eccffdb6



Home | Main Index | Thread Index | Old Index