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

python39-typer-0.9.0-3.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-typer Distribution: openSUSE:Factory:zSystems
Version: 0.9.0 Vendor: openSUSE
Release: 3.1 Build date: Thu Oct 19 08:38:44 2023
Group: Development/Languages/Python Build host: s390zl2a
Size: 351325 Source RPM: python-typer-0.9.0-3.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tiangolo/typer
Summary: Typer, build great CLIs. Easy to code. Based on Python type hints
Typer is a library for building CLI applications based on Python 3.6+ type hints.

Based on type hints, Typer enables great editor support and completion for developers.
With automatic help and completion, Typer makes CLIs easy to use for users.

This package provides the Typer Python package required to build and run Typer-based CLI applications.

Provides

Requires

License

MIT

Changelog

* Tue Oct 17 2023 Matthias Bach <marix@marix.org> - 0.9.0
  - Fix sle15_python_module_python being on wrong line post spec
    auto-format.
* Tue Oct 17 2023 Matthias Bach <marix@marix.org> - 0.9.0
  - add sle15_python_module_python
* Sun May 07 2023 Matthias Bach <marix@marix.org> - 0.9.0
  - Update to upstream version 0.9.0
    * Add support for PEP-593 Annotated for specifying options and
      arguments.
    * Add support for custom types and parsers.
  - Drop patch run-subprocesses-with-correct-python.patch that got
    included upstream.
* Thu Jan 05 2023 Matthias Bach <marix@marix.org> - 0.7.0
  - Adapt set-proper-pythonpath-for-tutorial-script-tests.patch to
    also work for Python 3.11.
* Sun Nov 06 2022 Matthias Bach <marix@marix.org> - 0.7.0
  - Update to upstream version 0.7.0
    * Make typer.run() not add completion scripts by default, it only
      makes sense in installed apps.
    * Add support for Python 3.11.
* Mon Jul 18 2022 Matthias Bach <marix@marix.org> - 0.6.1
  - Update to upstream version 0.6.1
    * Adds deep integrations with Rich. If Rich is available, it will
      be used to show the content from --help options, validation
      errors, and even errors in apps.
    * Support for Rich Markup and Markdown in docstrings, CLI
      parameters, help, and epilog.
    * Fix type conversion for List and Tuple.
    * Fix context_settings for a Typer apps with a single command.
    * Fix setting FORCE_TERMINAL with colors.
  - Refreshed patches
* Fri Jun 24 2022 Matthias Bach <marix@marix.org> - 0.4.1
  - Add run-subprocesses-with-correct-python.patch to ensure tests
    aren't accidentally running subprocesses using the wrong Python
    version.
  - Add set-proper-pythonpath-for-tutorial-script-tests.patch to fix
    issue with build failing due to import failures.
* Tue Jun 14 2022 Matthias Bach <marix@marix.org> - 0.4.1
  - Update to upstream version 0.4.1
    * Fix import of get_terminal_size for Click 8.1.0 support.
  - Switch from traditional setup.py installation to pyproject macros
    as upstream no longer ships its setup.py compability wrapper.
* Mon Aug 30 2021 Matthias Bach <marix@marix.org> - 0.4.0
  - Update to upstream version 0.4.0
    * Add support for Click 8 while keeping compatibility with
      Click 7.
  - Remove basic-click8-compat.patch as Click 8 compatibility is now
    provided upstream.
* Fri Jul 23 2021 Matthias Bach <marix@marix.org>
  - Resolve Typer no longer working since Click got bumped to version
    8.
    * This removes support for autocompletion.
  - Add basic-click8-compat.patch
* Wed Apr 14 2021 Matthias Bach <marix@marix.org>
  - Properly specify package group.
  - Suppress false-positive detection of empty file in rpmlint.
  - Properly declare minimum version requirement vs. python-click to
    avoid broken installation on Leap.
* Tue Apr 13 2021 Matthias Bach <marix@marix.org> - 0.3.2
  - Initial package release

Files

/usr/lib/python3.9/site-packages/typer
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info/LICENSE
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info/METADATA
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info/RECORD
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info/REQUESTED
/usr/lib/python3.9/site-packages/typer-0.9.0.dist-info/WHEEL
/usr/lib/python3.9/site-packages/typer/__init__.py
/usr/lib/python3.9/site-packages/typer/__pycache__
/usr/lib/python3.9/site-packages/typer/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_compat_utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_compat_utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click7.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click7.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click8.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_click8.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_shared.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_completion_shared.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_typing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/_typing.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/colors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/colors.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/completion.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/completion.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/core.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/core.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/main.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/main.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/models.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/models.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/params.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/params.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/rich_utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/rich_utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/testing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/testing.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/typer/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/typer/_compat_utils.py
/usr/lib/python3.9/site-packages/typer/_completion_click7.py
/usr/lib/python3.9/site-packages/typer/_completion_click8.py
/usr/lib/python3.9/site-packages/typer/_completion_shared.py
/usr/lib/python3.9/site-packages/typer/_typing.py
/usr/lib/python3.9/site-packages/typer/colors.py
/usr/lib/python3.9/site-packages/typer/completion.py
/usr/lib/python3.9/site-packages/typer/core.py
/usr/lib/python3.9/site-packages/typer/main.py
/usr/lib/python3.9/site-packages/typer/models.py
/usr/lib/python3.9/site-packages/typer/params.py
/usr/lib/python3.9/site-packages/typer/py.typed
/usr/lib/python3.9/site-packages/typer/rich_utils.py
/usr/lib/python3.9/site-packages/typer/testing.py
/usr/lib/python3.9/site-packages/typer/utils.py
/usr/share/doc/packages/python39-typer
/usr/share/doc/packages/python39-typer/README.md
/usr/share/licenses/python39-typer
/usr/share/licenses/python39-typer/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024