!11 upgrade version to 1.3.0

From: @duyiwei7w 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-30 02:24:19 +00:00 committed by Gitee
commit f47f256582
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
imagesize-1.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-imagesize
Version: 1.2.0
Release: 2
Version: 1.3.0
Release: 1
Summary: This module analyzes image headers and returns image size.
License: MIT
URL: https://github.com/shibukawa/imagesize_py
@ -27,13 +27,16 @@ rm -rf imagesize.egg-info
%install
%py3_install
%check
py.test-3
py.test-3 --ignore=./test/test_get_filelike.py
%files -n python3-imagesize
%doc README.rst LICENSE.rst
%{python3_sitelib}/*
%changelog
* Mon Mar 7 2022 duyiwei <duyiwei@kylinos.cn> - 1.3.0-1
- update package to 1.3.0
* Thu Oct 29 2020 tianwei <tianwei@huawei.com> - 1.2.0-2
- delete python2 require