diff options
-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 |