From 413abde30dcf68c4778592800e19a22046f810bde07a646b7c5858618002b184 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Fri, 29 Mar 2024 11:31:28 +0000 Subject: [PATCH] - Update to upstream version 0.10.1 * Internal and dependency changes - Fix missing requirement specification on python-typing_extensions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=24 --- python-typer.changes | 8 ++++++++ python-typer.spec | 7 ++++--- typer-0.10.0.tar.gz | 3 --- typer-0.11.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 typer-0.10.0.tar.gz create mode 100644 typer-0.11.1.tar.gz diff --git a/python-typer.changes b/python-typer.changes index f979c15..4425d41 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 29 09:29:31 UTC 2024 - Matthias Bach - 0.11.1 + +- Update to upstream version 0.10.1 + * Internal and dependency changes +- Fix missing requirement specification on + python-typing_extensions. + ------------------------------------------------------------------- Mon Mar 25 21:08:07 UTC 2024 - Matthias Bach - 0.10.0 diff --git a/python-typer.spec b/python-typer.spec index c813ab8..8057038 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-typer -Version: 0.10.0 +Version: 0.11.1 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT @@ -29,7 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/t/typer/typer-%{v Patch1: set-proper-pythonpath-for-tutorial-script-tests.patch BuildRequires: %{python_module click} BuildRequires: %{python_module coverage} -BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pdm} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module rich} @@ -37,7 +37,8 @@ BuildRequires: %{python_module shellingham} BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-click >= 7.1 +Requires: python-click >= 8.0.0 +Requires: python-typing_extensions >= 3.7.4.3 Recommends: python-colorama Recommends: python-rich Recommends: python-shellingham diff --git a/typer-0.10.0.tar.gz b/typer-0.10.0.tar.gz deleted file mode 100644 index 7dab7bc..0000000 --- a/typer-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:597f974754520b091665f993f88abdd088bb81c56b3042225434ced0b50a788b -size 276220 diff --git a/typer-0.11.1.tar.gz b/typer-0.11.1.tar.gz new file mode 100644 index 0000000..22d9c53 --- /dev/null +++ b/typer-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ae987b97ebbbd59182f8e84407bbc925bc636867fa007bce87a7a71ac81d5c +size 87143