Hello community, here is the log from the commit of package python-cliff for openSUSE:Factory checked in at 2018-02-14 10:52:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cliff (Old) and /work/SRC/openSUSE:Factory/.python-cliff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cliff" Wed Feb 14 10:52:18 2018 rev:31 rq:576370 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes 2017-11-24 10:53:53.361558761 +0100 +++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes 2018-02-14 10:52:24.343991380 +0100 @@ -1,0 +2,25 @@ +Tue Feb 13 18:27:32 UTC 2018 - [email protected] + +- update to version 2.11.0 + - Move doc requirements to doc/requirements.txt + - Alias exit to cmd2's quit command to exit interactive shell + - doc: Remove blank lines between term and definition + - remove -s alias for --sort-columns + - Replace legacy tips jobs with shiny new versions + - Update .gitignore + - Updated from global requirements + - sphinxext: Support cliff application + - Remove tox_install.sh and just pass -c in tox + - do not require installing demo app to build docs + - Remove empty files + - add support for legacy command name translation + - doc: Cleanup of demoapp doc + - Generate demoapp CLI refernece + - Fix codec error when format=csv + - Use in-tree cliffdemo app for docs build + - add bandit to pep8 job + - Use assertIsNone(...) instead of assertIs(None,...) + - Fix PEP8 in gate + - Add ability to sort data by columns for list commands + +------------------------------------------------------------------- Old: ---- cliff-2.9.1.tar.gz New: ---- cliff-2.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cliff.spec ++++++ --- /var/tmp/diff_new_pack.r7vyDD/_old 2018-02-14 10:52:24.951969497 +0100 +++ /var/tmp/diff_new_pack.r7vyDD/_new 2018-02-14 10:52:24.955969353 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,13 +17,13 @@ Name: python-cliff -Version: 2.9.1 +Version: 2.11.0 Release: 0 Summary: Command Line Interface Formulation Framework License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/python-cliff -Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.9.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.11.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable @@ -50,15 +50,16 @@ BuildRequires: python3-testrepository BuildRequires: python3-testscenarios BuildRequires: python3-testtools -BuildRequires: python3-unicodecsv Requires: python-PrettyTable Requires: python-PyYAML Requires: python-cmd2 Requires: python-pyparsing Requires: python-six Requires: python-stevedore -Requires: python-unicodecsv BuildArch: noarch +%ifpython2 +Requires: python-unicodecsv +%endif %python_subpackages %description @@ -80,7 +81,7 @@ This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-2.9.1 +%autosetup -p1 -n cliff-2.11.0 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %py_req_cleanup ++++++ cliff-2.9.1.tar.gz -> cliff-2.11.0.tar.gz ++++++ ++++ 1750 lines of diff (skipped)
