summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2020-05-22 16:37:23 +0200
committer Willy Sudiarto Raharjo2020-05-22 18:36:13 +0200
commit2d81160fd0480084081452a8bb2137807d5eb701 (patch)
treeb2ba153c09c4dba5e6e76ff43f6da0b31054faa7
parent8a62cd46201c9cdce19915fcacb6541e8e326ae9 (diff)
downloadslackbuilds-2d81160fd0480084081452a8bb2137807d5eb701.tar.gz
python/python-soupsieve: Updated for version 1.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-soupsieve/README7
-rw-r--r--python/python-soupsieve/python-soupsieve.SlackBuild2
-rw-r--r--python/python-soupsieve/python-soupsieve.info6
3 files changed, 8 insertions, 7 deletions
diff --git a/python/python-soupsieve/README b/python/python-soupsieve/README
index df8495da2d..d20543c236 100644
--- a/python/python-soupsieve/README
+++ b/python/python-soupsieve/README
@@ -1,6 +1,7 @@
-Soup Sieve is a CSS selector library designed to be used with
-Beautiful Soup 4. It aims to provide selecting, matching, and
+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.
-Newer versions of Soup Sieve (i.e. >= 2.0.0) have dropped
+Soup Sieve 1.9.6 is the last supported version for Python 2. Newer
+versions (i.e. The python3-soupsieve SlackBuild) have dropped
Python 2 support.
diff --git a/python/python-soupsieve/python-soupsieve.SlackBuild b/python/python-soupsieve/python-soupsieve.SlackBuild
index acffb40876..3d1972f4c3 100644
--- a/python/python-soupsieve/python-soupsieve.SlackBuild
+++ b/python/python-soupsieve/python-soupsieve.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-soupsieve
-VERSION=${VERSION:-1.9.5}
+VERSION=${VERSION:-1.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-soupsieve/python-soupsieve.info b/python/python-soupsieve/python-soupsieve.info
index 5168c3954d..e397f6dd65 100644
--- a/python/python-soupsieve/python-soupsieve.info
+++ b/python/python-soupsieve/python-soupsieve.info
@@ -1,8 +1,8 @@
PRGNAM="python-soupsieve"
-VERSION="1.9.5"
+VERSION="1.9.6"
HOMEPAGE="https://github.com/facelessuser/soupsieve"
-DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/1.9.5/soupsieve-1.9.5.tar.gz"
-MD5SUM="e707cb74c04a506ca9e1e2fdedc6137d"
+DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/1.9.6/soupsieve-1.9.6.tar.gz"
+MD5SUM="f3f762cca45c44ee96e1553dc0c8521d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="functools-lru-cache"