From f00b1f485cfa6ef393408526c7d642b52d107771 Mon Sep 17 00:00:00 2001 From: puhongyu Date: Mon, 19 Aug 2024 13:12:57 +0800 Subject: [PATCH] Fixed incorrect macro within the python3-inflect package --- python-inflect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-inflect.spec b/python-inflect.spec index 26114bd..e0df431 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -3,7 +3,7 @@ Correctly generate plurals, singular nouns, ordinals, indefinite articles; conve Name: python-inflect Version: 7.0.0 -Release: 1 +Release: 2 Summary: Correctly generate plurals, ordinals, indefinite articles; convert numbers to words License: MIT Group: Development/Languages/Python @@ -25,7 +25,7 @@ BuildArch: noarch %description %{pkg_description} %package -n python3-inflect -Summary: %{Summary} +Summary: %{summary} %description -n python3-inflect %{pkg_description} @@ -47,6 +47,9 @@ pytest %{python3_sitelib}/inflect* %changelog +* Mon Aug 19 2024 Hongyu Pu - 7.0.0-2 +- Fixed incorrect macro within the python3-inflect package + * Fri Aug 16 2024 yaoxin - 7.0.0-1 - Update to 7.0.0: * Refine type hint for ``singular_noun`` to indicate a literal -- Gitee