Update to 8.1.0
This commit is contained in:
parent
c46f189ded
commit
fcfbaa5af4
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
||||
/Pillow-7.2.0.tar.gz
|
||||
/Pillow-8.0.0.tar.gz
|
||||
/Pillow-8.0.1.tar.gz
|
||||
/Pillow-8.1.0.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global with_docs 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 8.0.1
|
||||
Version: 8.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python image processing library
|
||||
|
||||
@ -18,6 +18,8 @@ Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillo
|
||||
|
||||
# Don't error out if sphinx warnings occur
|
||||
Patch0: python-pillow_spinxwarn.patch
|
||||
# Drop sphinx-issues requirement, it's not packaged for Fedora
|
||||
Patch1: python-pillow_sphinx-issues.patch
|
||||
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: gcc
|
||||
@ -186,6 +188,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 03 2021 Sandro Mani <manisandro@gmail.com> - 8.1.0-1
|
||||
- Update to 8.1.0
|
||||
|
||||
* Fri Oct 23 2020 Sandro Mani <manisandro@gmail.com> - 8.0.1-1
|
||||
- Update to 8.0.1
|
||||
|
||||
|
11
python-pillow_sphinx-issues.patch
Normal file
11
python-pillow_sphinx-issues.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -rupN Pillow-8.1.0/docs/conf.py Pillow-8.1.0-new/docs/conf.py
|
||||
--- Pillow-8.1.0/docs/conf.py 2021-01-02 12:39:02.000000000 +0100
|
||||
+++ Pillow-8.1.0-new/docs/conf.py 2021-01-03 11:03:45.488353823 +0100
|
||||
@@ -32,7 +32,6 @@ extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.viewcode",
|
||||
- "sphinx_issues",
|
||||
"sphinx_removed_in",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference Pillow-8.0.1/docs/Makefile Pillow-8.0.1-new/docs/Makefile
|
||||
--- Pillow-8.0.1/docs/Makefile 2020-10-22 17:05:53.000000000 +0200
|
||||
+++ Pillow-8.0.1-new/docs/Makefile 2020-10-23 13:59:47.536824451 +0200
|
||||
diff -rupN --no-dereference Pillow-8.1.0/docs/Makefile Pillow-8.1.0-new/docs/Makefile
|
||||
--- Pillow-8.1.0/docs/Makefile 2021-01-02 12:39:02.000000000 +0100
|
||||
+++ Pillow-8.1.0-new/docs/Makefile 2021-01-03 10:55:47.317076044 +0100
|
||||
@@ -42,7 +42,7 @@ clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pillow-8.0.1.tar.gz) = 41b4ea786990c834f77ad06b64f465bc8f3a65911cf14bb05f452316fdf504e5e49b2bb50a9346f207187e79f83c5b6d310d703d1588f678b606584b1f27ce6a
|
||||
SHA512 (Pillow-8.1.0.tar.gz) = 1014271d29e98c465e6882ed3f2f915f8955f5ada2a762c671a1f79389b25576ead2d144c6eaf42b4777f14438d15979d78d34dc32d984fd7defb53f0d209957
|
||||
|
Loading…
Reference in New Issue
Block a user