The NetBSD Project

CVS log for pkgsrc/textproc/py-prettytable/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-prettytable

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 25 11:40:15 2025 UTC (2 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
py-prettytable: updated to 3.13.0

3.13.0

Added

Use PEP 639 licence expression
Add support for Python 3.14
Add demo to __main__: python -m prettytable

Changed

Update Ruff: more f-strings and sort __all__

Fixed

Fix default styles not being reset between set_style() calls
Fix add_autoindex alignment for HTML
Consider column args when columns are set after initialization
Use TableStyle in README.md

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 4 19:07:57 2024 UTC (5 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1 lines
py-prettytable: updated to 3.12.0

3.12.0

Deprecated

Emit DeprecationWarnings for hrule and tableStyle constants

Added

Add new themes to ColorTable
Use SPDX license identifier
Lots of type annotations: @cdce8p
Add IntEnum for HRuleStyle and VRuleStyle
Add IntEnum for Table styles
Add OptionsType
Add attribute type hints
Add missing attribute annotations
Add type aliases for Align, VAlign, HeaderStyle
Add type annotations for attributes property
Improve TableHandler type annotations
Improve function type annotations
Improve row and column type annotations
Improve type annotations for field names
Include RowType in __all__
Small improvements
Generate __version__ at build to avoid slow importlib.metadata call
Release to PyPI using Trusted Publishing

Changed

Drop support for Python 3.8
Update new home to prettytable/prettytable

Fixed

Fix drawing headerless colored tables with title
Adjust format validation

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:19 2023 UTC (17 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 26 09:59:27 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
py-prettytable: updated to 3.7.0

Release 3.7.0

Added

Add horizontal lines to create sections within a table
Declare support for Python 3.12

Changed

Rename licence file for detection by GitHub
Rename master to main

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 29 12:49:08 2022 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -9 lines
py-prettytable: updated to 3.5.0

Release 3.5.0

Added

Add py.typed and update setup.cfg
Add type hints from typeshed

Changed

Convert from setuptools to hatchling

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 14 08:53:14 2022 UTC (3 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1 lines
py-prettytable: updated to 3.1.0

Release 3.1.0

Added

Add colorful tables and themes
Convert None to empty cell or custom value

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 4 08:33:14 2021 UTC (3 years, 11 months ago) by fcambus
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -4 lines
textproc/py-prettytable: import py38-prettytable-2.0.0.

PrettyTable is a simple Python library designed to make it quick and easy
to represent tabular data in visually appealing ASCII tables.

PrettyTable lets you control many aspects of the table, like the width of
the column padding, the alignment of text within columns, which characters
are used to draw the table border, whether you even want a border, and much
more. You can control which subsets of the columns and rows are printed, and
you can sort the rows by the value of a particular column.

Revision 1.4
Tue Sep 29 00:43:03 2020 UTC (4 years, 6 months ago) by khorben
Branches: MAIN
FILE REMOVED
Changes since revision 1.3: +1 -1 lines
py-prettytable: bring back to the attic

I did not realize there was already a fork of this package in the tree, and
then removal of this one. Sorry for the noise.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 29 00:38:45 2020 UTC (4 years, 6 months ago) by khorben
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
py-prettytable: import version 0.7.2

A simple Python library for easily displaying tabular data in a visually
appealing ASCII table format.

Revision 1.2
Tue Oct 16 13:47:01 2018 UTC (6 years, 6 months ago) by adam
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +1 -1 lines
py-ptable: added version 0.9.2 (py-prettytable fork)

PTable is a simple Python library designed to make it quick and easy to
represent tabular data in visually appealing ASCII tables, originally forked
from PrettyTable.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 11 21:35:17 2012 UTC (12 years, 5 months ago) by jakllsch
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
add py-prettytable 0.6.1

A simple Python library for easily displaying tabular data in a visually
appealing ASCII table format.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>