mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-soupsieve: Updated for version 1.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8a62cd4620
commit
2d81160fd0
3 changed files with 8 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue