aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-07 06:21:41 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-07 10:00:38 +0000
commitd2d95532546a22401906ed42c68b3a081e6bf803 (patch)
treee4cacca8ec55a4ec0cdc31b4abab9ad8f1a7bf89 /community
parent970d0ab5186d81b18e321e5b8e9f7ce6a52b1790 (diff)
downloadaports-d2d95532546a22401906ed42c68b3a081e6bf803.tar.bz2
aports-d2d95532546a22401906ed42c68b3a081e6bf803.tar.xz
community/py3-beautifulsoup4: upgrade to 4.9.0
Diffstat (limited to 'community')
-rw-r--r--community/py3-beautifulsoup4/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-beautifulsoup4/APKBUILD b/community/py3-beautifulsoup4/APKBUILD
index 7a3fecbbe8..41e1106b0b 100644
--- a/community/py3-beautifulsoup4/APKBUILD
+++ b/community/py3-beautifulsoup4/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-beautifulsoup4
_pkgname=beautifulsoup4
-pkgver=4.8.2
+pkgver=4.9.0
pkgrel=0
pkgdesc="A Python HTML/XML parser"
url="http://www.crummy.com/software/BeautifulSoup/index.html"
@@ -35,5 +35,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2 beautifulsoup4-4.8.2.tar.gz
+sha512sums="8c8d3c23f9e76955e465c6d343addb5165480f59d785755f6550aa3e77e8efe0c3dd4a2f310d485162dc046b05f797a8a6aee96a515d59659c820993e0ee37d7 beautifulsoup4-4.9.0.tar.gz
a5274b512daf2a7297073553a054a49bb4d1a2f96137cdde108ce2235e74a8c0d0418bb6597088519972864336d1ed2a63a8dada73b53a50bdc7f72b762fe19d fix-tests-with-syntax-error.patch"