17
0

Accepting request 960155 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/960155
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=12
This commit is contained in:
2022-03-08 21:20:49 +00:00
committed by Git OBS Bridge
parent 1507553ca4
commit b5b623ff09
4 changed files with 20 additions and 6 deletions

View File

@@ -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}