15
0

Accepting request 1056001 from devel:languages:python

- update to 2.3.0:
  * don't escape newlines, etc. in ascii tables, and add ascii_escaped table
    format

OBS-URL: https://build.opensuse.org/request/show/1056001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cli-helpers?expand=0&rev=7
This commit is contained in:
2023-01-05 14:00:43 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae
size 36089

3
cli_helpers-2.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7174d003a2b58fd3e31a73fbbc45d5aa513de62cbd42d437f78b9658bd5f967
size 36274

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 4 20:18:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.3.0:
* don't escape newlines, etc. in ascii tables, and add ascii_escaped table
format
-------------------------------------------------------------------
Tue Mar 8 08:01:06 UTC 2022 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cli-helpers
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.2.1
Version: 2.3.0
Release: 0
Summary: Helpers for building command-line apps
License: BSD-3-Clause