Hello community,

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

Package is "python-args"

Wed Dec 12 17:25:59 2018 rev:2 rq:654392 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-args/python-args.changes  2017-07-01 
14:05:23.653368123 +0200
+++ /work/SRC/openSUSE:Factory/.python-args.new.28833/python-args.changes       
2018-12-12 17:26:02.271063294 +0100
@@ -1,0 +2,10 @@
+Wed Dec  5 01:59:57 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim rhetorics and bias from descriptions.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:45:40 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-args.spec ++++++
--- /var/tmp/diff_new_pack.HkGWEW/_old  2018-12-12 17:26:02.807062612 +0100
+++ /var/tmp/diff_new_pack.HkGWEW/_new  2018-12-12 17:26:02.811062607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-args
 #
-# 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,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,21 +21,20 @@
 Name:           python-args
 Version:        0.1.0
 Release:        0
+Summary:        Python command argument interface
 License:        BSD-2-Clause
-Summary:        Command Arguments for Humans
-Url:            https://github.com/kennethreitz/args
 Group:          Development/Languages/Python
+Url:            https://github.com/kennethreitz/args
 Source:         
https://files.pythonhosted.org/packages/source/a/args/args-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %python_subpackages
 
 %description
-This simple module gives you an elegant interface for your command line 
argumemnts.
+This module gives developers an interface for command line argumemnts.
 
 %prep
 %setup -q -n args-%{version}


Reply via email to