diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-funcy.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /funcy-1.18.tar.gz +/funcy-2.0.tar.gz diff --git a/python-funcy.spec b/python-funcy.spec index 695a4ec..df68070 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-funcy -Version: 1.18 +Version: 2.0 Release: 1 Summary: A fancy and practical functional tools License: BSD URL: http://github.com/Suor/funcy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/92/1c/b297c18a9e66e683b7777fbc965e5393bcf167406d1499cde69ca9e6b8e7/funcy-1.18.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/b8/c6081521ff70afdff55cd9512b2220bbf4fa88804dae51d1b57b4b58ef32/funcy-2.0.tar.gz BuildArch: noarch @@ -14,7 +14,7 @@ A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an overview or `read the docs <http://funcy.readthedocs.org/>`_. Or jump directly to `cheatsheet <http://funcy.readthedocs.io/en/stable/cheatsheet.html>`_. -Works with Python 2.7, 3.4+ and pypy. +Works with Python 3.4+ and pypy3. %package -n python3-funcy Summary: A fancy and practical functional tools @@ -27,7 +27,7 @@ A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an overview or `read the docs <http://funcy.readthedocs.org/>`_. Or jump directly to `cheatsheet <http://funcy.readthedocs.io/en/stable/cheatsheet.html>`_. -Works with Python 2.7, 3.4+ and pypy. +Works with Python 3.4+ and pypy3. %package help Summary: Development documents and examples for funcy @@ -37,10 +37,10 @@ A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an overview or `read the docs <http://funcy.readthedocs.org/>`_. Or jump directly to `cheatsheet <http://funcy.readthedocs.io/en/stable/cheatsheet.html>`_. -Works with Python 2.7, 3.4+ and pypy. +Works with Python 3.4+ and pypy3. %prep -%autosetup -n funcy-1.18 +%autosetup -n funcy-2.0 %build %py3_build @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.18-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0-1 - Package Spec generated @@ -1 +1 @@ -d90e8cd7c4021e61043ab9f6d8092971 funcy-1.18.tar.gz +ed5eea5f31fdb2c562dc32cadb8d0742 funcy-2.0.tar.gz |