From ce28d5decd165d8eac12f92313ba85192db77dce2d6ea409145d91b2fad638af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Mar 2018 11:11:15 +0000 Subject: [PATCH] Accepting request 582347 from home:jengelh:branches:devel:languages:python - Compact description. trim the 1st-person perspective and focus on just the package OBS-URL: https://build.opensuse.org/request/show/582347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whichcraft?expand=0&rev=2 --- python-whichcraft.changes | 5 +++++ python-whichcraft.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) 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}