Hello community,

here is the log from the commit of package python-mando for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:08:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mando (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-mando.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mando"

Mon Mar  9 18:08:25 2020 rev:11 rq:776773 version:0.6.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mando/python-mando.changes      
2020-01-15 15:49:58.935478873 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-mando.new.26092/python-mando.changes   
2020-03-09 18:08:28.760948366 +0100
@@ -1,0 +2,10 @@
+Wed Dec 19 00:14:24 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Trim rhetorics from descriptions.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:50:15 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mando.spec ++++++
--- /var/tmp/diff_new_pack.kidl3q/_old  2020-03-09 18:08:29.428949323 +0100
+++ /var/tmp/diff_new_pack.kidl3q/_new  2020-03-09 18:08:29.428949323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mando
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,8 @@
 # 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/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,28 +21,26 @@
 Name:           python-mando
 Version:        0.6.4
 Release:        0
+Summary:        Python wrapper around argparse, a tool to create CLI apps
 License:        MIT
-Summary:        Create Python CLI apps with little to no effort at all!
-Url:            https://mando.readthedocs.org/
 Group:          Development/Languages/Python
+URL:            https://mando.readthedocs.org/
 Source:         
https://files.pythonhosted.org/packages/source/m/mando/mando-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-six
+Suggests:       python-rst2ansi
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module six}
 %endif
-Requires:       python-six
-Suggests:       python-rst2ansi
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
-Mando is a wrapper around argparse, and allows you to write complete CLI
-applications in seconds while maintaining all the flexibility.
+Mando is a wrapper around argparse, and allows writing CLI
+applications.
 
 %prep
 %setup -q -n mando-%{version}
@@ -60,8 +59,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to