Accepting request 1109518 from devel:languages:python

- update to 3.8.0:
  * Add `get_formatted_string()` convenience function (#241)
  * Drop support for EOL Python 3.7 (#245)

  * Convert from setuptools to hatchling
  * Alignment timing fix (#179) @myheroyuki
  * Add Single Border table style
  * Markdown: Add colons to align the rendered output
  * Add custom format support
  * Add auto index column
  * Add add_rows to add several rows at once
- Update URL/Source0 due to Google Code Hosting being dead since 2016
- Add license boilerplate
- Name field shouldn't contain a macro

OBS-URL: https://build.opensuse.org/request/show/1109518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prettytable?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2023-09-08 19:15:01 +00:00 committed by Git OBS Bridge
commit b349d3b8dc
4 changed files with 21 additions and 15 deletions

BIN
prettytable-3.7.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 7 11:15:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.8.0:
* Add `get_formatted_string()` convenience function (#241)
* Drop support for EOL Python 3.7 (#245)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 07:47:24 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Fri May 5 07:47:24 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -17,10 +17,9 @@
# #
%define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-prettytable Name: python-prettytable
Version: 3.7.0 Version: 3.8.0
Release: 0 Release: 0
Summary: Library for displaying tabular data in formatted fashion Summary: Library for displaying tabular data in formatted fashion
License: BSD-2-Clause License: BSD-2-Clause