Upgrade package to version 1.5.3
This commit is contained in:
parent
a651741f08
commit
01e1edc9b7
BIN
ConfigArgParse-1.5.3.tar.gz
Normal file
BIN
ConfigArgParse-1.5.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-ConfigArgParse
|
||||
Version: 1.5
|
||||
Version: 1.5.3
|
||||
Release: 1
|
||||
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
|
||||
License: MIT
|
||||
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
|
||||
|
||||
Requires: python3-PyYAML
|
||||
@ -37,7 +37,7 @@ configured through a combination of command line args, config files,
|
||||
hard-coded defaults and environment variables.
|
||||
|
||||
%prep
|
||||
%autosetup -n ConfigArgParse-1.5
|
||||
%autosetup -n ConfigArgParse-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -77,5 +77,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user