diff --git a/inflect-5.6.2.tar.gz b/inflect-5.6.2.tar.gz deleted file mode 100644 index 737aaaea09439be9e204dc537caf9f02c8fd404c..0000000000000000000000000000000000000000 Binary files a/inflect-5.6.2.tar.gz and /dev/null differ diff --git a/inflect-7.0.0.tar.gz b/inflect-7.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3c4b018c285a21981a09d4fa5640e9f71b346884 Binary files /dev/null and b/inflect-7.0.0.tar.gz differ diff --git a/python-inflect.spec b/python-inflect.spec index 41853373febe77a384e20c67cbbb1b38f4ecbb74..58721b051ec81d98b64256740b835603858b36ad 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: 5.6.2 +Version: 7.0.0 Release: 1 Summary: Correctly generate plurals, ordinals, indefinite articles; convert numbers to words License: MIT @@ -15,6 +15,7 @@ BuildRequires: python3-pytest BuildRequires: python3-setuptools_scm BuildRequires: python3-toml BuildRequires: python3-pip python3-wheel +BuildRequires: python3-pydantic Requires: python-toml BuildArch: noarch @@ -33,16 +34,19 @@ Summary: %{Summary} %pyproject_build %install -%pyproject_install inflect==%{version} +%pyproject_install %check pytest %files -n python3-inflect %license LICENSE -%doc CHANGES.rst README.rst +%doc README.rst %{python3_sitelib}/inflect* %changelog +* Wed Feb 21 2024 jiangxinyu - 7.0.0-1 +- Update package to version 7.0.0 + * Fri Apr 28 2023 yaoxin - 5.6.2-1 - Package init