python/python3-soupsieve: Updated for version 2.2.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2021-03-26 22:33:48 +00:00 committed by Willy Sudiarto Raharjo
parent 95d9877b4a
commit 861fa6acad
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup Sieve is a CSS selector library designed to be used with
Soup 4. It aims to provide selecting, matching, and filtering using Beautiful Soup 4. It aims to provide selecting, matching, and
modern CSS selectors. filtering using modern CSS selectors.
Soup Sieve >= 2.0.0 has dropped Python 2 support. The python-soupsieve Soup Sieve >= 2.0.0 has dropped Python 2 support. The
SlackBuild is available at version 1.9.6. python-soupsieve SlackBuild is available at version 1.9.6.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-soupsieve PRGNAM=python3-soupsieve
VERSION=${VERSION:-2.2} VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-soupsieve" PRGNAM="python3-soupsieve"
VERSION="2.2" VERSION="2.2.1"
HOMEPAGE="https://github.com/facelessuser/soupsieve" HOMEPAGE="https://github.com/facelessuser/soupsieve"
DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.2/soupsieve-2.2.tar.gz" DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.2.1/soupsieve-2.2.1.tar.gz"
MD5SUM="ddf2b77f00e0e9963326480060c0ef5a" MD5SUM="8b9b3b1c7cdde2ffc57d58fd90ad09a5"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3" REQUIRES="python3"