14
0

Accepting request 603213 from devel:languages:python

- Compact description.

OBS-URL: https://build.opensuse.org/request/show/603213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-whichcraft?expand=0&rev=2
This commit is contained in:
2018-05-04 09:30:05 +00:00
committed by Git OBS Bridge
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}