./lang/py-inflect, Correctly generate plurals, ordinals, indefinite articles for English

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.4.0, Package name: py312-inflect-7.4.0, Maintainer: pkgsrc-users

This python module provides plural inflections, singular noun
inflections, "a"/"a" selection for English words, and manipulation
of numbers as words.


Required to run:
[devel/py-setuptools] [lang/python37] [devel/py-importlib-metadata]

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 71.025 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-09-14 10:12:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-inflect: updated to 7.4.0

v7.4.0

Features
- Handle a single apostrophe more gracefully.
   2024-08-21 11:04:14 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-inflect: updated to 7.3.1

v7.3.1

Bugfixes

- Set minimum version of more-itertools to 8.5

v7.3.0

Features

- Restricted typing_extensions to Python 3.8.
   2024-05-15 14:44:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-inflect: updated to 7.2.1

v7.2.1

Bugfixes

- Refactored number_to_words toward reduced complexity.

v7.2.0

Features

- Replace pydantic with typeguard

v7.1.0

Features

- Now handle 'pair of x' in pl_sb_uninflected_complete
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
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.
   2023-10-04 23:17:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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.
   2023-05-15 22:52:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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.