python3-zappa:ver.bump

This commit is contained in:
blue-devil
2020-02-22 09:35:52 +03:00
parent 743390d6e1
commit 83a3e68194
2 changed files with 9 additions and 5 deletions
@@ -6,9 +6,6 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def build():
pythonmodules.compile(pyVer="3")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM 'https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-zappa</Name>
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Zappa - Serverless Python</Summary>
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
<Archive sha1sum="288f718a3d632a366377b5e2520dc0297ff5cf9b" type="targz">https://github.com/Miserlou/Zappa/archive/0.49.0.tar.gz</Archive>
<Archive sha1sum="cc096f0ace139c225279c7ddbed4bac137d1c9c2" type="targz">https://github.com/Miserlou/Zappa/archive/0.50.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-21</Date>
<Version>0.50.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-06</Date>
<Version>0.49.0</Version>