15
0
forked from pool/python-cliff

Accepting request 249134 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/249134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2014-09-15 15:41:24 +00:00
committed by Git OBS Bridge
parent 18934a5b8c
commit ed21c5ca2c
4 changed files with 33 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Sep 13 16:47:41 UTC 2014 - tbechtold@suse.com
- update to 1.7.0:
* Add release notes for 1.7.0
* Fix stable integration tests
* Updated from global requirements
* Clean up default tox environment list
* Do not allow wheels for stable tests
* Set the main logger name to match the application
* CSV formatter should use system-dependent line ending
* Make show option compatible with Python 2.6
* Use six.add_metaclass instead of __metaclass__
* fixed typos found by RETF rules
* The --variable option to shell format is redundant
* Expose load_commands publicly
* Fix wrong method name assert_called_once
* Updated from global requirements
* Fix pep8 failures on rule E265
-------------------------------------------------------------------
Thu Jun 26 09:37:02 UTC 2014 - dmueller@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-cliff
Version: 1.6.1
Version: 1.7.0
Release: 0
Url: https://github.com/dreamhost/cliff
Summary: Command Line Interface Formulation Framework
@@ -32,21 +32,21 @@ BuildRequires: python-setuptools
BuildRequires: python-PrettyTable
BuildRequires: python-Sphinx
BuildRequires: python-cmd2
BuildRequires: python-coverage
BuildRequires: python-mock >= 1.0.1
BuildRequires: python-coverage >= 3.6
BuildRequires: python-mock >= 1.0
BuildRequires: python-nose
BuildRequires: python-pbr
BuildRequires: python-pyparsing >= 2.0.1
BuildRequires: python-six
BuildRequires: python-stevedore
Requires: python-PrettyTable >= 0.6
Requires: python-PrettyTable >= 0.7
%if 0%{?suse_version} <= 1110
Requires: python-argparse
%endif
Requires: python-cmd2 >= 0.6.7
Requires: python-pyparsing >= 2.0.1
Requires: python-six
Requires: python-stevedore
Requires: python-six >= 1.7.0
Requires: python-stevedore >= 0.14
%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
@@ -65,6 +65,10 @@ Group: Documentation/HTML
Requires: %{name} = %{version}
%description doc
cliff is a framework for building command line programs. It uses
setuptools entry points to provide subcommands, output formatters, and
other extensions.
This package contains documentation files for %{name}.
%prep