From d067ede4178421fbd929c6b0c70dcb5b51aeaf297c8fe5c2c73e25dbf0daea64 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 28 Nov 2019 14:24:19 +0000 Subject: [PATCH] Accepting request 751627 from home:mcepl:branches:devel:languages:python - Update to 0.4.0: - Changed the way event names are stored and exposed. - Fixed parsing of options after a -- token. OBS-URL: https://build.opensuse.org/request/show/751627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-clikit?expand=0&rev=5 --- clikit-0.3.2.tar.gz | 3 --- clikit-0.4.0.tar.gz | 3 +++ python-clikit.changes | 7 +++++++ python-clikit.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 clikit-0.3.2.tar.gz create mode 100644 clikit-0.4.0.tar.gz diff --git a/clikit-0.3.2.tar.gz b/clikit-0.3.2.tar.gz deleted file mode 100644 index d0751c5..0000000 --- a/clikit-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:887ba63acc4bd9b2c819ebfef4514e5ac44dc70401b78d5c1a692f9b2d4f578f -size 65280 diff --git a/clikit-0.4.0.tar.gz b/clikit-0.4.0.tar.gz new file mode 100644 index 0000000..2b17421 --- /dev/null +++ b/clikit-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a245e68ff98f067324cc292aaad7cb3f09a229bfa9d7dff6285918dc0c628b1 +size 65910 diff --git a/python-clikit.changes b/python-clikit.changes index 5bc36a3..82c6c58 100644 --- a/python-clikit.changes +++ b/python-clikit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 28 15:05:12 CET 2019 - Matej Cepl + +- Update to 0.4.0: + - Changed the way event names are stored and exposed. + - Fixed parsing of options after a -- token. + ------------------------------------------------------------------- Wed Oct 9 14:10:12 UTC 2019 - Tomáš Chvátal diff --git a/python-clikit.spec b/python-clikit.spec index 8042d0e..b16bfe7 100644 --- a/python-clikit.spec +++ b/python-clikit.spec @@ -1,7 +1,7 @@ # # spec file for package python-clikit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-clikit -Version: 0.3.2 +Version: 0.4.0 Release: 0 Summary: Helper to build testable command line interfaces License: MIT