- update to 1.4.1:

* python 3.10 compat
  * documentation updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagesize?expand=0&rev=16
This commit is contained in:
Dirk Mueller 2022-07-23 11:29:33 +00:00 committed by Git OBS Bridge
parent e487ee89a7
commit b67d2b7cd1
4 changed files with 11 additions and 6 deletions

View File

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

BIN
imagesize-1.4.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 23 11:27:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* python 3.10 compat
* documentation updates
-------------------------------------------------------------------
Mon Nov 29 11:12:37 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-imagesize
Version: 1.3.0
Version: 1.4.1
Release: 0
Summary: Getting image size from PNG/JPEG/JPEG2000/GIF files
License: MIT
@ -30,7 +30,6 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@ -58,7 +57,6 @@ rm -v test/test_get_filelike.py
%pytest
%files %{python_files}
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc README.rst