1.5.1
All checks were successful
Run CI/CD... / main (push) Successful in 3m52s

This commit is contained in:
Your Name 2025-02-10 15:39:30 +00:00
parent 07b7f7cbc8
commit f7d8530433

View file

@ -6,10 +6,10 @@ Name: python38-%{oname}
Version: 1.5.1
Release: 1
Summary: A drop-in replacement for argparse
Source0: https://github.com/bw2/ConfigArgParse/archive/v%{version}/%{oname}-%{version}.tar.gz
URL: https://github.com/bw2/ConfigArgParse
Source0: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
License: MIT
Group: Development/Python
URL: https://github.com/bw2/ConfigArgParse
Group: Development/Python
BuildArch: noarch
BuildRequires: python38-devel
BuildRequires: python38-setuptools
@ -442,3 +442,5 @@ popd
%doc README.rst
%{python38_sitelib}/configargparse.py*
%{python38_sitelib}/ConfigArgParse*.egg-info
%{python38_sitelib}/__pycache__/configargparse.cpython-38.opt-1.pyc
%{python38_sitelib}/__pycache__/configargparse.cpython-38.pyc