From 558cb0d8f36f6bcc4141c1f6b24c36bfdcaf631b Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 30 Sep 2025 02:39:02 +0200 Subject: [PATCH] python-beautifulsoup4: update to 4.14.2 --- mingw-w64-python-beautifulsoup4/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-beautifulsoup4/PKGBUILD b/mingw-w64-python-beautifulsoup4/PKGBUILD index 25eedad909..31d5ef58ff 100644 --- a/mingw-w64-python-beautifulsoup4/PKGBUILD +++ b/mingw-w64-python-beautifulsoup4/PKGBUILD @@ -3,7 +3,7 @@ _realname=beautifulsoup4 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.13.5 +pkgver=4.14.2 pkgrel=1 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-lxml: alternative HTML parser" "${MINGW_PACKAGE_PREFIX}-python-html5lib: alternative HTML parser") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695') +sha256sums=('2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"