From 7f3ac5bbb8b5196dbb94229eba3d2fdb33868ea586b85a4f37581a1197389781 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 30 Oct 2021 20:30:47 +0000 Subject: [PATCH] - update to 8.4.0: - Prefer global transparency in GIF when replacing with background color #5756 - Added "exif" keyword argument to TIFF saving #5575 - Copy Python palette to new image in quantize() #5696 - Read ICO AND mask from end #5667 - Actually check the framesize in FliDecode.c #5659 - Determine JPEG2000 mode purely from ihdr header box #5654 - Fixed using info dictionary when writing multiple APNG frames #5611 - Allow saving 1 and L mode TIFF with PhotometricInterpretation 0 #5655 - For GIF save_all with palette, do not include palette with each frame #5603 - Keep transparency when converting from P to LA or PA #5606 - Copy palette to new image in transform() #5647 - Added "transparency" argument to EpsImagePlugin load() #5620 - Corrected pathlib.Path detection when saving #5633 - Added WalImageFile class #5618 - Consider I;16 pixel size when drawing text #5598 - If default conversion from P is RGB with transparency, convert to RGBA #5594 - Speed up rotating square images by 90 or 270 degrees #5646 - Add support for reading DPI information from JPEG2000 images - Catch TypeError from corrupted DPI value in EXIF #5639 - Do not close file pointer when saving SGI images #5645 - Deprecate ImagePalette size parameter #5641 - Prefer command line tools SDK on macOS #5624 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=121 --- Pillow-8.3.2.tar.gz | 3 --- Pillow-8.4.0.tar.gz | 3 +++ python-Pillow.changes | 27 +++++++++++++++++++++++++++ python-Pillow.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 Pillow-8.3.2.tar.gz create mode 100644 Pillow-8.4.0.tar.gz diff --git a/Pillow-8.3.2.tar.gz b/Pillow-8.3.2.tar.gz deleted file mode 100644 index 5f8fa46..0000000 --- a/Pillow-8.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c -size 48790556 diff --git a/Pillow-8.4.0.tar.gz b/Pillow-8.4.0.tar.gz new file mode 100644 index 0000000..a0afadd --- /dev/null +++ b/Pillow-8.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed +size 49368411 diff --git a/python-Pillow.changes b/python-Pillow.changes index 2e6e380..a151ba5 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Oct 30 20:25:05 UTC 2021 - Dirk Müller + +- update to 8.4.0: + - Prefer global transparency in GIF when replacing with background color #5756 + - Added "exif" keyword argument to TIFF saving #5575 + - Copy Python palette to new image in quantize() #5696 + - Read ICO AND mask from end #5667 + - Actually check the framesize in FliDecode.c #5659 + - Determine JPEG2000 mode purely from ihdr header box #5654 + - Fixed using info dictionary when writing multiple APNG frames #5611 + - Allow saving 1 and L mode TIFF with PhotometricInterpretation 0 #5655 + - For GIF save_all with palette, do not include palette with each frame #5603 + - Keep transparency when converting from P to LA or PA #5606 + - Copy palette to new image in transform() #5647 + - Added "transparency" argument to EpsImagePlugin load() #5620 + - Corrected pathlib.Path detection when saving #5633 + - Added WalImageFile class #5618 + - Consider I;16 pixel size when drawing text #5598 + - If default conversion from P is RGB with transparency, convert to RGBA #5594 + - Speed up rotating square images by 90 or 270 degrees #5646 + - Add support for reading DPI information from JPEG2000 images + - Catch TypeError from corrupted DPI value in EXIF #5639 + - Do not close file pointer when saving SGI images #5645 + - Deprecate ImagePalette size parameter #5641 + - Prefer command line tools SDK on macOS #5624 + ------------------------------------------------------------------- Sun Sep 5 16:18:06 UTC 2021 - Arun Persaud diff --git a/python-Pillow.spec b/python-Pillow.spec index c360fa6..ea15a99 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pillow -Version: 8.3.2 +Version: 8.4.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND