Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-cliff-doc-2.11.0-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-cliff-doc Distribution: openSUSE Leap 15.2
Version: 2.11.0 Vendor: openSUSE
Release: lp152.3.3 Build date: Sun Mar 1 13:25:04 2020
Group: Documentation/HTML Build host: lamb64
Size: 824166 Source RPM: python-cliff-2.11.0-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/python-cliff
Summary: Command Line Interface Formulation Framework - Documentation
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 python-cliff.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Feb 13 2018 cloud-devel@suse.de
  - update to version 2.11.0
    - Move doc requirements to doc/requirements.txt
    - Alias exit to cmd2's quit command to exit interactive shell
    - doc: Remove blank lines between term and definition
    - remove -s alias for --sort-columns
    - Replace legacy tips jobs with shiny new versions
    - Update .gitignore
    - Updated from global requirements
    - sphinxext: Support cliff application
    - Remove tox_install.sh and just pass -c in tox
    - do not require installing demo app to build docs
    - Remove empty files
    - add support for legacy command name translation
    - doc: Cleanup of demoapp doc
    - Generate demoapp CLI refernece
    - Fix codec error when format=csv
    - Use in-tree cliffdemo app for docs build
    - add bandit to pep8 job
    - Use assertIsNone(...) instead of assertIs(None,...)
    - Fix PEP8 in gate
    - Add ability to sort data by columns for list commands
* Wed Nov 22 2017 cloud-devel@suse.de
  - update to version 2.9.1
    - doc: minor cleanup
    - trivial: Fix comments in sphinxext module
    - add actual column names to error msg
    - handle more varied top_level.txt files in distributions
    - Allow command hooks to make changes
    - Move comments up in [extras] section of setup.cfg
    - Update doc on Sphinx integration process
    - show the distribution providing the command in help output
    - Update and replace http with https for doc links
    - Make openstackdocstheme an optional doc dependency
    - Docs update for more-hooks
    - sphinxext: Correct issues with usage formatting
    - Fix regexp for detecting long options
    - Updates for stestr
    - Updated from global requirements
  - Drop 0001-Make-openstackdocstheme-an-optional-doc-dependency.patch .
    Applied upstream
  - Add _service and switch to openstack/rpm-packging spec template
* Mon Aug 07 2017 tbechtold@suse.com
  - update to 2.8.0:
    * add tests for display command classes and hooks
    * Run hooks for DisplayCommandBase
    * add --fit-width option to table formatter
    * sphinxext: Add 'application' option to the autoprogram directive
    * use openstackdocstheme html context
    * switch from oslosphinx to openstackdocstheme
    * Fix erroneous line in command hook test
    * make smart help formatter test deterministic
    * remove references to distribute in the docs
    * add before and after hooks
    * add hook for get\_epilog
    * add hook for manipulating the argument parser
    * Updated from global requirements
    * pass the command name from HelpCommand
    * Adjust completenames tests for cmd2 0.7.3+
    * rearrange existing content to follow new standard
    * sphinext: Use metavar where possible
    * sphinxext: Use 'argparse.description', 'argparse.epilog'
    * sphinxext: Allow configuration of ignorable options
    * sphinxext: Generate better usage examples
    * add cmd\_name argument to CompleteCommand
    * Ensure python standard argparse module is loaded
    * Updated from global requirements
    * covert test suite to use testrepository
    * Updated from global requirements
    * Add smart help formatter for command parser
    * Add support for epilogs
    * Add 'autoprogram-cliff' Sphinx directive
    * .gitignore: Ignore eggs
    * Use Sphinx 1.5 warning-is-error
    * Update cmd2 fix to still work with 0.6.7
    * Remove support for py34
    * Fix broken test with cmd2 0.7.0
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Add newline if the output formatter is json
  - Add 0001-Make-openstackdocstheme-an-optional-doc-dependency.patch
* Fri Feb 10 2017 tbechtold@suse.com
  - update to 2.4.0:
    * Remove tox environments that no longer work
    * Fix command order
    * Show team and repo badges on README
    * Add print_empty parameter
    * ignore Command docstring when looking for descriptions
    * let the Command get its one-liner description from a class attribute
    * flake8 fix
    * Replace dashes and colons when using bash formatter
    * Show entire command in error message
    * Updated from global requirements
    * Updated from global requirements
    * Fix spelling mistake
    * Add Python 3.5 classifier and venv
    * Updated from global requirements
    * Changed the home-page link
    * Add Apache 2.0 license to source file
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Clean imports in code
    * [doc]Fix URL for 'setuptools entry points'
    * Fix a typo in comment
  - Remove relax-sphinx-requirement.patch . No longer needed.
* Tue Oct 04 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 07 2016 tbechtold@suse.com
  - Switch to pypi.io as Source url
* Thu Jul 07 2016 tbechtold@suse.com
  - update to 2.1.0:
    * Updated from global requirements
    * Update --max-width help
    * Add more test coverage for shell formatter
    * Add more test coverage for CSV formatter
    * Support multiple sub commands in completion
    * Factorize more test data
    * Factorize some test data
    * Factorize common test code
    * Factorize argparse importing
    * Updated from global requirements
    * Updated from global requirements
    * Add CLIFF_MAX_TERM_WIDTH envvar to complement --max-width
    * Fix prettytable.PrettyTable().max_width wrong usage
    * Fix AttributeError when entry point load failed
    * Distinguish no existed columns in ShowOne
    * Refactor HelpCommand
    * Updated from global requirements
    * Remove httplib2 from test-requirements.txt
    * Sync help message for --help
    * handle empty list in table formatter
    * Drop Python 2.6 support
    * Revert "app,command: disallow abbrev by default"
    * Fixes terminal_width on Windows
    * Updated from global requirements
    * remove openstack-common.conf
    * Add doc for deferred_help parameter
    * Fix pep8 failure
    * app,command: disallow abbrev by default
    * app: work-around abbrev
    * remove unnecessary dependency on argparse
    * Make verbose and quiet mutually exclusive
    * setup: fix Python versions classifiers
    * Don't import unused logging
    * Don't use non-existent method of Mock
    * Replace dashes with underscores in bash completion
    * Updated from global requirements
    * Resize columns to fit screen width
    * fix fuzzy search for same-distance case
    * Correct path to docs
    * only use unicodecsv for python 2.x
    * Fix test class docstring for py 3.5
  - Adjust Requires and BuildRequires
