15
0
forked from pool/python-clikit

- Update to 0.3.2:

* Fixed handling of KeyboardInterrupt exceptions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-clikit?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-10-09 14:12:04 +00:00
committed by Git OBS Bridge
parent 1c93509de9
commit abddea882a
4 changed files with 10 additions and 5 deletions

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-clikit
Version: 0.3.1
Version: 0.3.2
Release: 0
Summary: Helper to build testable command line interfaces
License: MIT
Group: Development/Languages/Python
URL: https://github.com/sdispater/clikit
Source: https://github.com/sdispater/clikit/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz
BuildRequires: %{python_module pastel}