From 686834cc2700c153890ec98c56ff532f1aeac4741b1b44aeb7ba1f6ff911322d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Jul 2020 09:42:30 +0000 Subject: [PATCH] Accepting request 820521 from home:jayvdb:py-submit Depends on https://build.opensuse.org/request/show/820519 *and* https://build.opensuse.org/request/show/820520 should also be accepted to avoid that package breaking. Other clikit dependencies are ok OBS-URL: https://build.opensuse.org/request/show/820521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-clikit?expand=0&rev=14 --- clikit-0.4.2.tar.gz | 3 --- clikit-0.6.2.tar.gz | 3 +++ python-clikit.changes | 27 +++++++++++++++++++++++++++ python-clikit.spec | 6 ++++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 clikit-0.4.2.tar.gz create mode 100644 clikit-0.6.2.tar.gz diff --git a/clikit-0.4.2.tar.gz b/clikit-0.4.2.tar.gz deleted file mode 100644 index 45fc7fd..0000000 --- a/clikit-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0f337f3a4477ac684cbbee83a74afa35945fefbcdfe898f58aa1f5646c5c23 -size 66556 diff --git a/clikit-0.6.2.tar.gz b/clikit-0.6.2.tar.gz new file mode 100644 index 0000000..0ef7a6e --- /dev/null +++ b/clikit-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb1d934e0c0a93f25429919242d11d60dcd1d9c65ac096033092d7973cbfc6e +size 72115 diff --git a/python-clikit.changes b/python-clikit.changes index d1fcb68..0f90056 100644 --- a/python-clikit.changes +++ b/python-clikit.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Jul 12 07:50:09 UTC 2020 - John Vandenberg + +- Update to v0.6.2 + * Fixed an error in the package's metadata causing errors on Python 3.5. +- from v0.6.1 + * Progress bars will now update at most every 100ms by default. + This is configurable via the min_seconds_between_redraws() method + * Progress bars and indicators now accept an Output instance as well as + an IO instance. If an IO instance is passed the error output will be used + * Slightly changed the exception trace rendering + * Fixed an error where choices questions accepted negative choices +- from v0.6.0 + * Support for error solutions + * Ability to ignore files in the stack trace + * The stack trace will now be displayed above the actual error, so that + the error is visible immediately and the read flow of the stack trace + is more natural + * Fixed the coloring of the code snippets of the stack trace for tokens + that span multiple lines +- from v0.5.1 + * Improved the error message display for multiline messages +- from v0.5.0 + * Errors are now rendered in a nicer way for Python 3.6+ +- from v0.4.3 + * Fixed encoding errors in questions for Python 2.7 + ------------------------------------------------------------------- Mon Mar 23 18:13:43 UTC 2020 - Matej Cepl diff --git a/python-clikit.spec b/python-clikit.spec index 7cde544..9342ad0 100644 --- a/python-clikit.spec +++ b/python-clikit.spec @@ -1,7 +1,7 @@ # # spec file for package python-clikit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-clikit -Version: 0.4.2 +Version: 0.6.2 Release: 0 Summary: Helper to build testable command line interfaces License: MIT URL: https://github.com/sdispater/clikit Source: https://github.com/sdispater/clikit/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz +BuildRequires: %{python_module crashtest} BuildRequires: %{python_module pastel >= 0.2.0} BuildRequires: %{python_module pylev >= 1.3} BuildRequires: %{python_module pytest >= 4.0} @@ -35,6 +36,7 @@ BuildRequires: fdupes BuildRequires: python-dephell-rpm-macros BuildRequires: python-rpm-macros BuildRequires: python3-dephell +Requires: python-crashtest Requires: python-pastel >= 0.2.0 Requires: python-pylev >= 1.3 Requires: python-typing >= 3.6