14
0
forked from pool/python-cmd2

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

- update to 0.6.7:
  * various python 3.x compat fixes
- remove cmd2-pyparsing201.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/201200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=17
This commit is contained in:
Sascha Peilicke
2013-09-30 07:18:22 +00:00
committed by Git OBS Bridge
parent 5d03892b2b
commit 1302ac276d
5 changed files with 11 additions and 31 deletions

View File

@@ -17,15 +17,13 @@
Name: python-cmd2
Version: 0.6.6.1
Version: 0.6.7
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
# PATCH-FIX-UPSTREAM speilicke@suse.com -- Relax pyparsing requirements again
Patch0: cmd2-pyparsing201.patch
BuildRequires: python-devel
Requires: python-pyparsing >= 2.0.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +54,6 @@ Drop-in replacement adds several features for command-prompt tools:
%prep
%setup -q -n cmd2-%{version}
%patch0 -p1
chmod -x README.txt
sed -i "s/\r//g" README.txt