From 9d9e4410b1a6133e0d0cad6168d191a130e0828e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 12:28:04 +0000 Subject: automatic import of python-pydash --- .gitignore | 1 + python-pydash.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3b3c9b7..1b4dc0d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 `_! 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 - 6.0.2-1 +* Fri Apr 21 2023 Python_Bot - 7.0.1-1 - Package Spec generated diff --git a/sources b/sources index 7245610..aa9a9bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9efe1f34c241c800f840d8406dd0e14 pydash-6.0.2.tar.gz +f2605fe9f6892ab3c8b2a1ab404bef78 pydash-7.0.1.tar.gz -- cgit v1.2.3