Hello community,

here is the log from the commit of package python-argh for openSUSE:Factory 
checked in at 2018-12-12 17:26:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argh (Old)
 and      /work/SRC/openSUSE:Factory/.python-argh.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-argh"

Wed Dec 12 17:26:19 2018 rev:13 rq:655400 version:0.26.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-argh/python-argh.changes  2017-04-28 
10:53:00.585443631 +0200
+++ /work/SRC/openSUSE:Factory/.python-argh.new.28833/python-argh.changes       
2018-12-12 17:26:21.907038320 +0100
@@ -1,0 +2,10 @@
+Wed Dec  5 01:53:34 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim rhetorics from descriptions.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:45:39 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-argh.spec ++++++
--- /var/tmp/diff_new_pack.ZJMZL9/_old  2018-12-12 17:26:22.359037744 +0100
+++ /var/tmp/diff_new_pack.ZJMZL9/_new  2018-12-12 17:26:22.363037740 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-argh
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,14 +22,13 @@
 Name:           python-argh
 Version:        0.26.1
 Release:        0
-Summary:        A simple argparse wrapper
-License:        LGPL-3.0+
+Summary:        An argparse wrapper
+License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
 Url:            https://github.com/neithere/argh/
 Source:         
https://files.pythonhosted.org/packages/source/a/argh/argh-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE python-argh-0.26.1-fix-testsuite.patch -- so that tests 
can run on OBS
 Patch0:         python-argh-0.26.1-fix-testsuite.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -43,18 +42,14 @@
 %python_subpackages
 
 %description
-Agrh, argparse!
+This Python module provides a wrapper for argparse with support for 
hierarchical
+commands that can be bound to modules or classes.
 
-Did you ever say "argh" trying to remember the details of optparse or argparse
-API? If yes, this package may be useful for you. It provides a very simple
-wrapper for argparse with support for hierarchical commands that can be bound
-to modules or classes. Argparse can do it; argh makes it easy.
-
-Here's a list of features that argh adds to argparse:
+Features that argh adds to argparse:
 
 * mark a function as a CLI command and specify its arguments before the parser
   is instantiated;
-* nesed commands made easy: no messing with subparsers (though they are of
+* nested commands made easy: no messing with subparsers (though they are of
   course used under the hood);
 * infer agrument type from the default value;
 * infer command name from function name;
@@ -62,8 +57,8 @@
 * enable passing unwrapped arguments to certain functions instead of a
   argparse.Namespace object.
 
-Argh is fully compatible with argparse. You can mix argh-agnostic and
-argh-aware code. Just keep in mind that argh.dispatch does some extra
+Argh is fully compatible with argparse. argh-agnostic and argh-aware code
+can be mixed. Keep in mind that argh.dispatch does some extra
 work that a custom dispatcher may not do.
 
 %prep


Reply via email to