rebuilt with python 3.10 [release 1.4.1-2mamba;Thu Mar 09 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:15:34 +01:00
parent 04ef6508f6
commit 5765d9b878

View File

@ -1,6 +1,6 @@
Name: python-imagesize Name: python-imagesize
Version: 1.4.1 Version: 1.4.1
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,8 +12,6 @@ License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version
%description %description
%{summary}. %{summary}.
@ -45,6 +43,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/imagesize-%{version}-py*.egg-info/* %{python_sitearch}/imagesize-%{version}-py*.egg-info/*
%changelog %changelog
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-2mamba
- rebuilt with python 3.10
* Fri Jul 01 2022 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba * Fri Jul 01 2022 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
- automatic version update by autodist - automatic version update by autodist