diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:28:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:28:04 +0000 |
commit | 9d9e4410b1a6133e0d0cad6168d191a130e0828e (patch) | |
tree | ea9afbf38597b357f4024e3f230473eb6e92fe84 | |
parent | b4546d8973778992b8d307671a85677364132fc5 (diff) |
automatic import of python-pydashopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pydash.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 10 insertions, 5 deletions
@@ -1 +1,2 @@ /pydash-6.0.2.tar.gz +/pydash-7.0.1.tar.gz 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 @@ -1 +1 @@ -c9efe1f34c241c800f840d8406dd0e14 pydash-6.0.2.tar.gz +f2605fe9f6892ab3c8b2a1ab404bef78 pydash-7.0.1.tar.gz |