From fb43ef0a81b223f27292bb3992f802384f947ba83da1758e1990d0076d800449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Jan 2023 12:34:35 +0000 Subject: [PATCH] Accepting request 1046152 from home:stroeder:python update to 9.4.0 OBS-URL: https://build.opensuse.org/request/show/1046152 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=136 --- Pillow-9.3.0.tar.gz | 3 --- Pillow-9.4.0.tar.gz | 3 +++ python-Pillow.changes | 18 ++++++++++++++++++ python-Pillow.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 Pillow-9.3.0.tar.gz create mode 100644 Pillow-9.4.0.tar.gz diff --git a/Pillow-9.3.0.tar.gz b/Pillow-9.3.0.tar.gz deleted file mode 100644 index ec89344..0000000 --- a/Pillow-9.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c935a22a557a560108d780f9a0fc426dd7459940dc54faa49d83249c8d3e760f -size 50376883 diff --git a/Pillow-9.4.0.tar.gz b/Pillow-9.4.0.tar.gz new file mode 100644 index 0000000..3ab4dfa --- /dev/null +++ b/Pillow-9.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c2d7780448eb93fbcc3789bf3916aa5720d942e37945f4056680317f1cd23e +size 50403076 diff --git a/python-Pillow.changes b/python-Pillow.changes index c47e4d2..f1b621d 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 2 11:45:30 UTC 2023 - Michael Ströder + +- update to 9.4.0 + * API Additions + - Added start position for getmask and getmask2 + - Added the exact encoding option for WebP + - Added signed option when saving JPEG2000 + - Added IFD, Interop and LightSource ExifTags enums + - XMP data can now be decoded for WEBP images through getxmp() + - Writing JPEG comments + * Security + - Fix memory DOS in ImageFont + - Null pointer dereference crash in ImageFont + * Other Changes + - Added support for DDS L and LA images + - Formerly deprecated constants are not anymore + ------------------------------------------------------------------- Sat Oct 29 13:23:00 UTC 2022 - Michael Ströder diff --git a/python-Pillow.spec b/python-Pillow.spec index ce70e77..333c633 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pillow # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-Pillow -Version: 9.3.0 +Version: 9.4.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND