diff --git a/imagesize-1.2.0.tar.gz b/imagesize-1.2.0.tar.gz deleted file mode 100644 index 873a637..0000000 Binary files a/imagesize-1.2.0.tar.gz and /dev/null differ diff --git a/imagesize-1.3.0.tar.gz b/imagesize-1.3.0.tar.gz new file mode 100644 index 0000000..4fe2074 Binary files /dev/null and b/imagesize-1.3.0.tar.gz differ diff --git a/python-imagesize.spec b/python-imagesize.spec index f388eb8..e9911e0 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -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 - 1.3.0-1 +- update package to 1.3.0 + * Thu Oct 29 2020 tianwei - 1.2.0-2 - delete python2 require