python3-inflect: update to 7.4.0.

Closes: #52496 [via git-merge-pr]
This commit is contained in:
icp 2024-09-27 00:37:47 +05:30 committed by classabbyamp
parent 712f6b1e73
commit f03e870860
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-inflect'
pkgname=python3-inflect
version=7.2.0
version=7.4.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/inflect"
changelog="https://raw.githubusercontent.com/jaraco/inflect/main/NEWS.rst"
distfiles="${PYPI_SITE}/i/inflect/inflect-${version}.tar.gz"
checksum=32feacfacfcae2f22e6fccdea10f0ddf26a638fac434d0dddaafbca0034f3784
checksum=904baa17cc2cb74827a6c27b95692e95670dadc72b208b3e8c1c05aeed47026b
make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
post_install() {