From bab7a5447db8ce27cb7fbff3faf9d5e24387f751c77ceacc5d8dacb8ce22cebf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 1 Aug 2015 09:37:01 +0000 Subject: [PATCH] Accepting request 318751 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/318751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=23 --- cliff-1.10.1.tar.gz | 3 --- cliff-1.13.0.tar.gz | 3 +++ python-cliff.changes | 19 +++++++++++++++++++ python-cliff.spec | 6 +++++- relax-sphinx-requirement.patch | 10 ++++++++++ 5 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 cliff-1.10.1.tar.gz create mode 100644 cliff-1.13.0.tar.gz create mode 100644 relax-sphinx-requirement.patch diff --git a/cliff-1.10.1.tar.gz b/cliff-1.10.1.tar.gz deleted file mode 100644 index 7bb153e..0000000 --- a/cliff-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddfec39bf0de7b53666045c946d495ca070e538e5f92dc19588596c9bcc52c6e -size 46901 diff --git a/cliff-1.13.0.tar.gz b/cliff-1.13.0.tar.gz new file mode 100644 index 0000000..1a57030 --- /dev/null +++ b/cliff-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b92d12cf1aa59c0cf1914b4b6b02b78daadac890a53d0e6b71b5220661ab9e0 +size 46997 diff --git a/python-cliff.changes b/python-cliff.changes index a98d4b4..54a0b0a 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jul 24 20:51:29 UTC 2015 - seife+obs@b1-systems.com + +- Fix build for RHEL7 by nulling test requirements + +------------------------------------------------------------------- +Tue Jun 23 08:16:36 UTC 2015 - dmueller@suse.com + +- update to 1.13.0: + * Fix object has no attribute debug error + * Add some docs for list value formatter + * Add value format for list command + * Updated from global requirements + * Remove run_cross_tests.sh + * fix author contact details + * Print help on help command + * Do not check requirements when loading plugins +- add relax-sphinx-requirement.patch + ------------------------------------------------------------------- Tue Mar 10 08:52:12 UTC 2015 - tbechtold@suse.com diff --git a/python-cliff.spec b/python-cliff.spec index bd69404..748e979 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,13 +17,14 @@ Name: python-cliff -Version: 1.10.1 +Version: 1.13.0 Release: 0 Url: https://github.com/dreamhost/cliff Summary: Command Line Interface Formulation Framework License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/cliff/cliff-%{version}.tar.gz +Patch0: relax-sphinx-requirement.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-argparse BuildRequires: python-devel @@ -75,6 +76,7 @@ This package contains documentation files for %{name}. %prep %setup -q -n cliff-%{version} +%patch0 %build python setup.py build @@ -84,6 +86,8 @@ python setup.py build_sphinx python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check +echo > test-requirements.txt +echo > requirements.txt python setup.py test %files diff --git a/relax-sphinx-requirement.patch b/relax-sphinx-requirement.patch new file mode 100644 index 0000000..4ae795e --- /dev/null +++ b/relax-sphinx-requirement.patch @@ -0,0 +1,10 @@ +--- test-requirements.txt ++++ test-requirements.txt +@@ -5,6 +5,6 @@ + mock>=1.0 + coverage>=3.6 + # this is required for the docs build jobs +-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 ++sphinx + oslosphinx>=2.5.0 # Apache-2.0 + httplib2>=0.7.5