From 4a927420588492e498a28ea82918222b2d4be347 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:15:34 +0100 Subject: [PATCH] rebuilt with python3 3.7.4 [release 1.1.0-2mamba;Thu Aug 08 2019] --- python-imagesize.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-imagesize.spec b/python-imagesize.spec index 90a9324..5eed570 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -1,6 +1,6 @@ Name: python-imagesize Version: 1.1.0 -Release: 1mamba +Release: 2mamba Summary: This module analyzes jpeg/jpeg2000/png/gif image header and return image size Group: System/Libraries Vendor: openmamba @@ -12,6 +12,7 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.7.4 Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -43,6 +44,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %defattr(-,root,root) %changelog +* Thu Aug 08 2019 Silvan Calarco 1.1.0-2mamba +- rebuilt with python3 3.7.4 + * Fri Sep 07 2018 Automatic Build System 1.1.0-1mamba - automatic version update by autodist