15
0

- update to 7.4.0:

* Handle a single apostrophe more gracefully.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=23
This commit is contained in:
2024-11-14 14:15:46 +00:00
committed by Git OBS Bridge
parent e69ea2f676
commit ecc9f9701a
5 changed files with 11 additions and 23 deletions

View File

@@ -18,16 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-inflect
Version: 7.3.1
Version: 7.4.0
Release: 0
Summary: Methods for working on numbers and nouns
License: MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/inflect
Source0: https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz
# PATCH-FIX-UPSTREAM typing_extensions-version.patch bsc#[0-9]+ mcepl@suse.com
# Correct handling of the potential missing Annotated type
Patch0: typing_extensions-version.patch
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module more-itertools >= 8.5.0}
BuildRequires: %{python_module pip}