15
0

- Update to 0.2.0:

* Update tests to expect hyphens
  * Support for click 8 changes
  * Backwards compatibility between click 7 & 8 
- Drop included patch click-repl-pr53-hyphens.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-repl?expand=0&rev=4
This commit is contained in:
2021-06-21 08:52:21 +00:00
committed by Git OBS Bridge
parent 388cdb2fa0
commit 6e907ceab9
5 changed files with 14 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-click-repl
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-click-repl
Version: 0.1.6
Version: 0.2.0
Release: 0
Summary: REPL plugin for Click
License: MIT
URL: https://github.com/untitaker/click-repl
# No tests in PyPI archive
Source: https://github.com/click-contrib/click-repl/archive/%{version}.tar.gz#/click-repl-%{version}-gh.tar.gz
# PATCH-FIX-UPSTREAM click-repl-pr53-hyphens.patch -- Update tests to expect hyphens
Patch0: https://github.com/click-contrib/click-repl/pull/53.patch#/click-repl-pr53-hyphens.patch
BuildRequires: %{python_module click}
BuildRequires: %{python_module prompt_toolkit}
BuildRequires: %{python_module pytest}