From 2e8eb49a4a70df102ea3a19f4ce10b6983c96c98 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 03:57:09 +0000 Subject: [PATCH] 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 --- python-pillow.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index 634c8a4..81aefd7 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -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 - 8.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 09 2021 Robert-André Mauchin - 8.1.0-2 - Add patch to fix the import error occurring with Python 3.10 - Fix: rhbz#1904379