python-email-validator: update to 2.3.0

This commit is contained in:
Dirk Stolle 2025-08-26 19:20:25 +02:00
parent 5aa6c7ad90
commit bc6e54c06c

View File

@ -3,15 +3,18 @@
_realname=email-validator
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.0
pkgver=2.3.0
pkgrel=1
pkgdesc="A robust email syntax and deliverability validation library for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-email-validator'
'gentoo: dev-python/email-validator'
'purl: pkg:pypi/email-validator'
)
url='https://github.com/JoshData/python-email-validator'
msys2_changelog_url='https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md'
license=('spdx:Unlicense')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-dnspython"
@ -22,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7')
sha256sums=('9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"