From 3491aada9437bb7fde05b9cdfd090e852e70745c6cfabdb85bbdd1ed1fc12a2e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 1 Sep 2015 22:35:49 +0000 Subject: [PATCH] Accepting request 327750 from devel:languages:python Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/327750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=24 --- cliff-1.13.0.tar.gz | 3 --- cliff-1.14.0.tar.gz | 3 +++ python-cliff.changes | 23 +++++++++++++++++++++++ python-cliff.spec | 7 ++++--- relax-sphinx-requirement.patch | 12 +++++++----- 5 files changed, 37 insertions(+), 11 deletions(-) delete mode 100644 cliff-1.13.0.tar.gz create mode 100644 cliff-1.14.0.tar.gz diff --git a/cliff-1.13.0.tar.gz b/cliff-1.13.0.tar.gz deleted file mode 100644 index 1a57030..0000000 --- a/cliff-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b92d12cf1aa59c0cf1914b4b6b02b78daadac890a53d0e6b71b5220661ab9e0 -size 46997 diff --git a/cliff-1.14.0.tar.gz b/cliff-1.14.0.tar.gz new file mode 100644 index 0000000..c59deb8 --- /dev/null +++ b/cliff-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaea62a7ccfad406bc765765a4b6aef9883dacf90bccaaf15c87598b17c1017 +size 46656 diff --git a/python-cliff.changes b/python-cliff.changes index 54a0b0a..556807c 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Aug 21 09:06:27 UTC 2015 - tbechtold@suse.com + +- update to 1.14.0: + * Add csv formatter test + * Fix encoding issue with the default python csv output + * Remove py26 as a default test from tox.ini + * Set demo app up with deferred help + * Add command fuzzy matching + * Updated from global requirements + * Remove requirements.txt from tox.ini + * Updated from global requirements + * Updated from global requirements + * Allow subcommands to accept --help when using 'deferred_help' + * Updated from global requirements + * Fix logging config in demo app + * Use base command for help test + * Updated from global requirements + * Include the automatically-generated changelog + * Updated from global requirements +- Adjust Requires according to requirements.txt +- Refreshed relax-sphinx-requirement.patch + ------------------------------------------------------------------- Fri Jul 24 20:51:29 UTC 2015 - seife+obs@b1-systems.com diff --git a/python-cliff.spec b/python-cliff.spec index 748e979..82e267c 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 1.13.0 +Version: 1.14.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework @@ -35,7 +35,7 @@ BuildRequires: python-Sphinx BuildRequires: python-cmd2 BuildRequires: python-coverage >= 3.6 BuildRequires: python-httplib2 >= 0.7.5 -BuildRequires: python-mock >= 1.0 +BuildRequires: python-mock >= 1.2 BuildRequires: python-nose BuildRequires: python-oslosphinx BuildRequires: python-pbr @@ -49,7 +49,8 @@ Requires: python-argparse Requires: python-cmd2 >= 0.6.7 Requires: python-pyparsing >= 2.0.1 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.1.0 +Requires: python-stevedore >= 1.5.0 +Requires: python-unicodecsv >= 0.8.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 diff --git a/relax-sphinx-requirement.patch b/relax-sphinx-requirement.patch index 4ae795e..ab9b539 100644 --- a/relax-sphinx-requirement.patch +++ b/relax-sphinx-requirement.patch @@ -1,10 +1,12 @@ ---- test-requirements.txt +Index: test-requirements.txt +=================================================================== +--- test-requirements.txt.orig +++ test-requirements.txt -@@ -5,6 +5,6 @@ - mock>=1.0 +@@ -5,6 +5,6 @@ nose + mock>=1.2 coverage>=3.6 # this is required for the docs build jobs --sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +sphinx - oslosphinx>=2.5.0 # Apache-2.0 + oslosphinx>=2.5.0 # Apache-2.0 httplib2>=0.7.5