Accepting request 780403 from devel:languages:python

- update to 1.2.0:
  * add SVG testsuite
  * Python 3.8 compat

OBS-URL: https://build.opensuse.org/request/show/780403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagesize?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-03-08 21:21:52 +00:00 committed by Git OBS Bridge
commit c0940792a7
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
size 1275201

3
imagesize-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
size 1274955

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 28 22:43:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.2.0:
* add SVG testsuite
* Python 3.8 compat
-------------------------------------------------------------------
Tue May 7 11:30:09 UTC 2019 - pgajdos@suse.com

View File

@ -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