summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/lxml/README3
-rw-r--r--python/lxml/lxml.SlackBuild2
-rw-r--r--python/lxml/lxml.info6
3 files changed, 6 insertions, 5 deletions
diff --git a/python/lxml/README b/python/lxml/README
index 354d08e8de..1905916a3a 100644
--- a/python/lxml/README
+++ b/python/lxml/README
@@ -2,4 +2,5 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API.
-Cython and distribute are optional dependencies.
+Cython and distribute are optional build dependencies. cssselect
+is an optional runtime dependency.
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild
index d962941fee..dc42a7f335 100644
--- a/python/lxml/lxml.SlackBuild
+++ b/python/lxml/lxml.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lxml
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info
index 4370ab09da..8577f4efc0 100644
--- a/python/lxml/lxml.info
+++ b/python/lxml/lxml.info
@@ -1,8 +1,8 @@
PRGNAM="lxml"
-VERSION="3.2.1"
+VERSION="3.2.3"
HOMEPAGE="http://lxml.de/"
-DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.2.1.tar.gz"
-MD5SUM="d183ccd6bbd5ca139e9db9e9a675787e"
+DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.2.3.tar.gz"
+MD5SUM="fef47bb4ac72ac38ce778518dac42236"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup"