diff --git a/Pillow-7.0.0.tar.gz b/Pillow-7.0.0.tar.gz deleted file mode 100644 index 3c8f590..0000000 --- a/Pillow-7.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946 -size 38151111 diff --git a/Pillow-7.1.1.tar.gz b/Pillow-7.1.1.tar.gz new file mode 100644 index 0000000..dca1db9 --- /dev/null +++ b/Pillow-7.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f89ddc77cf421b8cd34ae852309501458942bf370831b4a9b406156b599a14e +size 38939096 diff --git a/python-Pillow.changes b/python-Pillow.changes index 331d9ab..d5a2a94 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sat Apr 4 17:49:43 UTC 2020 - Arun Persaud + +- update to version 7.1.1: + * Fix regression seeking and telling PNGs #4512 #4514 [hugovk, + radarhere] + +- changes from version 7.1.0: + * Fix multiple OOB reads in FLI decoding #4503 [wiredfool] + * Fix buffer overflow in SGI-RLE decoding #4504 [wiredfool, hugovk] + * Fix bounds overflow in JPEG 2000 decoding #4505 [wiredfool] + * Fix bounds overflow in PCX decoding #4506 [wiredfool] + * Fix 2 buffer overflows in TIFF decoding #4507 [wiredfool] + * Add APNG support #4243 [pmrowla, radarhere, hugovk] + * ImageGrab.grab() for Linux with XCB #4260 [nulano, radarhere] + * Added three new channel operations #4230 [dwastberg, radarhere] + * Prevent masking of Image reduce method in Jpeg2KImagePlugin #4474 + [radarhere, homm] + * Added reading of earlier ImageMagick PNG EXIF data #4471 + [radarhere] + * Fixed endian handling for I;16 getextrema #4457 [radarhere] + * Release buffer if function returns prematurely #4381 [radarhere] + * Add JPEG comment to info dictionary #4455 [radarhere] + * Fix size calculation of Image.thumbnail() #4404 [orlnub123] + * Fixed stroke on FreeType < 2.9 #4401 [radarhere] + * If present, only use alpha channel for bounding box #4454 + [radarhere] + * Warn if an unknown feature is passed to features.check() #4438 + [jdufresne] + * Fix Name field length when saving IM images #4424 [hugovk, + radarhere] + * Allow saving of zero quality JPEG images #4440 [radarhere] + * Allow explicit zero width to hide outline #4334 [radarhere] + * Change ContainerIO return type to match file object mode #4297 + [jdufresne, radarhere] + * Only draw each polygon pixel once #4333 [radarhere] + * Add support for shooting situation Exif IFD tags #4398 [alexagv] + * Handle multiple and malformed JPEG APP13 markers #4370 [homm] + * Depends: Update libwebp to 1.1.0 #4342, libjpeg to 9d #4352 + [radarhere] + ------------------------------------------------------------------- Sun Jan 5 02:50:34 UTC 2020 - Arun Persaud diff --git a/python-Pillow.spec b/python-Pillow.spec index d8d2cfd..9515690 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -25,7 +25,7 @@ %bcond_with tk %endif Name: python-Pillow -Version: 7.0.0 +Version: 7.1.1 Release: 0 Summary: Python Imaging Library (Fork) License: HPND