python-Jinja2:ver.bump

This commit is contained in:
Rmys
2018-02-26 12:46:13 +03:00
parent 724acf8c43
commit a1188328e1
2 changed files with 9 additions and 2 deletions
@@ -27,4 +27,4 @@ def install():
#autotools.make("html")
#shelltools.cd("..")
#pisitools.dohtml("Jinja2-%s/docs/_build/html/*" % get.srcVERSION())
pisitools.dodoc("CHANGES")
pisitools.dodoc("CHANGES*", "README*")
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
<Description>Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.</Description>
<Archive sha1sum="a3129c140d34ae565a556e48db40772df3536b23" type="targz">https://pypi.python.org/packages/71/59/d7423bd5e7ddaf3a1ce299ab4490e9044e8dfd195420fc83a24de9e60726/Jinja2-2.9.5.tar.gz</Archive>
<Archive sha1sum="34b69e5caab12ee37b9df69df9018776c008b7b8" type="targz">https://pypi.python.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz</Archive>
<BuildDependencies>
<!-- For creating documentations-->
<!--<Dependency>python-sphinx</Dependency>-->
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-02-26</Date>
<Version>2.10</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>2.9.5</Version>