From e39cf8f3e48f3342168195d8d4dcd43a9baea499 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:58:52 +0100 Subject: [PATCH] automatic version update by autodist [release 0.11.0-1mamba;Tue Oct 04 2016] --- python-configargparse.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-configargparse.spec b/python-configargparse.spec index d3ba424..63eb92e 100644 --- a/python-configargparse.spec +++ b/python-configargparse.spec @@ -1,5 +1,5 @@ Name: python-configargparse -Version: 0.10.0 +Version: 0.11.0 Release: 1mamba Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/zorro3/ConfigArgParse -Source: https://pypi.python.org/packages/source/C/ConfigArgParse/ConfigArgParse-%{version}.tar.gz +Source: https://pypi.debian.net/ConfigArgParse/ConfigArgParse-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -34,13 +34,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog +* Tue Oct 04 2016 Automatic Build System 0.11.0-1mamba +- automatic version update by autodist + * Sun Dec 06 2015 Automatic Build System 0.10.0-1mamba - automatic version update by autodist