forked from pool/python-ConfigArgParse
Accepting request 960433 from home:pgajdos:python
- version update to 1.5.3 * no upstream changelog found - python-mock actually not required for build OBS-URL: https://build.opensuse.org/request/show/960433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigArgParse?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:371f46577e76ec71a183b88378f36dd09f4b946f60fe60712f411b020f26b812
|
||||
size 38613
|
||||
3
ConfigArgParse-1.5.3.tar.gz
Normal file
3
ConfigArgParse-1.5.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f
|
||||
size 39175
|
||||
@@ -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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user