forked from pool/python-cli-helpers
- update to 2.3.1:
* Don't escape newlines in `ascii` tables, and add
`ascii_escaped` table format.
* Updated tabulate version to latest, to fix ImportError in
pgcli.
* don't escape newlines, etc. in ascii tables, and add
ascii_escaped table format
* Style config for missing value.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=16
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cli-helpers
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.3.0
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: Helpers for building command-line apps
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user