summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-johnnydep.spec12
-rw-r--r--sources2
3 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index eea2426..61a050c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 8461fae..d2c2f34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05db4718f031d45af98f822d955915e4 johnnydep-1.17.5.tar.gz
+b1b9a25946c6faea679ccb74a130d155 johnnydep-1.18.0.tar.gz