python3-zappa:ver. bump
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
|
||||
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
<Name>Ismet Sezer Simsek</Name>
|
||||
<Email>ismetsezer1996@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Zappa - Serverless Python</Summary>
|
||||
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
|
||||
<Archive sha1sum="dafd9a221d604acf0291cabd352c5035c11c3c8b" type="targz">https://github.com/Miserlou/Zappa/archive/0.48.2.tar.gz</Archive>
|
||||
<Archive sha1sum="288f718a3d632a366377b5e2520dc0297ff5cf9b" type="targz">https://github.com/Miserlou/Zappa/archive/0.49.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>SupportForRunningOnPy38.patch</Patch>
|
||||
<!--<Patch>SupportForRunningOnPy38.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -31,14 +31,21 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-02-06</Date>
|
||||
<Version>0.49.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.48.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user