diff options
-rw-r--r-- | pyporter.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyporter.spec b/pyporter.spec index bde65d8..63928b9 100644 --- a/pyporter.spec +++ b/pyporter.spec @@ -1,6 +1,6 @@ Name: pyporter Version: 1.2 -Release: 2 +Release: 1 Summary: A rpm packager bot for python modules from pypi.org License: Mulan PSL v2 URL: https://gitee.com/openeuler/pyporter @@ -13,6 +13,7 @@ pyporter is a tool to create spec file and create rpm for python modules For mor Summary: A rpm packager bot for python modules from pypi.org BuildRequires: python3-hatchling python3-hatch-vcs python3-pip openEuler-rpm-config >= 30-39 python3-setuptools python3-wheel +Requires: python3-retry2 %description -n python3-pyporter pyporter is a tool to create spec file and create rpm for python modules. @@ -49,6 +50,9 @@ mv %{buildroot}/filelist.lst . %changelog +* Wed Sept 27 2023 LukeLIN-web <1263810658@qq.com> - 1.2-1 +- DESC: support packing pyproject.toml + * Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0-2 - DESC: delete BuildRequires gdb |