diff --git a/click-command-tree-1.2.0.tar.gz b/click-command-tree-1.2.0.tar.gz new file mode 100644 index 0000000..11335b3 --- /dev/null +++ b/click-command-tree-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c689898bb393bf1bdd88b91b11215a0a134142a5e7988ada7012a94c1b8c8bd +size 4323 diff --git a/python-click-command-tree.changes b/python-click-command-tree.changes index c58b8c2..33dee59 100644 --- a/python-click-command-tree.changes +++ b/python-click-command-tree.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 27 08:16:46 UTC 2024 - Frantisek Simorda + +- update to 1.2.0: + * Use github actions for test matrix by @whwright in #11 + * update test matrix by @whwright in #13 + * feat: strip and truncate doc strings by @whwright in #14 + + ------------------------------------------------------------------- Fri May 12 12:46:37 UTC 2023 - Johannes Kastl diff --git a/python-click-command-tree.spec b/python-click-command-tree.spec index 23b013b..2230157 100644 --- a/python-click-command-tree.spec +++ b/python-click-command-tree.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-command-tree # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %{?sle15_python_module_pythons} Name: python-click-command-tree -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: Plugin for click to show the command tree of your CLI License: MIT URL: https://github.com/whwright/click-command-tree # pypi tarball does not contain tests directory Source: https://github.com/whwright/click-command-tree/archive/%{version}.tar.gz#/click-command-tree-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module click}