python3-Jinja2:ver bump

This commit is contained in:
blue-devil
2020-04-23 03:01:04 +03:00
parent b85b14d98e
commit 8e38cead8d
2 changed files with 22 additions and 5 deletions
@@ -13,13 +13,16 @@
<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="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>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<!-- For creating documentations-->
<!--<Dependency>python3-sphinx</Dependency>-->
<Dependency>python3-sphinxcontrib-log-cabinet</Dependency>
<Dependency>python3-pallets-sphinx-themes</Dependency>
<Dependency>python3-sphinx-issues</Dependency>
<Dependency>python3-sphinx</Dependency>
</BuildDependencies>
<Patches>
</Patches>
@@ -33,8 +36,9 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/LICENSE.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/README.rst</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/LICENSE</Path>
</Files>
</Package>
@@ -42,11 +46,18 @@
<Name>python3-Jinja2-docs</Name>
<Summary>Documentation files for python3-Jinja2</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python3-Jinja2</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/html</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-04-22</Date>
<Version>2.11.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-02-06</Date>
<Version>2.11.1</Version>