* Wed Sep 16 2015 tbechtold@suse.com
  - update to 1.15.0:
    * Replace '\r' with ' ' for prettytable
    * Implement a json formatter in cliff
    * Implement a yaml formatter in cliff
    * Updated from global requirements
    * Improve help messages
  - Adjust Requires according to requirements.txt
* Fri Aug 21 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 2015 seife+obs@b1-systems.com
  - Fix build for RHEL7 by nulling test requirements
* Tue Jun 23 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 2015 tbechtold@suse.com
  - update to 1.10.1:
    * Document print_help_if_requested method
    * Allow to call initialize_app when running --help
    * Hide prompt in batch/pipe mode
    * Correct completion in interactive mode
    * Fix pep8 tests for lambda
    * Updated from global requirements
    * Fix git repo urls in tox.ini
    * Add deprecated attribute to commands
    * Workflow documentation is now in infra-manual
  - Adjust Requires according to requirements.txt
* Thu Jan 08 2015 tbechtold@suse.com
  - update to 1.9.0:
    * print the real error cmd argument
    * Updated from global requirements
    * Update link to docs in README
    * Bring doc build up to standard
    * Add pbr to installation requirements
    * Add more detail to the README
    * Updated from global requirements
    * Add docs environment to tox.ini
    * mock.assert_called_once() is not a valid method
    * Work toward Python 3.4 support and testing
    * warn against sorting requirements
  - Adjust Requires according to requirements.txt
  - Adjust BuildRequires accroding to test-requirements.txt
  - Fix build path for documentation

Files

/usr/share/doc/packages/python-cliff-doc
/usr/share/doc/packages/python-cliff-doc/LICENSE
/usr/share/doc/packages/python-cliff-doc/html
/usr/share/doc/packages/python-cliff-doc/html/_sources
/usr/share/doc/packages/python-cliff-doc/html/_sources/contributors
/usr/share/doc/packages/python-cliff-doc/html/_sources/contributors/index.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/install
/usr/share/doc/packages/python-cliff-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/reference
/usr/share/doc/packages/python-cliff-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/complete.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/demoapp.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/interactive_mode.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/introduction.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/list_commands.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/show_commands.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_sources/user/sphinxext.rst.txt
/usr/share/doc/packages/python-cliff-doc/html/_static
/usr/share/doc/packages/python-cliff-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-cliff-doc/html/_static/alabaster.css
/usr/share/doc/packages/python-cliff-doc/html/_static/basic.css
/usr/share/doc/packages/python-cliff-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-cliff-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-cliff-doc/html/_static/comment.png
/usr/share/doc/packages/python-cliff-doc/html/_static/custom.css
/usr/share/doc/packages/python-cliff-doc/html/_static/doctools.js
/usr/share/doc/packages/python-cliff-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-cliff-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-cliff-doc/html/_static/down.png
/usr/share/doc/packages/python-cliff-doc/html/_static/file.png
/usr/share/doc/packages/python-cliff-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-cliff-doc/html/_static/jquery.js
/usr/share/doc/packages/python-cliff-doc/html/_static/minus.png
/usr/share/doc/packages/python-cliff-doc/html/_static/plus.png
/usr/share/doc/packages/python-cliff-doc/html/_static/pygments.css
/usr/share/doc/packages/python-cliff-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-cliff-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-cliff-doc/html/_static/underscore.js
/usr/share/doc/packages/python-cliff-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-cliff-doc/html/_static/up.png
/usr/share/doc/packages/python-cliff-doc/html/_static/websupport.js
/usr/share/doc/packages/python-cliff-doc/html/contributors
/usr/share/doc/packages/python-cliff-doc/html/contributors/index.html
/usr/share/doc/packages/python-cliff-doc/html/genindex.html
/usr/share/doc/packages/python-cliff-doc/html/index.html
/usr/share/doc/packages/python-cliff-doc/html/install
/usr/share/doc/packages/python-cliff-doc/html/install/index.html
/usr/share/doc/packages/python-cliff-doc/html/objects.inv
/usr/share/doc/packages/python-cliff-doc/html/reference
/usr/share/doc/packages/python-cliff-doc/html/reference/index.html
/usr/share/doc/packages/python-cliff-doc/html/search.html
/usr/share/doc/packages/python-cliff-doc/html/searchindex.js
/usr/share/doc/packages/python-cliff-doc/html/user
/usr/share/doc/packages/python-cliff-doc/html/user/complete.html
/usr/share/doc/packages/python-cliff-doc/html/user/demoapp.html
/usr/share/doc/packages/python-cliff-doc/html/user/history.html
/usr/share/doc/packages/python-cliff-doc/html/user/index.html
/usr/share/doc/packages/python-cliff-doc/html/user/interactive_mode.html
/usr/share/doc/packages/python-cliff-doc/html/user/introduction.html
/usr/share/doc/packages/python-cliff-doc/html/user/list_commands.html
/usr/share/doc/packages/python-cliff-doc/html/user/show_commands.html
/usr/share/doc/packages/python-cliff-doc/html/user/sphinxext.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024