forked from pool/python-ConfigArgParse
- Rename the package according to PyPI
- update to 1.5.1: * no changes file available - Provide PyPi module name - update to 1.3: * Python 3.9 support - Remove unnecessary dependency on unittest2 - version update to 1.2.3 * Fixes #179 * allow use of nargs with action=append (#177) * Merged ConfigparserConfigFileParser - PR #173 - which adds support for python's Configparser config file format - Fix build without python2 - Update to 1.0. * Dash supported as first char of argument - When setting the environmental variable COLUMNS=80 test case test_help_with_metavar works again. gh#bw2/ConfigArgParse#146 - Update to 0.15.1 * Drop support for EOL Python 2.6, 3.2-3.3 * Add Python 3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigArgParse?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 20 17:28:18 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Rename the package according to PyPI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 19:52:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-configargparse
|
||||
# spec file for package python-ConfigArgParse
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-configargparse
|
||||
Name: python-ConfigArgParse
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: A drop-in replacement for argparse
|
||||
@@ -34,8 +34,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML
|
||||
Requires: python-setuptools
|
||||
# Provide PyPi module name according to openSUSE singlespec naming policy
|
||||
Provides: python-ConfigArgParse = %{version}
|
||||
# Old name of the package
|
||||
Provides: python-configargparse = %{version}-%{release}
|
||||
Obsoletes: python-configargparse < %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-devel
|
||||
Reference in New Issue
Block a user