diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-06-10 19:38:52 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:15:44 +0100 |
commit | 98e4f176702d733d4a8f64b4d7eaac17d5b0c66f (patch) | |
tree | a96d0ca6fc2ac88a6fdd8b8e1366e3a4dbae0585 /python | |
parent | 037a2455b4507d00daf27f3d977e80ff392a3d2d (diff) | |
download | slackbuilds-98e4f176702d733d4a8f64b4d7eaac17d5b0c66f.tar.gz |
python/cssselect: Updated for version 1.0.3
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 | 8 | ||||
-rw-r--r-- | python/cssselect/slack-desc | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild index d46fb2c96f..c95636a48b 100644 --- a/python/cssselect/cssselect.SlackBuild +++ b/python/cssselect/cssselect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cssselect -# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2018 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.1} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/cssselect/cssselect.info b/python/cssselect/cssselect.info index d3cba38796..e83f20c94e 100644 --- a/python/cssselect/cssselect.info +++ b/python/cssselect/cssselect.info @@ -1,8 +1,8 @@ PRGNAM="cssselect" -VERSION="1.0.1" -HOMEPAGE="http://packages.python.org/cssselect/" -DOWNLOAD="https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-1.0.1.tar.gz" -MD5SUM="3fa03bf82a9f0b1223c0f1eb1369e139" +VERSION="1.0.3" +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_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/cssselect/slack-desc b/python/cssselect/slack-desc index 9c439f7fad..ae62167274 100644 --- a/python/cssselect/slack-desc +++ b/python/cssselect/slack-desc @@ -12,7 +12,7 @@ cssselect: cssselect parses CSS3 Selectors and translate them to XPath 1.0 cssselect: expressions. Such expressions can be used in lxml or another XPath cssselect: engine to find the matching elements in an XML or HTML document. cssselect: -cssselect: Homepage: http://packages.python.org/cssselect/ +cssselect: Homepage: https://cssselect.readthedocs.io/en/latest/ cssselect: cssselect: cssselect: |