- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
|
||||
size 1274955
|
3
imagesize-1.3.0.tar.gz
Normal file
3
imagesize-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d
|
||||
size 1279535
|
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user