forked from pool/python-cli-helpers
- 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
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user