From 8305d7a3608caf890fad21ed5fd9c99a5c68240ab3ee4c674ad41d2e387099bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 Jan 2020 10:19:24 +0000 Subject: [PATCH] - Update to 0.4.1: * minor fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-clikit?expand=0&rev=7 --- clikit-0.4.0.tar.gz | 3 --- clikit-0.4.1.tar.gz | 3 +++ python-clikit.changes | 6 ++++++ python-clikit.spec | 5 ++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 clikit-0.4.0.tar.gz create mode 100644 clikit-0.4.1.tar.gz diff --git a/clikit-0.4.0.tar.gz b/clikit-0.4.0.tar.gz deleted file mode 100644 index 2b17421..0000000 --- a/clikit-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a245e68ff98f067324cc292aaad7cb3f09a229bfa9d7dff6285918dc0c628b1 -size 65910 diff --git a/clikit-0.4.1.tar.gz b/clikit-0.4.1.tar.gz new file mode 100644 index 0000000..bab9c94 --- /dev/null +++ b/clikit-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63e5f1501dbfb69edcf945de8e8eb99375d17a31dfc9651dcfa160c4927595f +size 66188 diff --git a/python-clikit.changes b/python-clikit.changes index 82c6c58..cee6cc6 100644 --- a/python-clikit.changes +++ b/python-clikit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 14 10:18:04 UTC 2020 - Tomáš Chvátal + +- Update to 0.4.1: + * minor fixes + ------------------------------------------------------------------- Thu Nov 28 15:05:12 CET 2019 - Matej Cepl diff --git a/python-clikit.spec b/python-clikit.spec index b16bfe7..ecef9ca 100644 --- a/python-clikit.spec +++ b/python-clikit.spec @@ -1,7 +1,7 @@ # # spec file for package python-clikit # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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.4.0 +Version: 0.4.1 Release: 0 Summary: Helper to build testable command line interfaces License: MIT @@ -49,7 +49,6 @@ command line interfaces. %prep %setup -q -n clikit-%{version} dephell deps convert --from pyproject.toml --to setup.py -mv src/clikit . %build %python_build