diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:26:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:26:33 +0000 |
commit | 053e464b53a6e4085dd0983013e49fce6df70246 (patch) | |
tree | 07972b7fa3edb60d5891a06f6f039b77b237e981 /python-py7zr.spec | |
parent | 377f0ff819b852093a8154ee86b5e4aedbb3a6cf (diff) |
automatic import of python-py7zropeneuler20.03
Diffstat (limited to 'python-py7zr.spec')
-rw-r--r-- | python-py7zr.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/python-py7zr.spec b/python-py7zr.spec index a8120fe..4504473 100644 --- a/python-py7zr.spec +++ b/python-py7zr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-py7zr -Version: 0.20.4 +Version: 0.20.5 Release: 1 Summary: Pure python 7-zip library License: LGPL-2.1-or-later URL: https://py7zr.readthedocs.io/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/5d/79a62581cfbde47e92d4c64de01ec6054b333b59f52827eae164c4b69aa2/py7zr-0.20.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/a3/9cf6a24862bd9280035ac305a99ed1e1fc68b0425fb8fde4eb75f6f524f4/py7zr-0.20.5.tar.gz BuildArch: noarch Requires: python3-texttable @@ -21,6 +21,7 @@ Requires: python3-inflate64 Requires: python3-psutil Requires: python3-mypy Requires: python3-mypy-extensions +Requires: python3-types-psutil Requires: python3-check-manifest Requires: python3-flake8 Requires: python3-flake8-black @@ -30,6 +31,7 @@ Requires: python3-isort Requires: python3-pygments Requires: python3-readme-renderer Requires: python3-twine +Requires: python3-black Requires: python3-pytest Requires: python3-pytest-leaks Requires: python3-pytest-profiling @@ -67,7 +69,7 @@ Provides: python3-py7zr-doc %prep -%autosetup -n py7zr-0.20.4 +%autosetup -n py7zr-0.20.5 %build %py3_build @@ -107,5 +109,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.5-1 - Package Spec generated |