diff options
Diffstat (limited to 'python-pydash.spec')
-rw-r--r-- | python-pydash.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/python-pydash.spec b/python-pydash.spec index 61dbc9a..9e1e9a2 100644 --- a/python-pydash.spec +++ b/python-pydash.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-pydash -Version: 6.0.2 +Version: 7.0.1 Release: 1 Summary: The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library. License: MIT License URL: https://github.com/dgilland/pydash -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/d6/a0bf5a313f8888df7d45b9bc953335b0149a07b90890be84f4ca24960318/pydash-6.0.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/d8/4609c02096704008354a3d7189aa7aa98320be9381b8a9731f763e248967/pydash-7.0.1.tar.gz BuildArch: noarch +Requires: python3-typing-extensions Requires: python3-black Requires: python3-build Requires: python3-coverage @@ -18,14 +19,17 @@ Requires: python3-flake8-bugbear Requires: python3-flake8-isort Requires: python3-invoke Requires: python3-isort +Requires: python3-mypy Requires: python3-pylint Requires: python3-pytest +Requires: python3-pytest-mypy-testing Requires: python3-pytest-cov Requires: python3-Sphinx Requires: python3-sphinx-rtd-theme Requires: python3-tox Requires: python3-twine Requires: python3-wheel +Requires: python3-sphinx-autodoc-typehints Requires: python3-importlib-metadata %description @@ -47,7 +51,7 @@ Provides: python3-pydash-doc Looking for a library that is more memory efficient and better suited for large datasets? Check out `fnc <https://github.com/dgilland/fnc>`_! It's built around generators and iteration and has iteratee-first function signatures. %prep -%autosetup -n pydash-6.0.2 +%autosetup -n pydash-7.0.1 %build %py3_build @@ -87,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 7.0.1-1 - Package Spec generated |