python3-kappa hatalar duzeltildi

This commit is contained in:
ismetsezer
2017-08-17 20:52:57 +03:00
parent f463c850fc
commit 115690f48a
5 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
<PISI>
<SpecFile>
<Source>
<Name>python3-zappa</Name>
<Homepage>https://github.com/Miserlou/Zappa</Homepage>
<Name>python3-kappa</Name>
<Homepage>https://github.com/garnaat/kappa</Homepage>
<Packager>
<Name>Ismet Sezer Simsek</Name>
<Email>ismetsezer1996@gmail.com</Email>
@@ -11,9 +11,9 @@
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Zappa - Serverless Python</Summary>
<Description xml:lang="en">Server-less Python Web Services for AWS Lambda and API Gateway</Description>
<Archive type="targz" sha1sum="dae82fd04acc4425476f4c8c7f9a878da1a23b7c">https://pypi.python.org/packages/ef/e6/9ce58a86924a320b213f082c7a9d2b5c15d71aeb2df7b5bfdcb0fecc20f3/zappa-0.43.2.tar.gz#md5=47f8c177d64608bb7422444e0149d183</Archive>
<Summary xml:lang="en">A CLI tool for AWS Lambda developers</Summary>
<Description xml:lang="en">Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda.</Description>
<Archive type="targz" sha1sum="742004fc0d44cd593a868dfc7cbb7d952517025c">https://https://sourceforge.net/p/adder/targz/ci/master/tree/kappa-0.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
<Dependency versionFrom="19.6.1">python3-setuptools</Dependency>
@@ -21,7 +21,7 @@
<SourceURI>pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-zappa</Name>
<Name>python3-kappa</Name>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">python3</Dependency>
</RuntimeDependencies>
@@ -35,7 +35,7 @@
<History>
<Update release="1">
<Date>2017-08-15</Date>
<Version>0.43.2</Version>
<Version>0.7.0</Version>
<Comment>First Release</Comment>
<Name>Ismet Sezer Simsek</Name>
<Email>ismetsezer1996@gmail.com</Email>
+1 -1
View File
@@ -1 +1 @@
1848d576d704deaf18fc367a1dcf121654fcc7a7
7b8faf04828f57c8f53a3910fb8d96bf3d13820a
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5d9259a2bbb768f436f4919af15f3fbe9a627fc6
069149f33489230192f53e5ae99bcc8bc385bdb9
@@ -22,4 +22,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("README*","LISENCE","PKG-INFO","MANIFEST*")
pisitools.dodoc("README*","PKG-INFO","MANIFEST*")