diff options
Diffstat (limited to 'python-johnnydep.spec')
| -rw-r--r-- | python-johnnydep.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python-johnnydep.spec b/python-johnnydep.spec index 4b75a39..edd1532 100644 --- a/python-johnnydep.spec +++ b/python-johnnydep.spec @@ -1,26 +1,26 @@ %global _empty_manifest_terminate_build 0 Name: python-johnnydep -Version: 1.17.5 +Version: 1.18.0 Release: 1 Summary: Display dependency tree of Python distribution License: MIT URL: https://github.com/wimglenn/johnnydep -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/31/d3/38a7a2727610ca1b128997419acca1f25225fa2472517aea6b9f465dfc1c/johnnydep-1.17.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/12/8fbc18d41ca9b0d19334f2748a67d150e6eb21277ff58e829f8a71636f71/johnnydep-1.18.0.tar.gz BuildArch: noarch Requires: python3-anytree Requires: python3-structlog Requires: python3-tabulate Requires: python3-wimpy -Requires: python3-colorama Requires: python3-cachetools Requires: python3-oyaml Requires: python3-toml Requires: python3-pip Requires: python3-packaging Requires: python3-wheel -Requires: python3-setuptools Requires: python3-pkginfo +Requires: python3-importlib-metadata +Requires: python3-colorama %description Pretty-print a dependency tree for a Python distribution. A simple example: @@ -44,7 +44,7 @@ Pretty-print a dependency tree for a Python distribution. A simple example: $ johnnydep requests %prep -%autosetup -n johnnydep-1.17.5 +%autosetup -n johnnydep-1.18.0 %build %py3_build @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.17.5-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.18.0-1 - Package Spec generated |
