!2 Upgrade package to version 1.5.3

From: @Gzx1999 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-09-24 06:21:37 +00:00 committed by Gitee
commit 70817a93ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
ConfigArgParse-1.5.3.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-ConfigArgParse Name: python-ConfigArgParse
Version: 1.5 Version: 1.5.3
Release: 1 Release: 1
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables. Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
License: MIT License: MIT
URL: https://github.com/bw2/ConfigArgParse URL: https://github.com/bw2/ConfigArgParse
Source0: https://files.pythonhosted.org/packages/dd/00/1d4e01c8f7d9b4e701f0ddba8c5a5d074e919f1a972196897d775ec7c3c0/ConfigArgParse-1.5.tar.gz Source0: https://files.pythonhosted.org/packages/16/05/385451bc8d20a3aa1d8934b32bd65847c100849ebba397dbf6c74566b237/ConfigArgParse-1.5.3.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-PyYAML Requires: python3-PyYAML
@ -37,7 +37,7 @@ configured through a combination of command line args, config files,
hard-coded defaults and environment variables. hard-coded defaults and environment variables.
%prep %prep
%autosetup -n ConfigArgParse-1.5 %autosetup -n ConfigArgParse-%{version}
%build %build
%py3_build %py3_build
@ -77,5 +77,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 1.5.3-1
- Upgrade package to version 1.5.3
* Wed Jun 23 2021 Python_Bot <Python_Bot@openeuler.org> - 1.5-1 * Wed Jun 23 2021 Python_Bot <Python_Bot@openeuler.org> - 1.5-1
- Package Spec generated - Package Spec generated