diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-10-02 19:30:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:56 +0700 |
commit | 3c156e44fd4a4d63542b73ff7794b19b19831ebc (patch) | |
tree | 3cf0faab88c5a25d7acbb3eb3ce8d49df65ce3f8 /python | |
parent | ceaac30551cde37d86aae1312e46983343f87c55 (diff) | |
download | slackbuilds-3c156e44fd4a4d63542b73ff7794b19b19831ebc.tar.gz |
python/cssselect: Updated for version 1.1.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python')
-rw-r--r-- | python/cssselect/cssselect.SlackBuild | 4 | ||||
-rw-r--r-- | python/cssselect/cssselect.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild index c95636a48b..0ffd43c235 100644 --- a/python/cssselect/cssselect.SlackBuild +++ b/python/cssselect/cssselect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cssselect -# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2019 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cssselect -VERSION=${VERSION:-1.0.3} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/cssselect/cssselect.info b/python/cssselect/cssselect.info index e83f20c94e..a08e75f079 100644 --- a/python/cssselect/cssselect.info +++ b/python/cssselect/cssselect.info @@ -1,8 +1,8 @@ PRGNAM="cssselect" -VERSION="1.0.3" +VERSION="1.1.0" HOMEPAGE="https://cssselect.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz" -MD5SUM="50422c9ec04b74cd60c571f74ddc1a80" +DOWNLOAD="https://pypi.io/packages/source/c/cssselect/cssselect-1.1.0.tar.gz" +MD5SUM="fa57704c1cb66cc8e537b782bd6b227e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |