mako : ver.bump

This commit is contained in:
blue-devil
2020-03-05 04:06:57 +03:00
parent baa53c235b
commit b60a4ea695
2 changed files with 9 additions and 2 deletions
@@ -5,9 +5,9 @@
# 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 pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1") shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
@@ -14,7 +14,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A python templating language</Summary> <Summary>A python templating language</Summary>
<Description>python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description> <Description>python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="42147cc1cae0c65824b6fa0211a8c99cd0056766" type="targz">https://files.pythonhosted.org/packages/28/03/329b21f00243fc2d3815399413845dbbfb0745cff38a29d3597e97f8be58/Mako-1.1.1.tar.gz</Archive> <Archive sha1sum="4f9dd6e28a4a63691e1c03c1e078ae17dba49fe9" type="targz">https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-MarkupSafe</Dependency> <Dependency>python-MarkupSafe</Dependency>
<Dependency>python-setuptools</Dependency> <Dependency>python-setuptools</Dependency>
@@ -51,6 +51,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2020-03-04</Date>
<Version>1.1.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2020-01-23</Date> <Date>2020-01-23</Date>
<Version>1.1.1</Version> <Version>1.1.1</Version>