- 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:
parent
e487ee89a7
commit
b67d2b7cd1
@ -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
BIN
imagesize-1.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Mon Nov 29 11:12:37 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-imagesize
|
Name: python-imagesize
|
||||||
Version: 1.3.0
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Getting image size from PNG/JPEG/JPEG2000/GIF files
|
Summary: Getting image size from PNG/JPEG/JPEG2000/GIF files
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,7 +30,6 @@ BuildRequires: python-rpm-macros
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -58,7 +57,6 @@ rm -v test/test_get_filelike.py
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user