python3-lxml: ver bump

This commit is contained in:
blue-devil
2020-05-25 00:54:24 +03:00
parent 1e0672fe8e
commit 10ae9328fa
2 changed files with 14 additions and 7 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,13 +14,13 @@
<IsA>library</IsA>
<Summary>The lxml XML toolkit for Python.</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>python3-setuptools</Dependency>
<Dependency>cython3</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cython3</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -28,8 +28,8 @@
<Name>python3-lxml</Name>
<Summary>The lxml XML toolkit for Python.</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="3">
<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="2">
<Date>2020-02-06</Date>
<Version>4.5.0</Version>