Update to 8.0.0
This commit is contained in:
parent
23b29aed2f
commit
5778f13ade
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/Pillow-7.1.1.tar.gz
|
||||
/Pillow-7.1.2.tar.gz
|
||||
/Pillow-7.2.0.tar.gz
|
||||
/Pillow-8.0.0.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%global with_docs 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 7.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 8.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python image processing library
|
||||
|
||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||
@ -16,6 +16,9 @@ License: MIT
|
||||
URL: http://python-pillow.github.io/
|
||||
Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillow-%{version}.tar.gz
|
||||
|
||||
# Don't error out if sphinx warnings occur
|
||||
Patch0: python-pillow_spinxwarn.patch
|
||||
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ghostscript
|
||||
@ -38,6 +41,7 @@ BuildRequires: python3-setuptools
|
||||
%if 0%{?with_docs}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
BuildRequires: python3-sphinx-removed-in
|
||||
%endif
|
||||
BuildRequires: python3-tkinter
|
||||
|
||||
@ -149,7 +153,7 @@ popd
|
||||
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%doc README.rst CHANGES.rst
|
||||
%doc README.md CHANGES.rst
|
||||
%license docs/COPYING
|
||||
%{python3_sitearch}/*
|
||||
# These are in subpackages
|
||||
@ -182,6 +186,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 15 2020 Sandro Mani <manisandro@gmail.com> - 8.0.0-1
|
||||
- Update to 8.0.0
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
12
python-pillow_spinxwarn.patch
Normal file
12
python-pillow_spinxwarn.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -rupN Pillow-8.0.0/docs/Makefile Pillow-8.0.0-new/docs/Makefile
|
||||
--- Pillow-8.0.0/docs/Makefile 2020-10-14 18:02:53.000000000 +0200
|
||||
+++ Pillow-8.0.0-new/docs/Makefile 2020-10-15 22:52:19.990771090 +0200
|
||||
@@ -42,7 +42,7 @@ clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html:
|
||||
- $(SPHINXBUILD) -b html -W --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
+ $(SPHINXBUILD) -b html --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pillow-7.2.0.tar.gz) = ac9c7c8f445b3f67f51bea13fad118d1612c45272c26d33bec286f3c2e198912b934378c4bf986b409aaa2a83d92ff176ee4d25f28701d61746c9cb86d0f412b
|
||||
SHA512 (Pillow-8.0.0.tar.gz) = 4f126e39a8c4ff7cb83ed263e04e5921fe55d5167fca98b59ffecb95f994b2487b9b7ca83151c017d915f9d3cc05b71da44de7b9cfa418f1c70574234c1b9c83
|
||||
|
Loading…
Reference in New Issue
Block a user