aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-11-12 05:50:48 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-11-12 09:50:19 +0000
commit877db609359b64f3292ea1288cd9adbb84ef942a (patch)
tree75954c560e166a1f90fe970ab3352956bec47b53
parent3c49c9a22ce5080d12e88c685455148e4d5f4621 (diff)
downloadaports-877db609359b64f3292ea1288cd9adbb84ef942a.tar.gz
aports-877db609359b64f3292ea1288cd9adbb84ef942a.tar.bz2
aports-877db609359b64f3292ea1288cd9adbb84ef942a.tar.xz
community/py3-soupsieve: upgrade to 2.3.1
-rw-r--r--community/py3-soupsieve/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-soupsieve/APKBUILD b/community/py3-soupsieve/APKBUILD
index 1e499da9757..681bf8812b9 100644
--- a/community/py3-soupsieve/APKBUILD
+++ b/community/py3-soupsieve/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname=py3-soupsieve
-pkgver=2.3
+pkgver=2.3.1
pkgrel=0
pkgdesc="modern CSS selector implementation for Beautiful Soup"
options="!check" # Circular dependency on py3-beautifulsoup4
@@ -22,5 +22,5 @@ package() {
}
sha512sums="
-c5d46703aba737c6eea7cc482311fd75dbaaa4929ebf3ed45b580d7e89d1d0be806608adbab974803acd8df5d74435efe1e149bce5cdbd74f77c90bba960859a py3-soupsieve-2.3.tar.gz
+3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac py3-soupsieve-2.3.1.tar.gz
"