diff --git a/mingw-w64-python-fastjsonschema/PKGBUILD b/mingw-w64-python-fastjsonschema/PKGBUILD index c685874d37..08e6b5a4ea 100644 --- a/mingw-w64-python-fastjsonschema/PKGBUILD +++ b/mingw-w64-python-fastjsonschema/PKGBUILD @@ -3,22 +3,28 @@ _realname=fastjsonschema pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.21.1 +pkgver=2.21.2 pkgrel=1 pkgdesc='Fast JSON schema validator for Python (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64' 'mingw32') msys2_references=( + 'anitya: 25966' + 'archlinux: python-fastjsonschema' + 'gentoo: dev-python/fastjsonschema' 'purl: pkg:pypi/fastjsonschema' ) url='https://github.com/horejsek/python-fastjsonschema' +msys2_changelog_url='https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt' license=('spdx:BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools") +checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" + "${MINGW_PACKAGE_PREFIX}-python-pytest-benchmark") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4') +sha256sums=('b1eb43748041c880796cd077f1a07c3d94e93ae84bba5ed36800a33554ae05de') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"