diff --git a/pisi-index.xml b/pisi-index.xml index 67e2707075..08e0da65ea 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -1,8 +1,8 @@ - python3-zappa - https://github.com/Miserlou/Zappa + python3-kappa + https://github.com/garnaat/kappa Ismet Sezer Simsek ismetsezer1996@gmail.com @@ -11,9 +11,9 @@ library app:console programming.language.python3 - Zappa - Serverless Python - Server-less Python Web Services for AWS Lambda and API Gateway - https://pypi.python.org/packages/ef/e6/9ce58a86924a320b213f082c7a9d2b5c15d71aeb2df7b5bfdcb0fecc20f3/zappa-0.43.2.tar.gz#md5=47f8c177d64608bb7422444e0149d183 + A CLI tool for AWS Lambda developers + Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda. + https://https://sourceforge.net/p/adder/targz/ci/master/tree/kappa-0.7.0.tar.gz python3-devel python3-setuptools @@ -21,7 +21,7 @@ pspec.xml - python3-zappa + python3-kappa python3 @@ -35,7 +35,7 @@ 2017-08-15 - 0.43.2 + 0.7.0 First Release Ismet Sezer Simsek ismetsezer1996@gmail.com diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 34f0f82853..218c0dc89e 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -1848d576d704deaf18fc367a1dcf121654fcc7a7 \ No newline at end of file +7b8faf04828f57c8f53a3910fb8d96bf3d13820a \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 66f5385e22..e24d7d049a 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 81fb5a188e..aa47b5fe4a 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -5d9259a2bbb768f436f4919af15f3fbe9a627fc6 \ No newline at end of file +069149f33489230192f53e5ae99bcc8bc385bdb9 \ No newline at end of file diff --git a/programming/language/python3/python3-kappa/actions.py b/programming/language/python3/python3-kappa/actions.py index a48baafc7b..fd7c0de480 100644 --- a/programming/language/python3/python3-kappa/actions.py +++ b/programming/language/python3/python3-kappa/actions.py @@ -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*")