Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cwcwidth
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 15 09:12:11 2022 UTC (10 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
py-cwcwidth: updated to 0.1.8 0.1.8 * Set build-backend in pyproject.toml.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 14 11:35:36 2022 UTC (12 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
py-cwcwidth: updated to 0.1.7 0.1.7 * Ensure that cython generated C source file is always included in sdist.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 7 17:22:24 2022 UTC (20 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
py-cwcwidth: updated to 0.1.6 0.1.6 ----- * Add support for Python 3.10 * Drop support for Python 3.6
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:21 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 11 06:32:40 2021 UTC (23 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
py-cwcwidth: updated to 0.1.5 0.1.5 * Fix type annotations
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:05 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 20 15:10:41 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
py-cwcwidth: added version 0.1.4 cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the printable length of a unicode character/string on a terminal. The module provides the same functions as wcwidth and its behavior is compatible.