diff --git a/python-imagesize.spec b/python-imagesize.spec index 3de18fb..0d72cbe 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -1,6 +1,6 @@ Name: python-imagesize Version: 1.3.0 -Release: 2 +Release: 3 Summary: This module analyzes image headers and returns image size. License: MIT URL: https://github.com/shibukawa/imagesize_py @@ -34,6 +34,9 @@ py.test-3 --ignore=./test/test_get_filelike.py %{python3_sitelib}/* %changelog +* Tue Oct 25 2022 zhangruifang - 1.3.0-3 +- Rebuild for next release + * Fri Jan 07 2022 renhongxun - 1.3.0-2 - fix tests