diff --git a/clikit-0.3.1.tar.gz b/clikit-0.3.1.tar.gz deleted file mode 100644 index f594288..0000000 --- a/clikit-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0292de6dea7c9092686bb72336c733bd7c27f098b695a81c0c85f11cafa08b47 -size 64920 diff --git a/clikit-0.3.2.tar.gz b/clikit-0.3.2.tar.gz new file mode 100644 index 0000000..d0751c5 --- /dev/null +++ b/clikit-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887ba63acc4bd9b2c819ebfef4514e5ac44dc70401b78d5c1a692f9b2d4f578f +size 65280 diff --git a/python-clikit.changes b/python-clikit.changes index d58856c..5bc36a3 100644 --- a/python-clikit.changes +++ b/python-clikit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 9 14:10:12 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.2: + * Fixed handling of KeyboardInterrupt exceptions. + ------------------------------------------------------------------- Sun May 19 01:42:50 AM UTC 2019 - John Vandenberg diff --git a/python-clikit.spec b/python-clikit.spec index 053829e..8042d0e 100644 --- a/python-clikit.spec +++ b/python-clikit.spec @@ -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}