From ebcde042668a59e7f4e6753f70b416c6e6a5c0be Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Thu, 28 Jul 2022 14:59:54 +0530 Subject: [PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt --- srcpkgs/python3-BeautifulSoup4/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template index cd0535284105..2aa3b1f2bf71 100644 --- a/srcpkgs/python3-BeautifulSoup4/template +++ b/srcpkgs/python3-BeautifulSoup4/template @@ -1,6 +1,6 @@ # Template file for 'python3-BeautifulSoup4' pkgname=python3-BeautifulSoup4 -version=4.10.0 +version=4.11.1 revision=1 wrksrc="beautifulsoup4-${version}" build_style=python3-module @@ -11,10 +11,11 @@ short_desc="Python3 HTML/XML parser" maintainer="Orphaned " license="MIT" homepage="https://www.crummy.com/software/BeautifulSoup" -changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG" +changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891 +checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693 post_install() { vlicense LICENSE + rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests }