14
0

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
This commit is contained in:
Tomáš Chvátal
2018-03-04 11:11:15 +00:00
committed by Git OBS Bridge
parent e744665d9c
commit ce28d5decd
2 changed files with 11 additions and 6 deletions

View File

@@ -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

View File

@@ -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}