15
0

- update to 1.3.0:

* Python 3.9 compat
  * Fix exception on corrupt JPEG files
  * Fix error on long float numbers
  * improving netpbm error messages
  * remove dependency on nose

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagesize?expand=0&rev=15
This commit is contained in:
2022-01-10 23:07:38 +00:00
committed by Git OBS Bridge
parent 13181782da
commit e487ee89a7
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 29 11:12:37 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Python 3.9 compat
* Fix exception on corrupt JPEG files
* Fix error on long float numbers
* improving netpbm error messages
* remove dependency on nose
-------------------------------------------------------------------
Fri Feb 28 22:43:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>