python3-mako:ver bump

This commit is contained in:
blue-devil
2020-08-31 00:11:34 +02:00
parent 897e022c48
commit c628c74e21
2 changed files with 18 additions and 11 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# 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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
@@ -14,12 +14,12 @@
<IsA>library</IsA>
<Summary>A python3 templating language</Summary>
<Description>python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="4f9dd6e28a4a63691e1c03c1e078ae17dba49fe9" type="targz">https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz</Archive>
<Archive sha1sum="098f90baefe938434e426b8682cdfb89fa223eba" type="targz">https://pypi.org/packages/source/m/mako/Mako-1.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</BuildDependencies>
</Source>
@@ -27,14 +27,14 @@
<Name>python3-mako</Name>
<Summary>A python3 templating language</Summary>
<RuntimeDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-07-21</Date>
<Version>1.1.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-03-04</Date>
<Version>1.1.2</Version>