From a07fb2d500b5abad3591a0256be299bccf119cb7e9d42abb7c31097ec54a2c64 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 29 Apr 2013 13:40:20 +0000 Subject: [PATCH] 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 --- cmd2-0.6.4.tar.gz | 3 --- cmd2-0.6.5.1.tar.gz | 3 +++ python-cmd2.changes | 6 ++++++ python-cmd2.spec | 10 ++++++---- python3-cmd2.spec | 8 +++++--- 5 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 cmd2-0.6.4.tar.gz create mode 100644 cmd2-0.6.5.1.tar.gz diff --git a/cmd2-0.6.4.tar.gz b/cmd2-0.6.4.tar.gz deleted file mode 100644 index 53c5feb..0000000 --- a/cmd2-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff52cb800d931bbd0ce4b05bac0b024cf34ec3a04f66eadcb7d3f7dda42429ba -size 21147 diff --git a/cmd2-0.6.5.1.tar.gz b/cmd2-0.6.5.1.tar.gz new file mode 100644 index 0000000..5245434 --- /dev/null +++ b/cmd2-0.6.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20474c5ff69e6ab4a38da29f2f1368126c9dc904f21d79e001663b9047ecb794 +size 21180 diff --git a/python-cmd2.changes b/python-cmd2.changes index eb0379e..25da2b1 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -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 diff --git a/python-cmd2.spec b/python-cmd2.spec index 47b7f08..5872bff 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -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()")} diff --git a/python3-cmd2.spec b/python3-cmd2.spec index acab4af..3096b40 100644 --- a/python3-cmd2.spec +++ b/python3-cmd2.spec @@ -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