python-tomli: update to 2.3.0

This commit is contained in:
Dirk Stolle 2025-10-10 15:11:56 +02:00
parent 7de0dce548
commit c305b9d057

View File

@ -3,13 +3,16 @@
_realname=tomli
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.1
pkgver=2.3.0
pkgrel=1
pkgdesc="A lil' TOML parser (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/hukkin/tomli'
msys2_changelog_url='https://github.com/hukkin/tomli/blob/master/CHANGELOG.md'
msys2_references=(
'archlinux: python-tomli'
'gentoo: dev-python/tomli'
'purl: pkg:pypi/tomli'
)
license=('spdx:MIT')
@ -19,7 +22,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
source=("$url/archive/$pkgver/${_realname}-$pkgver.tar.gz")
sha256sums=('3af7c4b571d1ccddaba020c558da0ce5b5e24edc830e478a903d82dc2d9013ae')
sha256sums=('438851e2e43c7b5c43f211bd40fefdf9e59eb733477dc48525e61de09eb33339')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"