python3-zappa:ver.bump
This commit is contained in:
@@ -6,9 +6,6 @@
|
|||||||
# 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
|
|
||||||
|
|
||||||
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-zappa</Name>
|
<Name>python3-zappa</Name>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Zappa - Serverless Python</Summary>
|
<Summary>Zappa - Serverless Python</Summary>
|
||||||
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="4">
|
||||||
<Date>2020-02-06</Date>
|
<Date>2020-02-06</Date>
|
||||||
<Version>0.49.0</Version>
|
<Version>0.49.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user