14
0

- update to 2.5.0:

* Add Single Border table style

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=10
This commit is contained in:
2022-01-03 11:33:14 +00:00
committed by Git OBS Bridge
parent 59120779f8
commit 09a2321e9f
4 changed files with 11 additions and 5 deletions

View File

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

3
prettytable-2.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 3 11:29:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Add Single Border table style
-------------------------------------------------------------------
Thu Nov 25 21:15:15 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-prettytable
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2011 Christian Berendt.
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-prettytable
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: Library for displaying tabular data in formatted fashion
License: BSD-2-Clause