From c94095b1912328e193a005773c4bc89127009c51 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 15 Jun 2024 05:22:01 +0000 Subject: [PATCH] python-traitlets: update to 5.14.3 --- mingw-w64-python-traitlets/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-traitlets/PKGBUILD b/mingw-w64-python-traitlets/PKGBUILD index ee5f46d216010..3879bb3a0f698 100644 --- a/mingw-w64-python-traitlets/PKGBUILD +++ b/mingw-w64-python-traitlets/PKGBUILD @@ -6,12 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=5.14.1 +pkgver=5.14.3 pkgrel=1 pkgdesc="A lightweight Traits like module (mingw-w64)" -url="https://github.com/ipython/traitlets" +url='https://traitlets.readthedocs.io/' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +msys2_repository_url='https://github.com/ipython/traitlets' msys2_references=( 'archlinux: python-traitlets' 'pypi: traitlets' @@ -23,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatchling") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e') +sha256sums=('9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"