diff --git a/ConfigArgParse-1.5.3.tar.gz b/ConfigArgParse-1.5.3.tar.gz new file mode 100644 index 0000000..488663e Binary files /dev/null and b/ConfigArgParse-1.5.3.tar.gz differ diff --git a/ConfigArgParse-1.5.tar.gz b/ConfigArgParse-1.5.tar.gz deleted file mode 100644 index afc49dd..0000000 Binary files a/ConfigArgParse-1.5.tar.gz and /dev/null differ diff --git a/python-ConfigArgParse.spec b/python-ConfigArgParse.spec index 1d572ff..66661ba 100644 --- a/python-ConfigArgParse.spec +++ b/python-ConfigArgParse.spec @@ -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 - 1.5.3-1 +- Upgrade package to version 1.5.3 + * Wed Jun 23 2021 Python_Bot - 1.5-1 - Package Spec generated