python3-Jinja2:rebuilt

This commit is contained in:
blue-devil
2020-01-10 21:37:30 +00:00
parent 79f7fb787d
commit 09cb8e52f9
3 changed files with 13 additions and 13 deletions
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<PartOf>programming.language.python3</PartOf>
<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>
@@ -26,8 +27,10 @@
<Package>
<Name>python3-Jinja2</Name>
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
<RuntimeDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -37,12 +40,20 @@
<Package>
<Name>python3-Jinja2-docs</Name>
<Summary>Documentation files for python3-Jinja2</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python3-Jinja2</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2019-12-30</Date>
<Version>2.10.3</Version>
<Comment>Rebuilt w/ py3.8 and clean.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-11-04</Date>
<Version>2.10.3</Version>