diff --git a/imagesize-1.1.0.tar.gz b/imagesize-1.1.0.tar.gz deleted file mode 100644 index 861b33c..0000000 --- a/imagesize-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5 -size 1275201 diff --git a/imagesize-1.2.0.tar.gz b/imagesize-1.2.0.tar.gz new file mode 100644 index 0000000..3406e46 --- /dev/null +++ b/imagesize-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1 +size 1274955 diff --git a/python-imagesize.changes b/python-imagesize.changes index 122aeba..ce31b27 100644 --- a/python-imagesize.changes +++ b/python-imagesize.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 28 22:43:08 UTC 2020 - Dirk Mueller + +- update to 1.2.0: + * add SVG testsuite + * Python 3.8 compat + ------------------------------------------------------------------- Tue May 7 11:30:09 UTC 2019 - pgajdos@suse.com diff --git a/python-imagesize.spec b/python-imagesize.spec index 69b48aa..7b99b03 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -1,7 +1,7 @@ # # spec file for package python-imagesize # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-imagesize -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Getting image size from PNG/JPEG/JPEG2000/GIF files License: MIT Group: Development/Languages/Python -Url: https://github.com/shibukawa/imagesize_py +URL: https://github.com/shibukawa/imagesize_py Source: https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros