15
0

Accepting request 1197806 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1197806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-command-tree?expand=0&rev=2
This commit is contained in:
2024-09-01 17:21:32 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bb9c223cedf72af004ae6ba6daf916a21300d03d5fb8e939a7265fbe481f6d2
size 3991

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c689898bb393bf1bdd88b91b11215a0a134142a5e7988ada7012a94c1b8c8bd
size 4323

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 27 08:16:46 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- 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 <kastl@b1-systems.de>

View File

@@ -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}