Accepting request 1084996 from devel:languages:python
- Update to 3.7.0: * Add horizontal lines to create sections within a table (#185) @myheroyuki * Declare support for Python 3.12 (#231) @hugovk * Rename licence file for detection by GitHub (#229) @hugovk * Rename master to main (#228) @hugovk - 3.6.0: * Updated pre-commit with mypy (#218) @phershbe * Test Python 3.12 pre-releases (#221) @hugovk * Fix to min_table_width parameter (#219) @kzwolenik95 * Widen tables with long titles (#216) @etjones OBS-URL: https://build.opensuse.org/request/show/1084996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prettytable?expand=0&rev=8
This commit is contained in:
commit
c9b5256e10
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52f682ba4efe29dccb38ff0fe5bac8a23007d0780ff92a8b85af64bc4fc74d72
|
||||
size 45879
|
BIN
prettytable-3.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
prettytable-3.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 07:47:24 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 3.7.0:
|
||||
* Add horizontal lines to create sections within a table (#185) @myheroyuki
|
||||
* Declare support for Python 3.12 (#231) @hugovk
|
||||
* Rename licence file for detection by GitHub (#229) @hugovk
|
||||
* Rename master to main (#228) @hugovk
|
||||
- 3.6.0:
|
||||
* Updated pre-commit with mypy (#218) @phershbe
|
||||
* Test Python 3.12 pre-releases (#221) @hugovk
|
||||
* Fix to min_table_width parameter (#219) @kzwolenik95
|
||||
* Widen tables with long titles (#216) @etjones
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:29:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-prettytable
|
||||
Version: 3.5.0
|
||||
Version: 3.7.0
|
||||
Release: 0
|
||||
Summary: Library for displaying tabular data in formatted fashion
|
||||
License: BSD-2-Clause
|
||||
@ -69,7 +69,7 @@ export LANG=en_US.UTF-8
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md README.md
|
||||
%{python_sitelib}/prettytable
|
||||
%{python_sitelib}/prettytable-%{version}*-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user