pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 26 17:50:11 UTC 2022

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile PLIST distinfo

Log Message:
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__


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-Pillow/PLIST
cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/py-Pillow/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/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.58 pkgsrc/graphics/py-Pillow/Makefile:1.59
--- pkgsrc/graphics/py-Pillow/Makefile:1.58     Thu Feb 24 14:11:34 2022
+++ pkgsrc/graphics/py-Pillow/Makefile  Tue Apr 26 17:50:11 2022
@@ -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/}

Index: pkgsrc/graphics/py-Pillow/PLIST
diff -u pkgsrc/graphics/py-Pillow/PLIST:1.17 pkgsrc/graphics/py-Pillow/PLIST:1.18
--- pkgsrc/graphics/py-Pillow/PLIST:1.17        Wed Jul  3 17:19:00 2019
+++ pkgsrc/graphics/py-Pillow/PLIST     Tue Apr 26 17:50:11 2022
@@ -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/EpsImagePlugin.pyo
 ${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

Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.50 pkgsrc/graphics/py-Pillow/distinfo:1.51
--- pkgsrc/graphics/py-Pillow/distinfo:1.50     Thu Feb 24 14:11:34 2022
+++ pkgsrc/graphics/py-Pillow/distinfo  Tue Apr 26 17:50:11 2022
@@ -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