From bc500aac784bd02b0942ca6470b399610a6dad24 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Fri, 19 Feb 2021 00:47:33 -0800 Subject: [PATCH] python3-BeautifulSoup4: update to 4.9.3 --- 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 66ba690cf36..b9c83a0b6c6 100644 --- a/srcpkgs/python3-BeautifulSoup4/template +++ b/srcpkgs/python3-BeautifulSoup4/template @@ -1,7 +1,7 @@ # Template file for 'python3-BeautifulSoup4' pkgname=python3-BeautifulSoup4 -version=4.8.2 -revision=3 +version=4.9.3 +revision=1 wrksrc="beautifulsoup4-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,8 +10,9 @@ 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" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a +checksum=84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25 do_check() { :