diff --git a/inflect-7.0.0.tar.gz b/inflect-7.0.0.tar.gz deleted file mode 100644 index 3c4b018c285a21981a09d4fa5640e9f71b346884..0000000000000000000000000000000000000000 Binary files a/inflect-7.0.0.tar.gz and /dev/null differ diff --git a/inflect-7.2.0.tar.gz b/inflect-7.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d64fe5ef244ee5a2fb9845ea53921f7e7d979017 Binary files /dev/null and b/inflect-7.2.0.tar.gz differ diff --git a/python-inflect.spec b/python-inflect.spec index 26114bd6d1393e48fd2079ac5e3e3cdceb03c8d8..3771fabf893d3c4f462b0dc8c025c41ef6f24b6f 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -2,7 +2,7 @@ Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words.} Name: python-inflect -Version: 7.0.0 +Version: 7.2.0 Release: 1 Summary: Correctly generate plurals, ordinals, indefinite articles; convert numbers to words License: MIT @@ -47,6 +47,21 @@ pytest %{python3_sitelib}/inflect* %changelog +* Thu Oct 24 2024 shaoning - 7.2.0-1 +- Update package to version 7.2.0 + * Handle "pair of ..." when word in pl_sb_uninflected_complete + * Reverted "octopi" "syringe" test + * Added examples to _handle_long_compounds + * Remove TOX_WORK_DIR workaround, no longer necessary with tox 4 + * Remove check on word length (unused). + * Use windowed_complete to iterate over the windowed words. + * Rename 'function' to 'inflection' for precision. + * Remove noqa C901 now that the function is simpler. + * Replace same_method with regular comparisson + * Remove dependency on pydantic + * Allow GITHUB_* settings to pass through to tests. + * Remove news fragment after allowing time to be processed downstream. + * Fri Aug 16 2024 yaoxin - 7.0.0-1 - Update to 7.0.0: * Refine type hint for ``singular_noun`` to indicate a literal