diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 01:46:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:55 +0700 |
commit | 1d5e6f7a2e7a76a163bc4fb3e6e5a98971130673 (patch) | |
tree | f665c48d3c6af2ac31e27311861ba1486ba6318b /python/python3-soupsieve | |
parent | bc5d42a0eb5fbd50f801b49f06435ba8d5b1b570 (diff) | |
download | slackbuilds-1d5e6f7a2e7a76a163bc4fb3e6e5a98971130673.tar.gz |
python/python3-soupsieve: Updated for version 2.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soupsieve')
-rw-r--r-- | python/python3-soupsieve/README | 10 | ||||
-rw-r--r-- | python/python3-soupsieve/python3-soupsieve.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-soupsieve/python3-soupsieve.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/python/python3-soupsieve/README b/python/python3-soupsieve/README index 907b6b44af..c06df69832 100644 --- a/python/python3-soupsieve/README +++ b/python/python3-soupsieve/README @@ -1,6 +1,6 @@ -Soup Sieve is a CSS selector library designed to be used with -Beautiful Soup 4. It aims to provide selecting, matching, and -filtering using modern CSS selectors. +Soup Sieve is a CSS selector library designed to be used with Beautiful +Soup 4. It aims to provide selecting, matching, and filtering using +modern CSS selectors. -Soup Sieve >= 2.0.0 has dropped Python 2 support. The -python-soupsieve SlackBuild is available at version 1.9.6. +Soup Sieve >= 2.0.0 has dropped Python 2 support. The python-soupsieve +SlackBuild is available at version 1.9.6. diff --git a/python/python3-soupsieve/python3-soupsieve.SlackBuild b/python/python3-soupsieve/python3-soupsieve.SlackBuild index ebff96b0ed..843e3b49b3 100644 --- a/python/python3-soupsieve/python3-soupsieve.SlackBuild +++ b/python/python3-soupsieve/python3-soupsieve.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-soupsieve -# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-soupsieve -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-soupsieve/python3-soupsieve.info b/python/python3-soupsieve/python3-soupsieve.info index f471e1ee56..c1c740cb12 100644 --- a/python/python3-soupsieve/python3-soupsieve.info +++ b/python/python3-soupsieve/python3-soupsieve.info @@ -1,8 +1,8 @@ PRGNAM="python3-soupsieve" -VERSION="2.0.1" +VERSION="2.2" HOMEPAGE="https://github.com/facelessuser/soupsieve" -DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.0.1/soupsieve-2.0.1.tar.gz" -MD5SUM="71bc38dc5ab3ed9614d0594d72553d1b" +DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.2/soupsieve-2.2.tar.gz" +MD5SUM="ddf2b77f00e0e9963326480060c0ef5a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |