Up to [cvs.NetBSD.org] / pkgsrc / lang / py-inflect
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 14 15:08:31 2022 UTC (4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
py-inflect: add missing tool dependency
Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 6 18:08:15 2022 UTC (4 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.4: +13 -11
lines
Diff to previous 1.4 (colored)
py-inflect: updated to 6.0.2 v6.0.2 ====== * Require pydantic 1.9.1 to avoid ``ValueError``. v6.0.1 ====== * Minor tweaks and packaging refresh. v6.0.0 ====== * ``compare`` methods now validate their inputs and will raise a more meaningful exception if an empty string or None is passed. This expectation is now documented. * Many public methods now perform validation on arguments. An empty string is no longer allowed for words or text. Callers are expected to pass non-empty text or trap the validation errors that are raised. The exceptions raised are ``pydantic.error_wrappers.ValidationError``, which are currently a subclass of ``ValueError``, but since that `may change <https://pydantic-docs.helpmanual.io/usage/validation_decorator/#validation-exception>`_, tests check for a generic ``Exception``.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 25 09:05:11 2022 UTC (13 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
*: use versioned_dependencies.mk for py-importlib-metadata
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 13 19:31:24 2022 UTC (14 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
*: setuptools_scm: switch to versioned_dependencies
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:08 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 12 07:12:05 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
lang/py-inflect: import py-inflect-4.1.0 This python module provides plural inflections, singular noun inflections, "a"/"a"ãàselection for English words, and manipulation of numbers as words.