From ed21c5ca2c8adf6b88b288c10916c3a77257d4c5092fe2786fa1c8539fce6d3b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Sep 2014 15:41:24 +0000 Subject: [PATCH] Accepting request 249134 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/249134 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=20 --- cliff-1.6.1.tar.gz | 3 --- cliff-1.7.0.tar.gz | 3 +++ python-cliff.changes | 20 ++++++++++++++++++++ python-cliff.spec | 16 ++++++++++------ 4 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 cliff-1.6.1.tar.gz create mode 100644 cliff-1.7.0.tar.gz diff --git a/cliff-1.6.1.tar.gz b/cliff-1.6.1.tar.gz deleted file mode 100644 index aa92e47..0000000 --- a/cliff-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:657402aa11b66f2e9cb075b9487907c3e053f0e50ae43a9e0aedf2dba7a6355e -size 43250 diff --git a/cliff-1.7.0.tar.gz b/cliff-1.7.0.tar.gz new file mode 100644 index 0000000..9bb3f0b --- /dev/null +++ b/cliff-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09985c73fbccff921fe7ce2ae60135f3aae7b304dc939155999a97fb0345f3f2 +size 44938 diff --git a/python-cliff.changes b/python-cliff.changes index f818662..f222c33 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Sep 13 16:47:41 UTC 2014 - tbechtold@suse.com + +- update to 1.7.0: + * Add release notes for 1.7.0 + * Fix stable integration tests + * Updated from global requirements + * Clean up default tox environment list + * Do not allow wheels for stable tests + * Set the main logger name to match the application + * CSV formatter should use system-dependent line ending + * Make show option compatible with Python 2.6 + * Use six.add_metaclass instead of __metaclass__ + * fixed typos found by RETF rules + * The --variable option to shell format is redundant + * Expose load_commands publicly + * Fix wrong method name assert_called_once + * Updated from global requirements + * Fix pep8 failures on rule E265 + ------------------------------------------------------------------- Thu Jun 26 09:37:02 UTC 2014 - dmueller@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index 792fbd9..de55974 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 1.6.1 +Version: 1.7.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -32,21 +32,21 @@ BuildRequires: python-setuptools BuildRequires: python-PrettyTable BuildRequires: python-Sphinx BuildRequires: python-cmd2 -BuildRequires: python-coverage -BuildRequires: python-mock >= 1.0.1 +BuildRequires: python-coverage >= 3.6 +BuildRequires: python-mock >= 1.0 BuildRequires: python-nose BuildRequires: python-pbr BuildRequires: python-pyparsing >= 2.0.1 BuildRequires: python-six BuildRequires: python-stevedore -Requires: python-PrettyTable >= 0.6 +Requires: python-PrettyTable >= 0.7 %if 0%{?suse_version} <= 1110 Requires: python-argparse %endif Requires: python-cmd2 >= 0.6.7 Requires: python-pyparsing >= 2.0.1 -Requires: python-six -Requires: python-stevedore +Requires: python-six >= 1.7.0 +Requires: python-stevedore >= 0.14 %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()")} %py_requires @@ -65,6 +65,10 @@ Group: Documentation/HTML Requires: %{name} = %{version} %description doc +cliff is a framework for building command line programs. It uses +setuptools entry points to provide subcommands, output formatters, and +other extensions. + This package contains documentation files for %{name}. %prep