Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-pillow.git#1b954dd159d491c2b258fd7d24563587572b9283
This commit is contained in:
DistroBaker 2021-02-03 03:57:09 +00:00
parent edcaa37152
commit 2e8eb49a4a

View File

@ -8,7 +8,7 @@
Name: python-%{srcname}
Version: 8.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python image processing library
# License: see http://www.pythonware.com/products/pil/license.htm
@ -44,6 +44,7 @@ BuildRequires: python3-olefile
BuildRequires: python3-qt5
BuildRequires: python3-setuptools
%if 0%{?with_docs}
BuildRequires: make
BuildRequires: python3-sphinx
BuildRequires: python3-sphinx_rtd_theme
BuildRequires: python3-sphinx-removed-in
@ -159,7 +160,8 @@ popd
%files -n python3-%{srcname}
%doc README.md CHANGES.rst
%license docs/COPYING
%{python3_sitearch}/*
%{python3_sitearch}/PIL/
%{python3_sitearch}/Pillow-%{version}-py%{python3_version}.egg-info
# These are in subpackages
%exclude %{python3_sitearch}/PIL/_imagingtk*
%exclude %{python3_sitearch}/PIL/ImageTk*
@ -190,6 +192,9 @@ popd
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 09 2021 Robert-André Mauchin <zebob.m@gmail.com> - 8.1.0-2
- Add patch to fix the import error occurring with Python 3.10
- Fix: rhbz#1904379