From ec02450507c6b012d4ea8a4cac3769fc4597c32799321600d5ae59a7aca81412 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Jan 2015 19:50:31 +0000 Subject: [PATCH] Accepting request 280442 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/280442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=21 --- cliff-1.7.0.tar.gz | 3 --- cliff-1.9.0.tar.gz | 3 +++ python-cliff.changes | 19 +++++++++++++++++++ python-cliff.spec | 10 ++++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 cliff-1.7.0.tar.gz create mode 100644 cliff-1.9.0.tar.gz diff --git a/cliff-1.7.0.tar.gz b/cliff-1.7.0.tar.gz deleted file mode 100644 index 9bb3f0b..0000000 --- a/cliff-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09985c73fbccff921fe7ce2ae60135f3aae7b304dc939155999a97fb0345f3f2 -size 44938 diff --git a/cliff-1.9.0.tar.gz b/cliff-1.9.0.tar.gz new file mode 100644 index 0000000..a4a2581 --- /dev/null +++ b/cliff-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f731fd585975f4a3aa8025d3be564bb8439fc1e0f96b6b1e442a9e0dc4d1ce +size 45656 diff --git a/python-cliff.changes b/python-cliff.changes index f222c33..cc981b6 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jan 8 13:39:41 UTC 2015 - tbechtold@suse.com + +- update to 1.9.0: + * print the real error cmd argument + * Updated from global requirements + * Update link to docs in README + * Bring doc build up to standard + * Add pbr to installation requirements + * Add more detail to the README + * Updated from global requirements + * Add docs environment to tox.ini + * mock.assert_called_once() is not a valid method + * Work toward Python 3.4 support and testing + * warn against sorting requirements +- Adjust Requires according to requirements.txt +- Adjust BuildRequires accroding to test-requirements.txt +- Fix build path for documentation + ------------------------------------------------------------------- Sat Sep 13 16:47:41 UTC 2014 - tbechtold@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index de55974..0073863 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products 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,7 +17,7 @@ Name: python-cliff -Version: 1.7.0 +Version: 1.9.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -33,8 +33,10 @@ BuildRequires: python-PrettyTable BuildRequires: python-Sphinx BuildRequires: python-cmd2 BuildRequires: python-coverage >= 3.6 +BuildRequires: python-httplib2 >= 0.7.5 BuildRequires: python-mock >= 1.0 BuildRequires: python-nose +BuildRequires: python-oslosphinx BuildRequires: python-pbr BuildRequires: python-pyparsing >= 2.0.1 BuildRequires: python-six @@ -46,7 +48,7 @@ Requires: python-argparse Requires: python-cmd2 >= 0.6.7 Requires: python-pyparsing >= 2.0.1 Requires: python-six >= 1.7.0 -Requires: python-stevedore >= 0.14 +Requires: python-stevedore >= 1.1.0 %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 @@ -91,6 +93,6 @@ python setup.py test %files doc %defattr(-,root,root,-) -%doc docs/build/html demoapp +%doc doc/build/html demoapp %changelog