diff --git a/cliff-1.3.1.tar.gz b/cliff-1.3.1.tar.gz deleted file mode 100644 index a5d4d79..0000000 --- a/cliff-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4741428d719c44353a6d9e6961eedfb815b2685f2a144fe194318076877722a -size 123970 diff --git a/cliff-1.3.2.tar.gz b/cliff-1.3.2.tar.gz new file mode 100644 index 0000000..2dd598b --- /dev/null +++ b/cliff-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0250b5139993d04dcbb8b9d05376094b7271586b3698b4764c7c6f4697e0f8 +size 124408 diff --git a/prettytable-0.7x.diff b/prettytable-0.7x.diff deleted file mode 100644 index db12b00..0000000 --- a/prettytable-0.7x.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- cliff.egg-info/requires.txt -+++ cliff.egg-info/requires.txt -@@ -1,4 +1,4 @@ - distribute --PrettyTable>=0.6,<0.7 -+PrettyTable>=0.6,<0.8 - cmd2==0.6.4 --pyparsing==1.5.7 -\ Kein Zeilenumbruch am Dateiende. -+pyparsing==1.5.7 ---- setup.py -+++ setup.py -@@ -23,7 +23,7 @@ - - install_requires = [ - 'distribute', -- 'PrettyTable>=0.6,<0.7', -+ 'PrettyTable>=0.6,<0.8', - 'cmd2==0.6.4', - ] - diff --git a/python-cliff.changes b/python-cliff.changes index 93bafac..8655106 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Apr 25 09:06:44 UTC 2013 - dmueller@suse.com + +- update to 1.3.2: + - Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__`` + method to allow underscores to be used in command names. This optional + argument is defaulted to True to maintain current behavior. + (contributed by Joe Server) + - Use flake8_ for style checking. + - Relax version requirement for PrettyTable dependency to allow + point releases of 0.7. + +------------------------------------------------------------------- +Wed Apr 24 15:04:28 UTC 2013 - dmueller@suse.com + +- buildrequire the right mock version + ------------------------------------------------------------------- Mon Mar 18 16:09:58 UTC 2013 - dmueller@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 5ff39f5..aaa181f 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,14 +17,13 @@ Name: python-cliff -Version: 1.3.1 +Version: 1.3.2 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz -Patch0: prettytable-0.7x.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-argparse BuildRequires: python-devel @@ -33,7 +32,7 @@ BuildRequires: python-tablib # Test requirements: BuildRequires: python-cmd2 BuildRequires: python-coverage -BuildRequires: python-mock +BuildRequires: python-mock >= 1.0.1 BuildRequires: python-nose BuildRequires: python-pep8 BuildRequires: python-prettytable @@ -65,7 +64,6 @@ This package contains documentation files for %{name}. %prep %setup -q -n cliff-%{version} -%patch0 %build python setup.py build