From 782e8585a835118367561596b0cce138c55af2d54debcee8069b4629f361b36f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Feb 2017 12:41:31 +0000 Subject: [PATCH] Accepting request 456105 from devel:languages:python - update to 2.4.0: * Remove tox environments that no longer work * Fix command order * Show team and repo badges on README * Add print_empty parameter * ignore Command docstring when looking for descriptions * let the Command get its one-liner description from a class attribute * flake8 fix * Replace dashes and colons when using bash formatter * Show entire command in error message * Updated from global requirements * Updated from global requirements * Fix spelling mistake * Add Python 3.5 classifier and venv * Updated from global requirements * Changed the home-page link * Add Apache 2.0 license to source file * Updated from global requirements * Updated from global requirements * Updated from global requirements * Updated from global requirements * Clean imports in code * [doc]Fix URL for 'setuptools entry points' * Fix a typo in comment - Remove relax-sphinx-requirement.patch . No longer needed. OBS-URL: https://build.opensuse.org/request/show/456105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=28 --- cliff-2.2.0.tar.gz | 3 --- cliff-2.4.0.tar.gz | 3 +++ python-cliff.changes | 29 +++++++++++++++++++++++++++++ python-cliff.spec | 14 ++++++-------- relax-sphinx-requirement.patch | 11 ----------- 5 files changed, 38 insertions(+), 22 deletions(-) delete mode 100644 cliff-2.2.0.tar.gz create mode 100644 cliff-2.4.0.tar.gz delete mode 100644 relax-sphinx-requirement.patch diff --git a/cliff-2.2.0.tar.gz b/cliff-2.2.0.tar.gz deleted file mode 100644 index 117b85f..0000000 --- a/cliff-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a12a6bd3cf9085f0e0589c5019037ac4ee410413abbb76189fa62695f79f84fc -size 57767 diff --git a/cliff-2.4.0.tar.gz b/cliff-2.4.0.tar.gz new file mode 100644 index 0000000..53930cf --- /dev/null +++ b/cliff-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9175e3c2a42bc06343290a1218bc6b70f36883520b2948f743c5f9ae917675 +size 58088 diff --git a/python-cliff.changes b/python-cliff.changes index cbb851a..3be0c1e 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Feb 10 16:45:39 UTC 2017 - tbechtold@suse.com + +- update to 2.4.0: + * Remove tox environments that no longer work + * Fix command order + * Show team and repo badges on README + * Add print_empty parameter + * ignore Command docstring when looking for descriptions + * let the Command get its one-liner description from a class attribute + * flake8 fix + * Replace dashes and colons when using bash formatter + * Show entire command in error message + * Updated from global requirements + * Updated from global requirements + * Fix spelling mistake + * Add Python 3.5 classifier and venv + * Updated from global requirements + * Changed the home-page link + * Add Apache 2.0 license to source file + * Updated from global requirements + * Updated from global requirements + * Updated from global requirements + * Updated from global requirements + * Clean imports in code + * [doc]Fix URL for 'setuptools entry points' + * Fix a typo in comment +- Remove relax-sphinx-requirement.patch . No longer needed. + ------------------------------------------------------------------- Tue Oct 4 10:25:23 UTC 2016 - tbechtold@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index eee9ddb..dc1ebb1 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,14 +17,13 @@ Name: python-cliff -Version: 2.2.0 +Version: 2.4.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework License: Apache-2.0 Group: Development/Languages/Python Source: https://pypi.io/packages/source/c/cliff/cliff-%{version}.tar.gz -Patch0: relax-sphinx-requirement.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-argparse BuildRequires: python-devel @@ -39,15 +38,15 @@ BuildRequires: python-mock >= 2.0 BuildRequires: python-nose BuildRequires: python-oslosphinx BuildRequires: python-pbr -BuildRequires: python-pyparsing >= 2.0.1 +BuildRequires: python-pyparsing >= 2.0.7 BuildRequires: python-six BuildRequires: python-stevedore Requires: python-PrettyTable >= 0.7 -Requires: python-PyYAML >= 3.1.0 +Requires: python-PyYAML >= 3.10.0 Requires: python-cmd2 >= 0.6.7 -Requires: python-pyparsing >= 2.0.1 +Requires: python-pyparsing >= 2.0.7 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.10.0 +Requires: python-stevedore >= 1.17.1 Requires: python-unicodecsv >= 0.8.0 BuildArch: noarch @@ -70,7 +69,6 @@ This package contains documentation files for %{name}. %prep %setup -q -n cliff-%{version} -%patch0 %build python setup.py build diff --git a/relax-sphinx-requirement.patch b/relax-sphinx-requirement.patch deleted file mode 100644 index 30aea16..0000000 --- a/relax-sphinx-requirement.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: test-requirements.txt -=================================================================== ---- test-requirements.txt.orig -+++ test-requirements.txt -@@ -5,5 +5,5 @@ nose # LGPL - mock>=2.0 # BSD - coverage>=3.6 # Apache-2.0 - # this is required for the docs build jobs --sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -+sphinx - oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0