From a6bcfa252f43adcd70b6f5dd4ce10481665b1d32f4b5298964c96c8b60a15ca3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 20 Jul 2021 17:28:28 +0000 Subject: [PATCH] - 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 --- ...nfigargparse.changes => python-ConfigArgParse.changes | 5 +++++ python-configargparse.spec => python-ConfigArgParse.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) rename python-configargparse.changes => python-ConfigArgParse.changes (96%) rename python-configargparse.spec => python-ConfigArgParse.spec (91%) diff --git a/python-configargparse.changes b/python-ConfigArgParse.changes similarity index 96% rename from python-configargparse.changes rename to python-ConfigArgParse.changes index e6b1808..6b73156 100644 --- a/python-configargparse.changes +++ b/python-ConfigArgParse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 20 17:28:18 UTC 2021 - Matej Cepl + +- Rename the package according to PyPI + ------------------------------------------------------------------- Sun Jul 4 19:52:10 UTC 2021 - Dirk Müller diff --git a/python-configargparse.spec b/python-ConfigArgParse.spec similarity index 91% rename from python-configargparse.spec rename to python-ConfigArgParse.spec index ceb0979..ca671a7 100644 --- a/python-configargparse.spec +++ b/python-ConfigArgParse.spec @@ -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