SHA256
1
0
forked from pool/python-cmd2

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

- update to 0.6.5.1: 
  * Fix requires to python-pyparsing

OBS-URL: https://build.opensuse.org/request/show/173721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=5
This commit is contained in:
Sascha Peilicke
2013-04-29 13:40:20 +00:00
committed by Git OBS Bridge
parent 8f85758717
commit a07fb2d500
5 changed files with 20 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 29 11:18:38 UTC 2013 - dmueller@suse.com
- update to 0.6.5.1:
* Fix requires to python-pyparsing
-------------------------------------------------------------------
Fri Jan 11 21:43:32 UTC 2013 - p.drouand@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cmd2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,17 +13,19 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-cmd2
Version: 0.6.4
Version: 0.6.5.1
Release: 0
License: MIT
Summary: Extra features for standard library's cmd module
Url: http://packages.python.org/cmd2/
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
BuildRequires: python-devel
Requires: python-pyparsing
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()")}

View File

@@ -13,20 +13,22 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python3-cmd2
Version: 0.6.4
Version: 0.6.5.1
Release: 0
License: MIT
Summary: Extra features for standard library's cmd module
Url: http://packages.python.org/cmd2/
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
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
Requires: python3-pyparsing
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch