14
0
forked from pool/python-typer
Commit Graph

10 Commits

Author SHA256 Message Date
Matthias Bach
df1ca89a25 Accepting request 1085562 from home:theMarix:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1085562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=15
2023-05-08 19:13:01 +00:00
Matthias Bach
1446f53fd9 - Adapt set-proper-pythonpath-for-tutorial-script-tests.patch to
also work for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=13
2023-01-05 15:16:32 +00:00
Matthias Bach
b40a4c5e5e Accepting request 1033881 from home:theMarix:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1033881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=11
2022-11-06 19:55:11 +00:00
Matthias Bach
61a75b9b6f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=9
2022-07-18 10:32:29 +00:00
Matthias Bach
f2a7402f19 Accepting request 984949 from home:theMarix:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/984949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=7
2022-06-24 19:16:04 +00:00
Matthias Bach
93b9aa8e23 Accepting request 982660 from home:theMarix:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/982660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=6
2022-06-14 19:33:40 +00:00
Matthias Bach
846f00341a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=5
2021-08-30 19:39:44 +00:00
Matthias Bach
8c71e441d8 Fix typo in patch name in change log
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=4
2021-07-23 19:41:05 +00:00
Matthias Bach
436c606da1 - Resolve Typer no longer working since Click got bumped to version
8.
  * This removes support for autocompletion.
- Add basic-click8-support.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=3
2021-07-23 19:01:09 +00:00
7055b0194c Accepting request 885462 from home:theMarix:branches:devel:languages:python
I want to maintain python-typer in Factory and would like to use devel:languages:python as the devel project.

OBS-URL: https://build.opensuse.org/request/show/885462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=1
2021-04-15 09:22:19 +00:00