14
0
forked from pool/python-cmd2

Accepting request 186919 from home:dirkmueller:branches:devel:languages:python

- update to 0.6.6:
  * include editor search stderr fix

OBS-URL: https://build.opensuse.org/request/show/186919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2013-08-13 11:05:29 +00:00
committed by Git OBS Bridge
parent 5be6e31bf2
commit 4261f861d1
5 changed files with 10 additions and 29 deletions

View File

@@ -17,14 +17,13 @@
Name: python-cmd2
Version: 0.6.5.1
Version: 0.6.6
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT
Group: Development/Languages/Python
Url: http://packages.python.org/cmd2/
Source: http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
Patch0: fix_editor_stderr.patch
BuildRequires: python-devel
Requires: python-pyparsing
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +56,6 @@ Drop-in replacement adds several features for command-prompt tools:
%setup -q -n cmd2-%{version}
chmod -x README.txt
sed -i "s/\r//g" README.txt
%patch0 -p1
%build
python setup.py build