SHA256
1
0
forked from pool/python-cmd2

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

- update to 0.6.6.1:
  * go back to pyparsing 1.5.7

OBS-URL: https://build.opensuse.org/request/show/197217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2013-09-03 08:07:46 +00:00 committed by Git OBS Bridge
parent 4261f861d1
commit 9c8d23f586
4 changed files with 11 additions and 5 deletions

3
cmd2-0.6.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b051e6b5f4500f823f996c77991363fe1d5c0b790002eb9922c7b39921cd981
size 20538

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:538a9b129e7f4fc88ee15f320e02e7b514f80a4ebe539e8922638a6cb739fff8
size 20533

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 3 08:04:14 UTC 2013 - dmueller@suse.com
- update to 0.6.6.1:
* go back to pyparsing 1.5.7
-------------------------------------------------------------------
Tue Aug 13 10:01:07 UTC 2013 - dmueller@suse.com

View File

@ -17,7 +17,7 @@
Name: python-cmd2
Version: 0.6.6
Version: 0.6.6.1
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT
@ -25,7 +25,7 @@ Group: Development/Languages/Python
Url: http://packages.python.org/cmd2/
Source: http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
BuildRequires: python-devel
Requires: python-pyparsing
Requires: python-pyparsing == 1.5.7
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}