The NetBSD Project

CVS log for pkgsrc/lang/py-inflect/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / py-inflect

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 28 19:57:10 2023 UTC (4 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.3 (colored)

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) - annotate - [select for diffs], Wed Oct 4 21:17:43 2023 UTC (5 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) to selected 1.3 (colored)

py-inflect: updated to 7.0.0

v7.0.0

Features
- Refine type hint for ``singular_noun`` to indicate a literal return type for ``False``.

Deprecations and Removals
- Removed methods renamed in 0.2.0.


v6.2.0

Features
- Project now supports Pydantic 2 while retaining support for Pydantic 1.

Bugfixes
- Added validation of user-defined words and amended the type declarations to match, allowing for null values but not empty strings.

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 15 20:52:47 2023 UTC (10 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.3 (colored)

py-inflect: updated to 6.0.4

v6.0.4
* Internal cleanup.

v6.0.3
* A/an support now more correctly honors leading
  capitalized words and abbreviations.
* Improve support for ordinals for floats.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 14 15:08:31 2022 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored) to selected 1.3 (colored)

py-inflect: add missing tool dependency

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 6 18:08:15 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.4: +13 -11 lines
Diff to previous 1.4 (colored) to selected 1.3 (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 (2 years, 2 months 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 - [selected], Thu Jan 13 19:31:24 2022 UTC (2 years, 2 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 (2 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.3 (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 (4 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
Diff to selected 1.3 (colored)

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.

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>