update to 10.3.0 [release 10.3.0-1mamba;Thu May 09 2024]
This commit is contained in:
parent
ce8e616fac
commit
46c95e2abb
@ -1,13 +1,13 @@
|
|||||||
Name: python-Pillow
|
Name: python-Pillow
|
||||||
Version: 10.1.0
|
Version: 10.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python Imaging Library (Fork)
|
Summary: Python Imaging Library (Fork)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.org/project/Pillow/
|
URL: https://pypi.org/project/pillow/
|
||||||
Source: http://pypi.debian.net/Pillow/Pillow-%{version}.tar.gz
|
Source: http://pypi.debian.net/Pillow/pillow-%{version}.tar.gz
|
||||||
License: Standard PIL License
|
License: Standard PIL License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -32,7 +32,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Pillow-%{version}
|
%setup -q -n pillow-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -56,17 +56,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/PIL/_imagingcms*.so
|
%dir %{python_sitearch}/pillow-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/PIL/_imagingft*.so
|
%{python_sitearch}/pillow-%{version}-py*.egg-info/*
|
||||||
%{python_sitearch}/PIL/_imagingmath*.so
|
|
||||||
%{python_sitearch}/PIL/_imagingmorph*.so
|
|
||||||
%{python_sitearch}/PIL/_imagingtk*.so
|
|
||||||
%{python_sitearch}/PIL/_webp*.so
|
|
||||||
%dir %{python_sitearch}/Pillow-%{version}-py*.egg-info
|
|
||||||
%{python_sitearch}/Pillow-%{version}-py*.egg-info/*
|
|
||||||
%doc docs/COPYING
|
%doc docs/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.3.0-1mamba
|
||||||
|
- update to 10.3.0
|
||||||
|
|
||||||
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 10.1.0-1mamba
|
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 10.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user