diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:48:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:48:21 +0000 |
commit | fb4439cfa5f1ae57c694863dcc59bc0df7a95ec2 (patch) | |
tree | 096014f140dddd5b2f3b7fb38769e6ca0c677825 | |
parent | f5cff81946431bb7993e63441d01bfd778f3a690 (diff) |
automatic import of python-pillowopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pillow.spec | 33 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 24 insertions, 12 deletions
@@ -1 +1,2 @@ /Pillow-9.4.0.tar.gz +/Pillow-9.5.0.tar.gz diff --git a/python-pillow.spec b/python-pillow.spec index 120c6d4..69efccf 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -1,18 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-Pillow -Version: 9.4.0 +Version: 9.5.0 Release: 1 Summary: Python Imaging Library (Fork) License: HPND URL: https://python-pillow.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/07/830784e061fb94d67649f3e438ff63cfb902dec6d48ac75aeaaac7c7c30e/Pillow-9.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/d5/4903f310765e0ff2b8e91ffe55031ac6af77d982f0156061e20a4d1a8b2d/Pillow-9.5.0.tar.gz Requires: python3-furo Requires: python3-olefile Requires: python3-sphinx Requires: python3-sphinx-copybutton Requires: python3-sphinx-inline-tabs -Requires: python3-sphinx-issues Requires: python3-sphinx-removed-in Requires: python3-sphinxext-opengraph Requires: python3-check-manifest @@ -35,8 +34,8 @@ Requires: python3-pytest-timeout ## Python Imaging Library (Fork) -Pillow is the friendly PIL fork by [Alex Clark and -Contributors](https://github.com/python-pillow/Pillow/graphs/contributors). +Pillow is the friendly PIL fork by [Jeffrey A. Clark (Alex) and +contributors](https://github.com/python-pillow/Pillow/graphs/contributors). PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is [supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise). @@ -117,6 +116,10 @@ As of 2019, Pillow development is <a href="https://twitter.com/PythonPillow"><img alt="Follow on https://twitter.com/PythonPillow" src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a> + <a href="https://fosstodon.org/@pillow"><img + alt="Follow on https://fosstodon.org/@pillow" + src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg" + rel="me"></a> </td> </tr> </table> @@ -164,8 +167,8 @@ BuildRequires: gdb ## Python Imaging Library (Fork) -Pillow is the friendly PIL fork by [Alex Clark and -Contributors](https://github.com/python-pillow/Pillow/graphs/contributors). +Pillow is the friendly PIL fork by [Jeffrey A. Clark (Alex) and +contributors](https://github.com/python-pillow/Pillow/graphs/contributors). PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is [supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise). @@ -246,6 +249,10 @@ As of 2019, Pillow development is <a href="https://twitter.com/PythonPillow"><img alt="Follow on https://twitter.com/PythonPillow" src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a> + <a href="https://fosstodon.org/@pillow"><img + alt="Follow on https://fosstodon.org/@pillow" + src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg" + rel="me"></a> </td> </tr> </table> @@ -287,8 +294,8 @@ Provides: python3-Pillow-doc ## Python Imaging Library (Fork) -Pillow is the friendly PIL fork by [Alex Clark and -Contributors](https://github.com/python-pillow/Pillow/graphs/contributors). +Pillow is the friendly PIL fork by [Jeffrey A. Clark (Alex) and +contributors](https://github.com/python-pillow/Pillow/graphs/contributors). PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is [supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise). @@ -369,6 +376,10 @@ As of 2019, Pillow development is <a href="https://twitter.com/PythonPillow"><img alt="Follow on https://twitter.com/PythonPillow" src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a> + <a href="https://fosstodon.org/@pillow"><img + alt="Follow on https://fosstodon.org/@pillow" + src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg" + rel="me"></a> </td> </tr> </table> @@ -399,7 +410,7 @@ To report a security vulnerability, please follow the procedure described in the %prep -%autosetup -n Pillow-9.4.0 +%autosetup -n Pillow-9.5.0 %build %py3_build @@ -439,5 +450,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 9.4.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 9.5.0-1 - Package Spec generated @@ -1 +1 @@ -ee6e9a6c729ed9e9a78ccd3f6e9d7143 Pillow-9.4.0.tar.gz +ed80942ad1ade1aab0fcf3790d0be3ec Pillow-9.5.0.tar.gz |