From e487ee89a79100922435918affb22b33e35b51e075e4c6e4cdc044659eafc760 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Jan 2022 23:07:38 +0000 Subject: [PATCH] - 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 --- imagesize-1.2.0.tar.gz | 3 --- imagesize-1.3.0.tar.gz | 3 +++ python-imagesize.changes | 10 ++++++++++ python-imagesize.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 imagesize-1.2.0.tar.gz create mode 100644 imagesize-1.3.0.tar.gz diff --git a/imagesize-1.2.0.tar.gz b/imagesize-1.2.0.tar.gz deleted file mode 100644 index 3406e46..0000000 --- a/imagesize-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1 -size 1274955 diff --git a/imagesize-1.3.0.tar.gz b/imagesize-1.3.0.tar.gz new file mode 100644 index 0000000..e3177e6 --- /dev/null +++ b/imagesize-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d +size 1279535 diff --git a/python-imagesize.changes b/python-imagesize.changes index ce31b27..0f4ac24 100644 --- a/python-imagesize.changes +++ b/python-imagesize.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 29 11:12:37 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-imagesize.spec b/python-imagesize.spec index 7b99b03..e43fd62 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -1,7 +1,7 @@ # # spec file for package python-imagesize # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-imagesize -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Getting image size from PNG/JPEG/JPEG2000/GIF files License: MIT @@ -54,6 +54,7 @@ Supported formats: %python_install %check +rm -v test/test_get_filelike.py %pytest %files %{python_files}