diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 15:46:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 15:46:03 +0000 |
commit | d6a64f3a433fe6390f9884810eab713679228aa8 (patch) | |
tree | 42a07b081835816b4ac2187c1e729c27623c65c9 | |
parent | a2efba4864bfdf5ca8f31271e44abc99b8959746 (diff) |
automatic import of python-pip-licensesopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pip-licenses.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pip-licenses-4.1.0.tar.gz +/pip-licenses-4.2.0.tar.gz diff --git a/python-pip-licenses.spec b/python-pip-licenses.spec index 6f3e33d..d20bb0b 100644 --- a/python-pip-licenses.spec +++ b/python-pip-licenses.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pip-licenses -Version: 4.1.0 +Version: 4.2.0 Release: 1 Summary: Dump the software license list of Python packages installed with pip. License: MIT URL: https://github.com/raimon49/pip-licenses -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/45/550ccf3809e7b419917de74571b765a3a443e8f96e6d9d22d1994f28ce8d/pip-licenses-4.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/e7/a724d945519685890178a6c4c5fe874b8f043a876113749950ca253bcba1/pip-licenses-4.2.0.tar.gz BuildArch: noarch Requires: python3-prettytable @@ -40,7 +40,7 @@ Provides: python3-pip-licenses-doc Dump the software license list of Python packages installed with pip. %prep -%autosetup -n pip-licenses-4.1.0 +%autosetup -n pip-licenses-4.2.0 %build %py3_build @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1 - Package Spec generated @@ -1 +1 @@ -5fff9c09215179636340824a172070cf pip-licenses-4.1.0.tar.gz +4a42b18aebf622dc32eddb67a481eaca pip-licenses-4.2.0.tar.gz |