diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-07-31 11:02:56 -0400 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-07-31 11:06:53 -0400 |
commit | b12c68fd7bb187c6d74467facc24949e8828f591 (patch) | |
tree | a95d55b835c55010d4e14ba48a0d268ee5922b14 /announce.rst | |
parent | ce0aa4609c76e60ea580afcfee1f8103931b0fee (diff) | |
download | cliff-b12c68fd7bb187c6d74467facc24949e8828f591.tar.gz |
Remove tablib formatters from core
The tablib package depends on a "dead" project, so
our dependency on it is causing policy issues for having
cliff included in Ubuntu. Moving those formatters to
a separate project removes the strict dependency.
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'announce.rst')
-rw-r--r-- | announce.rst | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/announce.rst b/announce.rst index 91bcfac..707b5c0 100644 --- a/announce.rst +++ b/announce.rst @@ -1,5 +1,5 @@ ====================================================================== - cliff -- Command Line Interface Formulation Framework -- version 1.0 + cliff -- Command Line Interface Formulation Framework -- version 1.1 ====================================================================== .. tags:: python cliff release DreamHost @@ -11,15 +11,10 @@ other extensions. What's New In This Release? =========================== -- Add trailing newlines after output from tablib-based formatters - (JSON, YAML, and HTML). Contributed by Matt Joyce. -- Some PEP-8 fixes. -- Refactor the API in ``Command`` to add ``take_action()`` - and make ``run()`` a concrete method. Existing users should only - need to rename ``run()`` to ``take_action()`` since the function - signatures have not changed. -- In ``Lister`` and ``ShowOne`` use ``take_action()`` instead of - ``get_data()``. +- Moves the tablib formatters for JSON, YAML, and HTML out + of the core project and into a separate package to comply + with Ubuntu packaging requirements. See + https://github.com/dreamhost/cliff-tablib Documentation ============= |