mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-soupsieve: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2d81160fd0
commit
c57f7c3201
3 changed files with 6 additions and 6 deletions
|
@ -2,5 +2,5 @@ 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.
|
||||
|
||||
BeautifulSoup >= 4.7.0 currently may not be built with newer
|
||||
versions of Soup Sieve (i.e. 2.0.0).
|
||||
Soup Sieve >= 2.0.0 has dropped Python 2 support. The
|
||||
python-soupsieve SlackBuild is available at version 1.9.6.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python3-soupsieve
|
||||
VERSION=${VERSION:-1.9.5}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-soupsieve"
|
||||
VERSION="1.9.5"
|
||||
VERSION="2.0.1"
|
||||
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/2.0.1/soupsieve-2.0.1.tar.gz"
|
||||
MD5SUM="71bc38dc5ab3ed9614d0594d72553d1b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue