diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:29:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:29:19 +0000 |
commit | f454cda8068bd875aedbfb366722be09ce353b69 (patch) | |
tree | b2678e56a06625501931bac0307f29df856ad84c /python-funcy.spec | |
parent | 0cb8e5d68477239d0ba24b73bf589d5085b9e732 (diff) |
automatic import of python-funcyopeneuler20.03
Diffstat (limited to 'python-funcy.spec')
-rw-r--r-- | python-funcy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
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 |