15
0
forked from pool/python-pilkit

- Add patch to fix tests with new PIL (due to ordering there were

2 png returns and randomly on py2 it could return apng instead
  of just png:
  * pil-fix-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pilkit?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-01-18 10:17:21 +00:00
committed by Git OBS Bridge
parent 072df9bcd5
commit 99aec33aaf
3 changed files with 24 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 18 10:15:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to fix tests with new PIL (due to ordering there were
2 png returns and randomly on py2 it could return apng instead
of just png:
* pil-fix-test.patch
-------------------------------------------------------------------
Tue Dec 4 12:51:33 UTC 2018 - Matej Cepl <mcepl@suse.com>