From 96b9250d1790901c1c4de3d07d112df0607ca5b913f8c4f3a18273195da77fda Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Nov 2016 14:23:30 +0000 Subject: [PATCH] - update to 0.6.9: * Support Python 3 input() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=21 --- cmd2-0.6.8.tar.gz | 3 --- cmd2-0.6.9.tar.gz | 3 +++ python-cmd2.changes | 6 ++++++ python-cmd2.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 cmd2-0.6.8.tar.gz create mode 100644 cmd2-0.6.9.tar.gz diff --git a/cmd2-0.6.8.tar.gz b/cmd2-0.6.8.tar.gz deleted file mode 100644 index 8a44b82..0000000 --- a/cmd2-0.6.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8 -size 21483 diff --git a/cmd2-0.6.9.tar.gz b/cmd2-0.6.9.tar.gz new file mode 100644 index 0000000..afa5c14 --- /dev/null +++ b/cmd2-0.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef09745c91dbc13344db6d81f4dea4c844bf2fabf3baf91fab1bb54e4b3bb328 +size 367057 diff --git a/python-cmd2.changes b/python-cmd2.changes index aed8c11..08c9ef7 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 14 14:21:27 UTC 2016 - dmueller@suse.com + +- update to 0.6.9: + * Support Python 3 input() + ------------------------------------------------------------------- Fri Jan 9 00:30:50 UTC 2015 - dmueller@suse.com diff --git a/python-cmd2.spec b/python-cmd2.spec index 80f94ec..e03b62c 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmd2 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: python-cmd2 -Version: 0.6.8 +Version: 0.6.9 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 +Source: https://pypi.io/packages/source/c/cmd2/cmd2-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-setuptools Requires: python-pyparsing >= 2.0.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -54,8 +55,6 @@ Drop-in replacement adds several features for command-prompt tools: %prep %setup -q -n cmd2-%{version} -chmod -x README.txt -sed -i "s/\r//g" README.txt %build python setup.py build @@ -65,7 +64,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc README.txt +%doc README.rst %{python_sitelib}/* %changelog