diff --git a/ConfigArgParse-1.5.1.tar.gz b/ConfigArgParse-1.5.1.tar.gz deleted file mode 100644 index 77aac65..0000000 --- a/ConfigArgParse-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:371f46577e76ec71a183b88378f36dd09f4b946f60fe60712f411b020f26b812 -size 38613 diff --git a/ConfigArgParse-1.5.3.tar.gz b/ConfigArgParse-1.5.3.tar.gz new file mode 100644 index 0000000..33d6ab1 --- /dev/null +++ b/ConfigArgParse-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f +size 39175 diff --git a/python-ConfigArgParse.changes b/python-ConfigArgParse.changes index 6b73156..6f34bbf 100644 --- a/python-ConfigArgParse.changes +++ b/python-ConfigArgParse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 9 09:34:57 UTC 2022 - pgajdos@suse.com + +- version update to 1.5.3 + * no upstream changelog found +- python-mock actually not required for build + ------------------------------------------------------------------- Tue Jul 20 17:28:18 UTC 2021 - Matej Cepl diff --git a/python-ConfigArgParse.spec b/python-ConfigArgParse.spec index ca671a7..7b06c12 100644 --- a/python-ConfigArgParse.spec +++ b/python-ConfigArgParse.spec @@ -1,7 +1,7 @@ # # spec file for package python-ConfigArgParse # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-ConfigArgParse -Version: 1.5.1 +Version: 1.5.3 Release: 0 Summary: A drop-in replacement for argparse License: MIT @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/bw2/ConfigArgParse Source: https://files.pythonhosted.org/packages/source/C/ConfigArgParse/ConfigArgParse-%{version}.tar.gz BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -38,9 +37,6 @@ Requires: python-setuptools Provides: python-configargparse = %{version}-%{release} Obsoletes: python-configargparse < %{version}-%{release} BuildArch: noarch -%if %{with python2} -BuildRequires: python2-devel -%endif %python_subpackages %description