python-cattrs: update to 23.2.3

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2023-12-22 20:20:13 +01:00
parent 6f6c76dfb2
commit c7a596f732

View File

@ -3,8 +3,8 @@
_realname=cattrs
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=23.1.2
pkgrel=2
pkgver=23.2.3
pkgrel=1
pkgdesc='Complex custom class converters for attrs (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@ -14,15 +14,14 @@ msys2_references=(
url="https://github.com/Tinche/cattrs"
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-attrs"
"${MINGW_PACKAGE_PREFIX}-python-typing_extensions"
"${MINGW_PACKAGE_PREFIX}-python-exceptiongroup")
"${MINGW_PACKAGE_PREFIX}-python-attrs")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-poetry-core")
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs")
options=('!emptydirs')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('db1c821b8c537382b2c7c66678c3790091ca0275ac486c76f3c8f3920e83c657')
sha256sums=('a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f')
prepare() {
rm -rf "${srcdir}"/python-build-${MSYSTEM} || true