forked from pool/python-cli-helpers
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833
|
||||
size 32736
|
||||
3
cli_helpers-2.2.1.tar.gz
Normal file
3
cli_helpers-2.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae
|
||||
size 36089
|
||||
@@ -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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user