diff --git a/cliff-2.11.0.tar.gz b/cliff-2.11.0.tar.gz deleted file mode 100644 index b59cbe5..0000000 --- a/cliff-2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38a318fb2927edb61cae365d4bf3a8241f222e2b30cc9e448ae5b92665802a85 -size 77037 diff --git a/cliff-2.14.0.tar.gz b/cliff-2.14.0.tar.gz new file mode 100644 index 0000000..537376f --- /dev/null +++ b/cliff-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a24dfee9f4e58c397e725bb1568e031d75a8925def92e4d3def2b755f816bc +size 77865 diff --git a/python-cliff.changes b/python-cliff.changes index c27e8b5..8110294 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Feb 28 11:42:03 UTC 2019 - cloud-devel@suse.de + +- update to version 2.14.0 + - sphinxext: Warn if namespace or command pattern invalid + - fix tox python3 overrides + - import zuul job settings from project-config + - Remove the warning of getargspec removal + - Zuul: Remove project name + - Fix cmd2 doc URL + - add lib-forward-testing-python3 test job + - support cmd2 0.9.1 in interactive mode + - update cmd2 dependency to handle py3 only versions + - Build universal wheels + - exclude cmd2 0.8.3 and update to 0.8.4 + - Align parsed() call with cmd2 versions >= 0.7.3 + - Removed unused err variable + - switch documentation job to new PTI + - add python 3.6 unit test job + - Remove travis.yml + - Assure executable name is kept when app is called as module + - Updated from global requirements + - add lower-constraints job + - Don't try to run issubclass on non-classes + - fix typos in documentation + ------------------------------------------------------------------- Tue Feb 13 18:27:32 UTC 2018 - cloud-devel@suse.de diff --git a/python-cliff.spec b/python-cliff.spec index 0694646..2b87c6d 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-cliff -Version: 2.11.0 +Version: 2.14.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.11.0.tar.gz +URL: https://launchpad.net/python-cliff +Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.14.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable @@ -40,7 +40,6 @@ BuildRequires: python2-testtools BuildRequires: python2-unicodecsv BuildRequires: python3-PrettyTable BuildRequires: python3-PyYAML -BuildRequires: python3-cmd2 BuildRequires: python3-devel BuildRequires: python3-mock BuildRequires: python3-pbr @@ -81,7 +80,7 @@ other extensions. This package contains documentation files for %{name}. %prep -%autosetup -p1 -n cliff-2.11.0 +%autosetup -p1 -n cliff-2.14.0 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %py_req_cleanup