python-traitlets: update to 5.7.1

This commit is contained in:
Mehdi Chinoune
2022-12-17 05:15:46 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent e60d4d3c51
commit 15473f49f5

View File

@@ -6,7 +6,7 @@ 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.7.0
pkgver=5.7.1
pkgrel=1
pkgdesc="A lightweight Traits like module (mingw-w64)"
url="https://github.com/ipython/traitlets"
@@ -22,7 +22,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=('bd0fca5c890a09bf66b33cce67ca14156b080429bc39c7ef26b075a4bd4f9fc3')
sha256sums=('fde8f62c05204ead43c2c1b9389cfc85befa7f54acb5da28529d671175bb4108')
prepare() {
pushd "${_realname}-${pkgver}"