forked from pool/python-cliff
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b92d12cf1aa59c0cf1914b4b6b02b78daadac890a53d0e6b71b5220661ab9e0
|
||||
size 46997
|
||||
3
cliff-1.14.0.tar.gz
Normal file
3
cliff-1.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aaea62a7ccfad406bc765765a4b6aef9883dacf90bccaaf15c87598b17c1017
|
||||
size 46656
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user