From 3ed0a5ebc0f2eef81ceea31fec8549acf885e4b3 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 3 Apr 2022 09:06:29 +0000 Subject: [PATCH] python-markupsafe: update to 2.1.1 --- mingw-w64-python-markupsafe/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-markupsafe/PKGBUILD b/mingw-w64-python-markupsafe/PKGBUILD index d70761a430..906eb60511 100644 --- a/mingw-w64-python-markupsafe/PKGBUILD +++ b/mingw-w64-python-markupsafe/PKGBUILD @@ -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=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner") source=("https://pypi.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz") -sha256sums=('80beaf63ddfbc64a0452b841d8036ca0611e049650e20afcb882f5d3c266d65f') +sha256sums=('7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b') prepare() { rm -rf python-build-${CARCH} | true