The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 28 11:57:32 2023 UTC (3 weeks, 5 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

py-prettytable: updated to 3.8.0

3.8.0

Added

Add get_formatted_string() convenience function

Changed

Drop support for EOL Python 3.7

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 26 09:59:27 2023 UTC (4 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

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.23 / (download) - annotate - [select for diffs], Tue Jan 17 10:07:19 2023 UTC (8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

py-prettytable: updated to 3.6.0

3.6.0

Added

Updated pre-commit with mypy
Test Python 3.12 pre-releases

Fixed

Fix to min_table_width parameter
Widen tables with long titles

Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 29 12:49:08 2022 UTC (8 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

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.21 / (download) - annotate - [select for diffs], Mon Oct 31 22:06:26 2022 UTC (10 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

py-prettytable: updated to 3.4.1

3.4.1
Fixed

Revert "Add header alignment attribute"


3.4.0
Added

Add option to specify line break character used in pagination
Add header alignment attribute

Fixed

None annotation for __init__ constructors/functions

Revision 1.20 / (download) - annotate - [select for diffs], Thu May 5 21:02:17 2022 UTC (16 months, 2 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

py-prettytable: update to 3.3.0.

Added:

- Support Python 3.11
- Add flag to preserve internal borders when border=False

Fixed:

- Alignment timing fix

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 7 12:21:09 2022 UTC (18 months, 2 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

py-prettytable: update to 3.2.0.

Added:

- Use concrete built-in exceptions instead of Exception base class

Fixed:

- Fix width for custom none_format
- Enforce max widths for field names

Revision 1.18 / (download) - annotate - [select for diffs], Wed Feb 16 20:19:02 2022 UTC (19 months ago) by fcambus
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

py-prettytable: update to 3.1.1.

Fixed:

- Resolve "KeyError" issue on _stringify_row

Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 14 08:53:14 2022 UTC (19 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

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.16 / (download) - annotate - [select for diffs], Fri Jan 7 23:15:04 2022 UTC (20 months, 2 weeks ago) by fcambus
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

py-prettytable: update to 3.0.0.

Removed:

- Drop support for EOL Python 3.6 (#152) @hugovk

Fixed:

- Use <caption> tags to print html table titles (#160) @daibhid

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 30 19:52:11 2021 UTC (20 months, 3 weeks ago) by fcambus
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

py-prettytable: update 2.5.0.

Added:

- Add Single Border table style

Revision 1.14 / (download) - annotate - [select for diffs], Fri Nov 5 15:00:55 2021 UTC (22 months, 2 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

py-prettytable: update 2.4.0.

Added:

- Markdown: Add colons to align the rendered output
- Add rows attribute to prettytable

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 1 18:53:21 2021 UTC (22 months, 3 weeks ago) by fcambus
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

py-prettytable: update 2.3.0.

Added:

- Add Jupyter repr and default interpreter repr methods
- Add custom format support
- Add method to generate LaTex formatted string

Changed:

- Remove unused options argument in _format_rows and _format_row

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:10 2021 UTC (22 months, 4 weeks ago) by nia
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:33 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 27 20:12:06 2021 UTC (23 months, 3 weeks ago) by fcambus
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

py-prettytable: update 2.2.1.

Fixed:

Consider US G0 Character Set ANSI-escape code as 0-width (like colors)

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 11 20:45:05 2021 UTC (2 years ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

py-prettytable: update 2.2.0.

Added:

- Add support for Python 3.10
- Update issue templates
- Add support for positional junction characters and add "double_border"
  table style
- Access properties instead of protected fields in _get_options()
- Use declarative metadata and support PyPy3
- Add auto index column

Changed:

- Refactor for readability and avoid merge conflicts
- Remove exclamation marks from exceptions

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 4 09:27:03 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

py-prettytable: updated to 2.1.0

Release 2.1.0

Added

Support formatting options in get_json_string()

Changed

Replace setuptools/pkg_resources with importlib.metadata for getting version

Fixed

Docs: Add documentation for align, max_width, etc.
Docs: Remove reference to Python 2.x print statement in README
Docs: Update get_html_string with thead and tbody tags

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 4 08:33:14 2021 UTC (2 years, 4 months ago) by fcambus
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

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.6, Tue Sep 29 00:43:03 2020 UTC (2 years, 11 months ago) by khorben
Branch: MAIN
Changes since 1.5: +1 -1 lines
FILE REMOVED

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.5 / (download) - annotate - [select for diffs], Tue Sep 29 00:38:45 2020 UTC (2 years, 11 months ago) by khorben
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

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.4, Tue Oct 16 13:47:01 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.3: +1 -1 lines
FILE REMOVED

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.3 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:04 2015 UTC (7 years, 10 months ago) by agc
Branch: 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
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 17 21:01:59 2014 UTC (9 years, 5 months ago) by imil
Branch: MAIN
CVS Tags: 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
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Updated py-prettytable to version 0.7.2

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 11 21:35:17 2012 UTC (10 years, 10 months ago) by jakllsch
Branch: MAIN
CVS Tags: 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.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>