From ddbb79ef34b91aa0cbeab571a3a2c98386dde750 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 25 Jun 2023 11:25:28 +0200 Subject: [PATCH] python-markupsafe: Update to 2.1.3 --- 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 8d5ab7a4dd..97b695dbd6 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.2 +pkgver=2.1.3 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=('abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d') +sha256sums=('af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad') prepare() { rm -rf python-build-${CARCH} | true