Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-typer for openSUSE:Factory checked in at 2022-07-21 11:33:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-typer (Old) and /work/SRC/openSUSE:Factory/.python-typer.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-typer" Thu Jul 21 11:33:04 2022 rev:5 rq:989858 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-typer/python-typer.changes 2022-06-25 10:25:01.694739374 +0200 +++ /work/SRC/openSUSE:Factory/.python-typer.new.1523/python-typer.changes 2022-07-21 11:33:31.294955333 +0200 @@ -1,0 +2,14 @@ +Mon Jul 18 10:22:12 UTC 2022 - Matthias Bach <ma...@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 + +------------------------------------------------------------------- Old: ---- typer-0.4.1.tar.gz New: ---- typer-0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-typer.spec ++++++ --- /var/tmp/diff_new_pack.xZvKFB/_old 2022-07-21 11:33:33.382957392 +0200 +++ /var/tmp/diff_new_pack.xZvKFB/_new 2022-07-21 11:33:33.382957392 +0200 @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-typer -Version: 0.4.1 +Version: 0.6.1 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT @@ -33,11 +33,14 @@ BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module rich} BuildRequires: %{python_module shellingham} +BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-click >= 7.1 Recommends: python-colorama +Recommends: python-rich Recommends: python-shellingham BuildArch: noarch %python_subpackages ++++++ run-subprocesses-with-correct-python.patch ++++++ ++++ 996 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-typer/run-subprocesses-with-correct-python.patch ++++ and /work/SRC/openSUSE:Factory/.python-typer.new.1523/run-subprocesses-with-correct-python.patch ++++++ set-proper-pythonpath-for-tutorial-script-tests.patch ++++++ --- /var/tmp/diff_new_pack.xZvKFB/_old 2022-07-21 11:33:33.418957427 +0200 +++ /var/tmp/diff_new_pack.xZvKFB/_new 2022-07-21 11:33:33.422957431 +0200 @@ -66,7 +66,7 @@ 2 files changed, 10 insertions(+) diff --git a/tests/test_tutorial/test_subcommands/test_tutorial001.py b/tests/test_tutorial/test_subcommands/test_tutorial001.py -index 1b8b60e..392cf24 100644 +index c4fca5b..1280e22 100644 --- a/tests/test_tutorial/test_subcommands/test_tutorial001.py +++ b/tests/test_tutorial/test_subcommands/test_tutorial001.py @@ -1,3 +1,4 @@ @@ -91,7 +91,7 @@ ) assert "Usage" in result.stdout diff --git a/tests/test_tutorial/test_subcommands/test_tutorial003.py b/tests/test_tutorial/test_subcommands/test_tutorial003.py -index 57f1174..7de9107 100644 +index 4db168b..eaf4539 100644 --- a/tests/test_tutorial/test_subcommands/test_tutorial003.py +++ b/tests/test_tutorial/test_subcommands/test_tutorial003.py @@ -1,3 +1,4 @@ ++++++ typer-0.4.1.tar.gz -> typer-0.6.1.tar.gz ++++++ ++++ 10138 lines of diff (skipped)