From 293bfd96e994d5ee4339c44a06a34e15f88218a6 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:44:14 +0300 Subject: [PATCH] python-lxml: ver bump --- .../language/python/python-lxml/actions.py | 6 +++--- .../language/python/python-lxml/pspec.xml | 18 +++++++++++++----- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/programming/language/python/python-lxml/actions.py b/programming/language/python/python-lxml/actions.py index 2bf34d011e..819609a24e 100644 --- a/programming/language/python/python-lxml/actions.py +++ b/programming/language/python/python-lxml/actions.py @@ -4,10 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules #WorkDir = "lxml-%s" % get.srcVERSION() diff --git a/programming/language/python/python-lxml/pspec.xml b/programming/language/python/python-lxml/pspec.xml index 853cc6c1b4..5daa936d1f 100644 --- a/programming/language/python/python-lxml/pspec.xml +++ b/programming/language/python/python-lxml/pspec.xml @@ -14,12 +14,12 @@ library lxml is the most feature-rich and easy-to-use library lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. - https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz + https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz - libxml2-devel - libxslt-devel - python-devel cython + python-devel + libxslt-devel + libxml2-devel