diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-27 07:36:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-27 07:36:08 +0000 |
commit | a6ec31aec0fb3e21bd3c74418e753d2923d1e86c (patch) | |
tree | 5a80c3501a9b4b594cc05b639fda793cfcdc080f /pyporter.spec | |
parent | 1f23f7606d2fdd46b6512f79690bea273da250c1 (diff) |
automatic import of pyporter
Diffstat (limited to 'pyporter.spec')
-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 |