15
0
forked from pool/python-Pillow

- Update to 7.1.2:

* This fixes a regression introduced in 7.1.0 when adding support
    for APNG files.
  * When calling seek(n) on a regular PNG where n > 0, it failed to
    raise an EOFError as it should have done

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=94
This commit is contained in:
Tomáš Chvátal
2020-04-30 08:50:26 +00:00
committed by Git OBS Bridge
parent 7864c5a7d3
commit 1f3464d694
4 changed files with 13 additions and 17 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 30 08:47:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 7.1.2:
* This fixes a regression introduced in 7.1.0 when adding support
for APNG files.
* When calling seek(n) on a regular PNG where n > 0, it failed to
raise an EOFError as it should have done
-------------------------------------------------------------------
Sat Apr 4 17:49:43 UTC 2020 - Arun Persaud <arun@gmx.de>