diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:15:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:15:24 +0000 |
commit | 09645d6f449e48a006b9d630508eaf47f5a305ed (patch) | |
tree | 31dbe75c1965d3e6a8d2d6b22ab9814f4166d510 | |
parent | 92a7cafec79daad53992914ae7ecd962ff29f981 (diff) |
automatic import of python-easy-pilopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-easy-pil.spec | 13 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -1 +1,2 @@ /easy-pil-0.1.9.tar.gz +/easy-pil-0.2.0.tar.gz diff --git a/python-easy-pil.spec b/python-easy-pil.spec index d04a6f3..b8a9a15 100644 --- a/python-easy-pil.spec +++ b/python-easy-pil.spec @@ -1,17 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-easy-pil -Version: 0.1.9 +Version: 0.2.0 Release: 1 Summary: A library to make common tasks of Pillow easy. License: MIT License URL: https://github.com/shahriyardx/easy-pil -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/9a/2fb13720dfdda1d27efd01a768db8d860cc10338bb12f350f6ab46d9d041/easy-pil-0.1.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/27/28/ecc46c0cb30b8c42920a169d84661058fd5d167cb67d859b7de369941e54/easy-pil-0.2.0.tar.gz BuildArch: noarch Requires: python3-Pillow Requires: python3-requests Requires: python3-typing-extensions Requires: python3-aiohttp +Requires: python3-memoization +Requires: python3-black +Requires: python3-isort +Requires: python3-click +Requires: python3-twine %description # Easy PIL @@ -77,7 +82,7 @@ Using this for the first time? Here are some links to help you get started. %prep -%autosetup -n easy-pil-0.1.9 +%autosetup -n easy-pil-0.2.0 %build %py3_build @@ -117,5 +122,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.9-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 - Package Spec generated @@ -1 +1 @@ -237acd205d9fada6746c5d62d116693f easy-pil-0.1.9.tar.gz +648daa672f950bfee8602076e2514d6c easy-pil-0.2.0.tar.gz |