diff --git a/cli_helpers-2.0.1.tar.gz b/cli_helpers-2.0.1.tar.gz deleted file mode 100644 index b4f4b00..0000000 --- a/cli_helpers-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833 -size 32736 diff --git a/cli_helpers-2.2.1.tar.gz b/cli_helpers-2.2.1.tar.gz new file mode 100644 index 0000000..31e3b4a --- /dev/null +++ b/cli_helpers-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae +size 36089 diff --git a/python-cli-helpers.changes b/python-cli-helpers.changes index ccaca8b..33d9f02 100644 --- a/python-cli-helpers.changes +++ b/python-cli-helpers.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 8 08:01:06 UTC 2022 - pgajdos@suse.com + +- version update to 2.2.1 + Version 2.2.1 + ------------- + * Fix pygments tokens passed as strings + Version 2.2.0 + ------------- + * Remove dependency on terminaltables + * Add psql_unicode table format + * Add minimal table format + * Fix pip2 installing py3-only versions + * Format unprintable bytes (eg 0x00, 0x01) as hex + ------------------------------------------------------------------- Wed Jun 24 02:11:31 UTC 2020 - Steve Kowalik diff --git a/python-cli-helpers.spec b/python-cli-helpers.spec index 3a55864..8bee71d 100644 --- a/python-cli-helpers.spec +++ b/python-cli-helpers.spec @@ -1,7 +1,7 @@ # # spec file for package python-cli-helpers # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-cli-helpers -Version: 2.0.1 +Version: 2.2.1 Release: 0 Summary: Helpers for building command-line apps License: BSD-3-Clause @@ -38,7 +38,6 @@ BuildArch: noarch # Package dependencies BuildRequires: %{python_module Pygments >= 2.4} BuildRequires: %{python_module configobj >= 5.0.5} -BuildRequires: %{python_module mock >= 2.0.0} BuildRequires: %{python_module pytest >= 3.0.7} BuildRequires: %{python_module tabulate >= 0.8.2} BuildRequires: %{python_module terminaltables >= 3.0.0}