Accepting request 1046168 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1046168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=58
This commit is contained in:
commit
6942a6211d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c935a22a557a560108d780f9a0fc426dd7459940dc54faa49d83249c8d3e760f
|
||||
size 50376883
|
3
Pillow-9.4.0.tar.gz
Normal file
3
Pillow-9.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1c2d7780448eb93fbcc3789bf3916aa5720d942e37945f4056680317f1cd23e
|
||||
size 50403076
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 11:45:30 UTC 2023 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- 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 <michael@stroeder.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user