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.5.0.tar.gz b/inflect-7.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fbb60d8eb10223775f1258cee8e0619ef18f0d82 Binary files /dev/null and b/inflect-7.5.0.tar.gz differ diff --git a/python-inflect.spec b/python-inflect.spec index 26114bd6d1393e48fd2079ac5e3e3cdceb03c8d8..9a71c677c2d9efa2e5e09686d09b961e3f5d5c8b 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.5.0 Release: 1 Summary: Correctly generate plurals, ordinals, indefinite articles; convert numbers to words License: MIT @@ -15,10 +15,11 @@ BuildRequires: python3-pytest BuildRequires: python3-setuptools_scm BuildRequires: python3-toml BuildRequires: python3-pip python3-wheel -BuildRequires: python3-pydantic +BuildRequires: python3-more-itertools >= 8.5.0 +BuildRequires: python3-typeguard Requires: python-toml -Requires: python-pydantic >= 1.9.1 -Requires: python-typing-extensions +Requires: python3-more-itertools >= 8.5.0 +Requires: python-typeguard >= 4.0.1 BuildArch: noarch @@ -47,6 +48,9 @@ pytest %{python3_sitelib}/inflect* %changelog +* Wed Feb 19 2025 Funda Wang - 7.5.0-1 +- Update to 7.5.0 + * Fri Aug 16 2024 yaoxin - 7.0.0-1 - Update to 7.0.0: * Refine type hint for ``singular_noun`` to indicate a literal diff --git a/python-inflect.yaml b/python-inflect.yaml index c107921e407cb415fa0b75209bca9ff35a951d87..d6ffc736719d23470da4ab1b6318c19907bc8172 100644 --- a/python-inflect.yaml +++ b/python-inflect.yaml @@ -1,4 +1,4 @@ version-ctrl: pypi src_repo: jaraco/inflect tag_prefix: "^v" -seperator: "." +separator: "."