rebuilt with python3 3.7.4 [release 1.1.0-2mamba;Thu Aug 08 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 11:15:34 +01:00
parent 70e5eb30af
commit 4a92742058

View File

@ -1,6 +1,6 @@
Name: python-imagesize Name: python-imagesize
Version: 1.1.0 Version: 1.1.0
Release: 1mamba Release: 2mamba
Summary: This module analyzes jpeg/jpeg2000/png/gif image header and return image size Summary: This module analyzes jpeg/jpeg2000/png/gif image header and return image size
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -12,6 +12,7 @@ License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -43,6 +44,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- rebuilt with python3 3.7.4
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba * Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic version update by autodist - automatic version update by autodist