From 1507553ca4828ac70ee93bd67cba5387683c81c6d38cd9dda711a5d39c04f931 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 24 Jun 2020 02:13:45 +0000 Subject: [PATCH] - Update to 2.0.1: * Fix newline escaping in plain-text formatters (ascii, double, github) * Use built-in unittest.mock instead of mock. * Remove Python 2.7 and 3.5. * Style config for missing value. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=10 --- cli_helpers-1.2.1.tar.gz | 3 --- cli_helpers-2.0.1.tar.gz | 3 +++ python-cli-helpers.changes | 9 +++++++++ python-cli-helpers.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 cli_helpers-1.2.1.tar.gz create mode 100644 cli_helpers-2.0.1.tar.gz diff --git a/cli_helpers-1.2.1.tar.gz b/cli_helpers-1.2.1.tar.gz deleted file mode 100644 index 42d5fd0..0000000 --- a/cli_helpers-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98db22eaa86827d99ee6af9f5f3923142d04df256425204530842b032849a165 -size 31718 diff --git a/cli_helpers-2.0.1.tar.gz b/cli_helpers-2.0.1.tar.gz new file mode 100644 index 0000000..b4f4b00 --- /dev/null +++ b/cli_helpers-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833 +size 32736 diff --git a/python-cli-helpers.changes b/python-cli-helpers.changes index 8def4b9..ccaca8b 100644 --- a/python-cli-helpers.changes +++ b/python-cli-helpers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 24 02:11:31 UTC 2020 - Steve Kowalik + +- Update to 2.0.1: + * Fix newline escaping in plain-text formatters (ascii, double, github) + * Use built-in unittest.mock instead of mock. + * Remove Python 2.7 and 3.5. + * Style config for missing value. + ------------------------------------------------------------------- Thu Apr 23 11:20:58 UTC 2020 - Tomáš Chvátal diff --git a/python-cli-helpers.spec b/python-cli-helpers.spec index bc01635..3a55864 100644 --- a/python-cli-helpers.spec +++ b/python-cli-helpers.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-cli-helpers -Version: 1.2.1 +Version: 2.0.1 Release: 0 Summary: Helpers for building command-line apps License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/dbcli/cli_helpers Source: https://files.pythonhosted.org/packages/source/c/cli_helpers/cli_helpers-%{version}.tar.gz BuildRequires: %{python_module setuptools}