diff --git a/cliff-2.1.0.tar.gz b/cliff-2.1.0.tar.gz deleted file mode 100644 index d850dda..0000000 --- a/cliff-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c3d100cbf47d168bdca70acf890f1fc024abdadac13ede1336b0f8075403dea -size 54500 diff --git a/cliff-2.2.0.tar.gz b/cliff-2.2.0.tar.gz new file mode 100644 index 0000000..117b85f --- /dev/null +++ b/cliff-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12a6bd3cf9085f0e0589c5019037ac4ee410413abbb76189fa62695f79f84fc +size 57767 diff --git a/python-cliff.changes b/python-cliff.changes index 5b53c3b..cbb851a 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 4 10:25:23 UTC 2016 - tbechtold@suse.com + +update to version 2.2.0 + * Fixed broken link + * pep8: fix F405 error + * add formattable columns concept + * command: make run() return take_action() value + * Fix cliff URLs in doc and demoapp + * Avoid ASCII encoding errors when output is redirected + * Fix Command class doc typo + * Remove announce.rst + * Updated from global requirements + * Add tests, cover more cases + ------------------------------------------------------------------- Thu Jul 7 13:15:49 UTC 2016 - tbechtold@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 23a0a82..eee9ddb 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 2.1.0 +Version: 2.2.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework diff --git a/relax-sphinx-requirement.patch b/relax-sphinx-requirement.patch index 2febae0..30aea16 100644 --- a/relax-sphinx-requirement.patch +++ b/relax-sphinx-requirement.patch @@ -6,6 +6,6 @@ Index: test-requirements.txt mock>=2.0 # BSD coverage>=3.6 # Apache-2.0 # this is required for the docs build jobs --sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0