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

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

3
clikit-0.3.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 9 14:10:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.2:
* Fixed handling of KeyboardInterrupt exceptions.
-------------------------------------------------------------------
Sun May 19 01:42:50 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

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}