15
0
forked from pool/python-cliff

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
This commit is contained in:
2015-08-01 09:37:01 +00:00
committed by Git OBS Bridge
parent 84ac898719
commit bab7a5447d
5 changed files with 37 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddfec39bf0de7b53666045c946d495ca070e538e5f92dc19588596c9bcc52c6e
size 46901

3
cliff-1.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b92d12cf1aa59c0cf1914b4b6b02b78daadac890a53d0e6b71b5220661ab9e0
size 46997

View File

@@ -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

View File

@@ -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

View File

@@ -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