package/python-inflect: bump to version 7.4.0

Drop no longer required python-pydantic runtime dependency and
propagate reverse dependency removal.

Drop no longer required python-typing-extensions runtime dependency.

Add new python-more-itertools runtime dependency.

Add new python-typeguard runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-09-15 02:27:53 -06:00 committed by Thomas Petazzoni
parent 069add3bcc
commit fd35be957e
6 changed files with 6 additions and 10 deletions

View file

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_CHERRYPY
bool "python-cherrypy"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jaraco-collections -> python-jaraco-text -> python-inflect -> python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_CHEROOT # runtime
select BR2_PACKAGE_PYTHON_JARACO_COLLECTIONS # runtime
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime

View file

@ -1,8 +1,7 @@
config BR2_PACKAGE_PYTHON_INFLECT
bool "python-inflect"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
select BR2_PACKAGE_PYTHON_TYPEGUARD # runtime
help
Correctly generate plurals, singular nouns, ordinals,
indefinite articles; convert numbers to words.

View file

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/inflect/json
md5 61c670cf5c4d09314f6a4d3b99d3b98d inflect-7.0.0.tar.gz
sha256 63da9325ad29da81ec23e055b41225795ab793b4ecb483be5dc1fa363fd4717e inflect-7.0.0.tar.gz
md5 7201084aafe65ed5925a8f055f9281a7 inflect-7.4.0.tar.gz
sha256 904baa17cc2cb74827a6c27b95692e95670dadc72b208b3e8c1c05aeed47026b inflect-7.4.0.tar.gz
# Locally computed sha256 checksums
sha256 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741 LICENSE

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_INFLECT_VERSION = 7.0.0
PYTHON_INFLECT_VERSION = 7.4.0
PYTHON_INFLECT_SOURCE = inflect-$(PYTHON_INFLECT_VERSION).tar.gz
PYTHON_INFLECT_SITE = https://files.pythonhosted.org/packages/9f/90/1d0a889847fdce963ebe9684de24a749e4fad627bf595e9f0d32730f85a8
PYTHON_INFLECT_SITE = https://files.pythonhosted.org/packages/e1/dc/02614acece4d578e709c606594c989cfd9f15cf6401444e5603e60df9b26
PYTHON_INFLECT_SETUP_TYPE = setuptools
PYTHON_INFLECT_LICENSE = MIT
PYTHON_INFLECT_LICENSE_FILES = LICENSE

View file

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_JARACO_COLLECTIONS
bool "python-jaraco-collections"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jaraco-text -> python-inflect -> python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_JARACO_TEXT # runtime
help
Collection objects similar to those in stdlib by jaraco.

View file

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_JARACO_TEXT
bool "python-jaraco-text"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-inflect -> python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_AUTOCOMMAND # runtime
select BR2_PACKAGE_PYTHON_INFLECT # runtime
select BR2_PACKAGE_PYTHON_JARACO_CONTEXT # runtime