python3-zappa:version bump and translations

This commit is contained in:
blue-devil
2020-01-14 21:29:08 +00:00
parent 364b2e18ed
commit 399a932520
4 changed files with 150 additions and 10 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM 'http://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>
@@ -9,21 +9,26 @@
<Email>ismetsezer1996@gmail.com</Email>
</Packager>
<License>LGPLv2.1</License>
<PartOf>programming.language.python3</PartOf>
<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="9be620e9658ed343e8a0a979f078781306a4e6d9" type="targz">https://files.pythonhosted.org/packages/ab/ee/da7efa911104a6b4827e2acfa06177a1739c061ed8cc7d0257927223be9f/zappa-0.46.2.tar.gz</Archive>
<Archive sha1sum="dafd9a221d604acf0291cabd352c5035c11c3c8b" type="targz">https://github.com/Miserlou/Zappa/archive/0.48.2.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
<Dependency versionFrom="19.6.1">python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<Patch>SupportForRunningOnPy38.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python3-zappa</Name>
<Summary>Zappa - Serverless Python</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">python3</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -34,6 +39,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-01-14</Date>
<Version>0.48.2</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-08-30</Date>
<Version>0.46.2</Version>
@@ -49,4 +61,4 @@
<Email>ismetsezer1996@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>