diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:51:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:51:53 +0000 |
| commit | fb6e8fad4b23a483bb363cc731e0e0121fc1588b (patch) | |
| tree | 505b2b260215f06bfa8232c75bbf0f994858d597 | |
| parent | d08c8c864ae9943081ccb32e2ce54356253ce64c (diff) | |
automatic import of python-johnnydepopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-johnnydep.spec | 12 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 7 deletions
@@ -1 +1,2 @@ /johnnydep-1.17.5.tar.gz +/johnnydep-1.18.0.tar.gz 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 @@ -1 +1 @@ -05db4718f031d45af98f822d955915e4 johnnydep-1.17.5.tar.gz +b1b9a25946c6faea679ccb74a130d155 johnnydep-1.18.0.tar.gz |
