Hello community, here is the log from the commit of package python-dennis for openSUSE:Factory checked in at 2019-02-26 22:20:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dennis (Old) and /work/SRC/openSUSE:Factory/.python-dennis.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dennis" Tue Feb 26 22:20:52 2019 rev:2 rq:679063 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dennis/python-dennis.changes 2019-02-14 14:32:58.215663244 +0100 +++ /work/SRC/openSUSE:Factory/.python-dennis.new.28833/python-dennis.changes 2019-02-26 22:22:23.606066320 +0100 @@ -1,0 +2,5 @@ +Wed Feb 13 09:45:25 UTC 2019 - Jan Engelhardt <[email protected]> + +- Trim filler wording from description, and fixup sentence grammar. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dennis.spec ++++++ --- /var/tmp/diff_new_pack.PScuFe/_old 2019-02-26 22:22:25.014065820 +0100 +++ /var/tmp/diff_new_pack.PScuFe/_new 2019-02-26 22:22:25.018065819 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dennis # -# Copyright (c) 2018 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,17 +12,18 @@ # 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-%{**}} Name: python-dennis Version: 0.9 Release: 0 -License: BSD-3-Clause Summary: Utilities for working with PO and POT files -Url: http://github.com/willkg/dennis +License: BSD-3-Clause Group: Development/Languages/Python +Url: http://github.com/willkg/dennis Source: https://files.pythonhosted.org/packages/source/d/dennis/dennis-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -39,10 +40,10 @@ %python_subpackages %description -Dennis is a set of utilities for working with PO files to ease -development and improve quality. Translate POT files to find problems -with localization in your code. Lint PO files for common problems like -variable formatting, mismatched HTML, missing variables, etc. +Dennis is a set of utilities for working with PO files. They +translate POT files to find problems with localization in code, and +lint PO files for common problems like variable formatting, +mismatched HTML, missing variables, etc. %prep %setup -q -n dennis-%{version}
