python-lxml: ver bump

This commit is contained in:
blue-devil
2020-05-25 00:44:14 +03:00
parent c483b00be9
commit 293bfd96e9
2 changed files with 16 additions and 8 deletions
@@ -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()
@@ -14,12 +14,12 @@
<IsA>library</IsA>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<Description>lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.</Description>
<Archive sha1sum="480c56642262dba897efd726b730cabd69d23364" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz</Archive>
<Archive sha1sum="ef918ed5264baf1d16b5fe88c6faf43b0256fbd1" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<!-- dependencies for documentation -->
<!-- to generate documentation is problematic
epydoc is not supported any more and
@@ -35,8 +35,9 @@
<Name>python-lxml</Name>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>python</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
@@ -55,6 +56,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-05-24</Date>
<Version>4.5.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-02-06</Date>
<Version>4.5.0</Version>