From aeb52a574e3b61b60d4bbab5ddbf97d1af44d9a977a5921b03fadbf15db19929 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 8 Apr 2022 16:51:58 +0000 Subject: [PATCH] - add toml buildrequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=125 --- Pillow-9.0.1.tar.gz | 3 --- Pillow-9.1.0.tar.gz | 3 +++ python-Pillow.changes | 53 +++++++++++++++++++++++++++++++++++++++++++ python-Pillow.spec | 2 +- 4 files changed, 57 insertions(+), 4 deletions(-) delete mode 100644 Pillow-9.0.1.tar.gz create mode 100644 Pillow-9.1.0.tar.gz diff --git a/Pillow-9.0.1.tar.gz b/Pillow-9.0.1.tar.gz deleted file mode 100644 index e57d499..0000000 --- a/Pillow-9.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c8bc8238a7dfdaf7a75f5ec5a663f4173f8c367e5a39f87e720495e1eed75fa -size 49514914 diff --git a/Pillow-9.1.0.tar.gz b/Pillow-9.1.0.tar.gz new file mode 100644 index 0000000..d027401 --- /dev/null +++ b/Pillow-9.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97 +size 49760285 diff --git a/python-Pillow.changes b/python-Pillow.changes index 30c5621..15a1403 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Fri Apr 8 16:44:32 UTC 2022 - Dirk Müller + +- update to 9.1.0: + * Fix loading FriBiDi on Alpine #6165 + * Added setting for converting GIF P frames to RGB #6150 + * Allow 1 mode images to be inverted #6034 + * Raise ValueError when trying to save empty JPEG #6159 + * Always save TIFF with contiguous planar configuration #5973 + * Connected discontiguous polygon corners #5980 + * Ensure Tkinter hook is activated for getimage() #6032 + * Use screencapture arguments to crop on macOS #6152 + * Do not mark L mode JPEG as 1 bit in PDF #6151 + * Added support for reading I;16R TIFF images #6132 + * If an error occurs after creating a file, remove the file #6134 + * Fixed calling DisplayViewer or XVViewer without a title #6136 + * Retain RGBA transparency when saving multiple GIF frames #6128 + * Save additional ICO frames with other bit depths if supplied #6122 + * Handle EXIF data truncated to just the header #6124 + * Added support for reading BMP images with RLE8 compression #6102 + * Support Python distributions where _tkinter is compiled in #6006 + * Added support for PPM arbitrary maxval #6119 + * Added BigTIFF reading #6097 + * When converting, clip I;16 to be unsigned, not signed #6112 + * Fixed loading L mode GIF with transparency #6086 + * Improved handling of PPM header #5121 + * Reset size when seeking away from "Large Thumbnail" MPO frame #6101 + * Replace requirements.txt with extras #6072 + * Added PyEncoder and support BLP saving #6069 + * Handle TGA images with packets that cross scan lines #6087 + * Added FITS reading #6056 + * Added rawmode argument to Image.getpalette() #6061 + * Fixed BUFR, GRIB and HDF5 stub saving #6071 + * Do not automatically remove temporary ImageShow files on Unix #6045 + * Correctly read JPEG compressed BLP images #4685 + * Merged _MODE_CONV typ into ImageMode as typestr #6057 + * Consider palette size when converting and in getpalette() #6060 + * Added enums #5954 + * Ensure image is opaque after converting P to PA with RGB palette #6052 + * Attach RGBA palettes from putpalette() when suitable #6054 + * Added get_photoshop_blocks() to parse Photoshop TIFF tag #6030 + * Drop excess values in BITSPERSAMPLE #6041 + * Added unpacker from RGBA;15 to RGB #6031 + * Enable arm64 for MSVC on Windows #5811 + * Keep IPython/Jupyter text/plain output stable #5891 + * Raise an error when performing a negative crop #5972 + * Deprecated show_file "file" argument in favour of "path" #5959 + * Fixed SPIDER images for use with Bio-formats library #5956 + * Ensure duplicated file pointer is closed #5946 + * Added specific error if path coordinate type is incorrect #5942 + * Return an empty bytestring from tobytes() for an empty image #5938 + * Remove readonly from Image.__eq__ #5930 + ------------------------------------------------------------------- Thu Feb 3 20:00:39 UTC 2022 - Arun Persaud diff --git a/python-Pillow.spec b/python-Pillow.spec index 3e73349..3104ae2 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-Pillow -Version: 9.0.1 +Version: 9.1.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND