diff --git a/python-whichcraft.changes b/python-whichcraft.changes index 5a62e04..8e8ca96 100644 --- a/python-whichcraft.changes +++ b/python-whichcraft.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 4 10:46:17 UTC 2018 - jengelh@inai.de + +- Compact description. + ------------------------------------------------------------------- Mon Sep 11 18:58:13 UTC 2017 - toddrme2178@gmail.com diff --git a/python-whichcraft.spec b/python-whichcraft.spec index a4719a0..dfec138 100644 --- a/python-whichcraft.spec +++ b/python-whichcraft.spec @@ -1,7 +1,7 @@ # # spec file for package python-whichcraft # -# 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 @@ -21,7 +21,7 @@ Name: python-whichcraft Version: 0.4.1 Release: 0 -Summary: Cross-platform cross-python shutil.which functionality +Summary: Cross-python shutil.which functionality License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/pydanny/whichcraft @@ -38,10 +38,10 @@ BuildArch: noarch %python_subpackages %description -This is a shim of the ``shutil.which`` function that's designed to work across -multiple versions of Python and inside of windows. The code for Python 2.x is -based on Python 3 code that I extracted from source. I originally did this for -Cookiecutter_ but pulled it out in order to reduce line count for that project. +This is a shim for the "shutil.which" function designed to work +across multiple versions of Python and inside of windows, and +originally done for Cookiecutter. The code for Python 2.x is based on +Python 3 code that was extracted from source. %prep %setup -q -n whichcraft-%{version}