From b67d2b7cd115ca9b73cd9498ee894c2f3e3f3de23365d1572ddbc544246194c5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 23 Jul 2022 11:29:33 +0000 Subject: [PATCH] - 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 --- imagesize-1.3.0.tar.gz | 3 --- imagesize-1.4.1.tar.gz | 3 +++ python-imagesize.changes | 7 +++++++ python-imagesize.spec | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 imagesize-1.3.0.tar.gz create mode 100644 imagesize-1.4.1.tar.gz diff --git a/imagesize-1.3.0.tar.gz b/imagesize-1.3.0.tar.gz deleted file mode 100644 index e3177e6..0000000 --- a/imagesize-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d -size 1279535 diff --git a/imagesize-1.4.1.tar.gz b/imagesize-1.4.1.tar.gz new file mode 100644 index 0000000..26e8400 --- /dev/null +++ b/imagesize-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a +size 1280026 diff --git a/python-imagesize.changes b/python-imagesize.changes index 0f4ac24..12d1d46 100644 --- a/python-imagesize.changes +++ b/python-imagesize.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 23 11:27:23 UTC 2022 - Dirk Müller + +- update to 1.4.1: + * python 3.10 compat + * documentation updates + ------------------------------------------------------------------- Mon Nov 29 11:12:37 UTC 2021 - Dirk Müller diff --git a/python-imagesize.spec b/python-imagesize.spec index e43fd62..f164b72 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -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