python-Jinja: ver bump

This commit is contained in:
blue-devil
2020-08-29 21:27:22 +02:00
parent b3e401fadd
commit aeda2dda05
2 changed files with 10 additions and 5 deletions
@@ -4,11 +4,9 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
@@ -13,7 +13,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary> <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> <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="de901898e282706ed9067cbdc6318b582171c8b6" type="targz">https://github.com/pallets/jinja/archive/2.11.1.tar.gz</Archive> <Archive sha1sum="a94503bf80f7fab69dc70c4a33247a0124d523b2" type="targz">https://github.com/pallets/jinja/archive/2.11.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<!-- For creating documentations--> <!-- For creating documentations-->
<!--<Dependency>python-sphinx</Dependency>--> <!--<Dependency>python-sphinx</Dependency>-->
@@ -47,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2020-07-20</Date>
<Version>2.11.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2020-02-06</Date> <Date>2020-02-06</Date>
<Version>2.11.1</Version> <Version>2.11.1</Version>