- Clean up the SPEC file.
- Add typing_extensions-version.patch cleaning up problematic
handling with Annotated type on different versions of Pythons.
- update to 7.3.1:
* Set minimum version of more-itertools to 8.5 (#215)
- version 7.3.0:
* Restricted typing_extensions to Python 3.8. (#211)
- version 7.2.1:
* Refactored number_to_words toward reduced complexity.
- version 7.2.0:
* Replace pydantic with typeguard (#195)
- version 7.1.0:
* Now handle 'pair of x' in pl_sb_uninflected_complete (#188)
OBS-URL: https://build.opensuse.org/request/show/1199303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=9
* Set minimum version of more-itertools to 8.5 (#215)
- version 7.3.0:
* Restricted typing_extensions to Python 3.8. (#211)
- version 7.2.1:
* Refactored number_to_words toward reduced complexity.
- version 7.2.0:
* Replace pydantic with typeguard (#195)
- version 7.1.0:
* Now handle 'pair of x' in pl_sb_uninflected_complete (#188)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=19
- update to 7.0.0:
* Refine type hint for ``singular_noun`` to indicate a literal
return type for ``False``. (#186)
* Removed methods renamed in 0.2.0.
* Project now supports Pydantic 2 while retaining support for
Pydantic 1. (#187)
* Added validation of user-defined words and amended the type
declarations to match, allowing for null values but not empty
strings. (#187)
* ``ordinal`` now handles float types correctly without first
coercing them to strings. (#178)
* Require Python 3.8 or later.
- update to 6.0.5:
* Pin to Pydantic 1 to avoid breaking in Pydantic 2.
* Fix capitalization issues in processes where more than one word
OBS-URL: https://build.opensuse.org/request/show/1124031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=8
* Refine type hint for ``singular_noun`` to indicate a literal
return type for ``False``. (#186)
* Removed methods renamed in 0.2.0.
* Project now supports Pydantic 2 while retaining support for
Pydantic 1. (#187)
* Added validation of user-defined words and amended the type
declarations to match, allowing for null values but not empty
strings. (#187)
* ``ordinal`` now handles float types correctly without first
coercing them to strings. (#178)
* Require Python 3.8 or later.
- update to 6.0.5:
* Pin to Pydantic 1 to avoid breaking in Pydantic 2.
* Fix capitalization issues in processes where more than one word
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=17
- update to 6.0.4:
* Internal cleanup.
* A/an support now more correctly honors leading
* capitalized words and abbreviations.
* Improve support for ordinals for floats.
* Require pydantic 1.9.1 to avoid ``ValueError``.
* Minor tweaks and packaging refresh.
* ``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.
* #15: Fixes to plural edge case handling.
* Packaging refresh and docs update.
* #153: Internal refactor to simplify and unify
``_plnoun`` and ``_sinoun``.
* Fixed badges.
* Rewrite to satisfy type checkers.
* #147: Enhanced type annotations.
* Add a ``py.typed`` file so mypy recognizes type
annotations.
* Misc fixes in #128, #134, #135, #137, #138, #139, #140, #142,
* #143, #144.
* Require Python 3.7 or later.
* Add support for pluralizing open compound nouns.
* Modernized the codebase. Added a lot of type
annotations.
* Add support for uncountable nouns.
* Refreshed package metadata.
OBS-URL: https://build.opensuse.org/request/show/1085979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=7
* Internal cleanup.
* A/an support now more correctly honors leading
* capitalized words and abbreviations.
* Improve support for ordinals for floats.
* Require pydantic 1.9.1 to avoid ``ValueError``.
* Minor tweaks and packaging refresh.
* ``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.
* #15: Fixes to plural edge case handling.
* Packaging refresh and docs update.
* #153: Internal refactor to simplify and unify
``_plnoun`` and ``_sinoun``.
* Fixed badges.
* Rewrite to satisfy type checkers.
* #147: Enhanced type annotations.
* Add a ``py.typed`` file so mypy recognizes type
annotations.
* Misc fixes in #128, #134, #135, #137, #138, #139, #140, #142,
* #143, #144.
* Require Python 3.7 or later.
* Add support for pluralizing open compound nouns.
* Modernized the codebase. Added a lot of type
annotations.
* Add support for uncountable nouns.
* Refreshed package metadata.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=15
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.