CVS log for pkgsrc/lang/py-inflect/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / lang / py-inflect
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 14 10:04:42 2025 UTC (2 weeks, 1 day ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 29 09:07:53 2024 UTC (4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
py-inflect: updated to 7.5.0
v7.5.0
Features
- Updated `ast` classes for Python 3.14 compatibility.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:37 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:08:40 2024 UTC (6 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -6
lines
i*: clean up after python38 removal
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 14 08:12:09 2024 UTC (7 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
py-inflect: updated to 7.4.0
v7.4.0
Features
- Handle a single apostrophe more gracefully.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 21 09:04:14 2024 UTC (8 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -5
lines
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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 15 12:44:07 2024 UTC (11 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -9
lines
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
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:10 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 4 21:17:43 2023 UTC (18 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
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 - view: text, markup, annotated - select for diffs
Mon May 15 20:52:47 2023 UTC (23 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
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 - view: text, markup, annotated - select for diffs
Mon Nov 14 15:08:31 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
py-inflect: add missing tool dependency
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 6 18:08:15 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -11
lines
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 - view: text, markup, annotated - select for diffs
Tue Jan 25 09:05:11 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
*: use versioned_dependencies.mk for py-importlib-metadata
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 13 19:31:24 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
*: setuptools_scm: switch to versioned_dependencies
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:08 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 12 07:12:05 2020 UTC (5 years, 1 month ago) by wiz
Branches: 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.
CVSweb <webmaster@jp.NetBSD.org>