python-attrs: update to 25.3.0

This commit is contained in:
Biswapriyo Nath 2025-03-20 05:37:09 +00:00
parent f8cad2f247
commit ca293b16c6

View File

@ -3,7 +3,7 @@
_realname=attrs
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=25.1.0
pkgver=25.3.0
pkgrel=1
pkgdesc='Attributes without boilerplate (mingw-w64)'
arch=('any')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs"
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e')
sha256sums=('75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"