diff --git a/python/python3-soupsieve/README b/python/python3-soupsieve/README index c06df69832..907b6b44af 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 843e3b49b3..24b96b6159 100644 --- a/python/python3-soupsieve/python3-soupsieve.SlackBuild +++ b/python/python3-soupsieve/python3-soupsieve.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-soupsieve -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-soupsieve/python3-soupsieve.info b/python/python3-soupsieve/python3-soupsieve.info index c1c740cb12..45c27a2317 100644 --- a/python/python3-soupsieve/python3-soupsieve.info +++ b/python/python3-soupsieve/python3-soupsieve.info @@ -1,8 +1,8 @@ PRGNAM="python3-soupsieve" -VERSION="2.2" +VERSION="2.2.1" HOMEPAGE="https://github.com/facelessuser/soupsieve" -DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.2/soupsieve-2.2.tar.gz" -MD5SUM="ddf2b77f00e0e9963326480060c0ef5a" +DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.2.1/soupsieve-2.2.1.tar.gz" +MD5SUM="8b9b3b1c7cdde2ffc57d58fd90ad09a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3"