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-6.0.0.tar.gz b/inflect-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..be1453766b2a9f7da1324a95664c7ded5ee689ee Binary files /dev/null and b/inflect-6.0.0.tar.gz differ diff --git a/python-inflect.spec b/python-inflect.spec index 41853373febe77a384e20c67cbbb1b38f4ecbb74..64779d1a54553307a16e1749de0376bff0afd1a5 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -2,19 +2,20 @@ Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words.} Name: python-inflect -Version: 5.6.2 +Version: 6.0.0 Release: 1 Summary: Correctly generate plurals, ordinals, indefinite articles; convert numbers to words License: MIT Group: Development/Languages/Python URL: https://pypi.org/project/inflect/ -Source0: https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools_scm BuildRequires: python3-toml BuildRequires: python3-pip python3-wheel +BuildRequires: python3-pydantic Requires: python-toml BuildArch: noarch @@ -44,5 +45,10 @@ pytest %{python3_sitelib}/inflect* %changelog +* Wed Jul 31 2024 dongqi - 6.0.0-1 +- Update package version to 6.0.0 +- Use Python 3.11 for cutting releases +- Apply validation on other compare* methods + * Fri Apr 28 2023 yaoxin - 5.6.2-1 - Package init