15
0
forked from pool/python-cliff

Accepting request 433090 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/433090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=27
This commit is contained in:
2016-10-04 14:00:56 +00:00
committed by Git OBS Bridge
parent 378590c61d
commit 1a0d8b36e9
5 changed files with 20 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 4 10:25:23 UTC 2016 - tbechtold@suse.com
update to version 2.2.0
* Fixed broken link
* pep8: fix F405 error
* add formattable columns concept
* command: make run() return take_action() value
* Fix cliff URLs in doc and demoapp
* Avoid ASCII encoding errors when output is redirected
* Fix Command class doc typo
* Remove announce.rst
* Updated from global requirements
* Add tests, cover more cases
-------------------------------------------------------------------
Thu Jul 7 13:15:49 UTC 2016 - tbechtold@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-cliff
Version: 2.1.0
Version: 2.2.0
Release: 0
Url: https://github.com/dreamhost/cliff
Summary: Command Line Interface Formulation Framework

View File

@@ -6,6 +6,6 @@ Index: test-requirements.txt
mock>=2.0 # BSD
coverage>=3.6 # Apache-2.0
# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+sphinx
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0