python-lxml:ver.bump

This commit is contained in:
blue-devil
2020-02-09 01:10:16 +03:00
parent bd120f9dc6
commit 6e22f48b7b
2 changed files with 22 additions and 5 deletions
@@ -14,12 +14,20 @@
<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="6c6196d6e80a52ebac4aef0fba702a4c5524e6bb" type="targz">https://files.pythonhosted.org/packages/e4/19/8dfeef50623892577dc05245093e090bb2bab4c8aed5cad5b03208959563/lxml-4.4.2.tar.gz</Archive>
<Archive sha1sum="480c56642262dba897efd726b730cabd69d23364" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
<!-- dependencies for documentation -->
<!-- to generate documentation is problematic
epydoc is not supported any more and
doc package needs more dependencies.
<Dependency>python-docutils</Dependency>
<Dependency>python-Pygments</Dependency>
<Dependency>epydoc</Dependency>
-->
</BuildDependencies>
</Source>
@@ -47,6 +55,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-02-06</Date>
<Version>4.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2020-01-20</Date>
<Version>4.4.2</Version>