Update to 9.5.0

This commit is contained in:
starlet-dx 2023-04-10 16:45:38 +08:00
parent 3a0c99b3d5
commit a2841786ac
4 changed files with 5 additions and 60 deletions

View File

@ -1,30 +0,0 @@
From 73338782fc5f18a2e364a43cb2e79b9b7c4a9887 Mon Sep 17 00:00:00 2001
From: jianli-97 <lijian2@kylinos.cn>
Date: Wed, 7 Dec 2022 13:55:00 +0800
Subject: [PATCH] python-pillow_sphinx-issues
---
docs/conf.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index bc67d93..fa12f25 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,12 +28,10 @@ needs_sphinx = "2.4"
# ones.
extensions = [
"sphinx_copybutton",
- "sphinx_issues",
"sphinx_removed_in",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- "sphinxext.opengraph",
+ "sphinx.ext.viewcode"
]
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
--
2.33.0

View File

@ -1,25 +0,0 @@
From b0678c8f15f0ea0ff0c17b0896b0049b6f9f2992 Mon Sep 17 00:00:00 2001
From: jianli-97 <lijian2@kylinos.cn>
Date: Wed, 7 Dec 2022 14:01:44 +0800
Subject: [PATCH] python-pillow_spinxwarn
---
docs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Makefile b/docs/Makefile
index 458299a..535d736 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -47,7 +47,7 @@ install-sphinx:
html:
$(MAKE) install-sphinx
- $(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.33.0

Binary file not shown.

View File

@ -4,15 +4,12 @@
%global with_docs 0 %global with_docs 0
Name: python-pillow Name: python-pillow
Version: 9.3.0 Version: 9.5.0
Release: 1 Release: 1
Summary: Python image processing library Summary: Python image processing library
License: MIT License: MIT
URL: http://python-pillow.github.io/ URL: http://python-pillow.github.io/
Source0: https://github.com/python-pillow/Pillow/archive/refs/tags/%{version}.tar.gz Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillow-%{version}.tar.gz
Patch0: 0001-python-pillow_spinxwarn.patch
Patch1: 0001-python-pillow_sphinx-issues.patch
BuildRequires: freetype-devel ghostscript lcms2-devel libimagequant-devel libjpeg-devel libtiff-devel BuildRequires: freetype-devel ghostscript lcms2-devel libimagequant-devel libjpeg-devel libtiff-devel
BuildRequires: libwebp-devel openjpeg2-devel tk-devel zlib-devel python3-cffi python3-devel python3-numpy python3-olefile BuildRequires: libwebp-devel openjpeg2-devel tk-devel zlib-devel python3-cffi python3-devel python3-numpy python3-olefile
@ -150,6 +147,9 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v
%{python3_sitearch}/PIL/__pycache__/ImageQt* %{python3_sitearch}/PIL/__pycache__/ImageQt*
%changelog %changelog
* Mon Apr 10 2023 yaoxin <yao_xin001@hoperun.com> - 9.5.0-1
- Update to 9.5.0
* Wed Dec 7 2022 lijian <lijian2@kylinos.cn> - 9.3.0-1 * Wed Dec 7 2022 lijian <lijian2@kylinos.cn> - 9.3.0-1
- Upgrade to 9.3.0 - Upgrade to 9.3.0