mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aws-sam-translator: Update to 1.40.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.40.0. [arguments]<#:phases>: Don't return #t. [home-page]: Follow redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7e9720eca4
commit
589b9d6f29
1 changed files with 4 additions and 5 deletions
|
@ -399,13 +399,13 @@ WSGI. This package includes libraries for implementing ASGI servers.")
|
||||||
(define-public python-aws-sam-translator
|
(define-public python-aws-sam-translator
|
||||||
(package
|
(package
|
||||||
(name "python-aws-sam-translator")
|
(name "python-aws-sam-translator")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aws-sam-translator" version))
|
(uri (pypi-uri "aws-sam-translator" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1djwlsjpbh13m4biglimrm9lq7hmla0k29giay7k3cjsrylxvjhf"))))
|
"1hq5ggbzcq4k3ks439hki493w4sasgaxns6j5x57xsj822acalmf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX: Tests are not distributed with the PyPI archive, and would
|
`(;; XXX: Tests are not distributed with the PyPI archive, and would
|
||||||
|
@ -418,13 +418,12 @@ WSGI. This package includes libraries for implementing ASGI servers.")
|
||||||
;; of dependencies, when it works fine with others.
|
;; of dependencies, when it works fine with others.
|
||||||
(substitute* "requirements/base.txt"
|
(substitute* "requirements/base.txt"
|
||||||
(("(.*)(~=[0-9\\.]+)" all package version)
|
(("(.*)(~=[0-9\\.]+)" all package version)
|
||||||
package))
|
package)))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-boto3" ,python-boto3)
|
`(("python-boto3" ,python-boto3)
|
||||||
("python-jsonschema" ,python-jsonschema)
|
("python-jsonschema" ,python-jsonschema)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/awslabs/serverless-application-model")
|
(home-page "https://github.com/aws/serverless-application-model")
|
||||||
(synopsis "Transform AWS SAM templates into AWS CloudFormation templates")
|
(synopsis "Transform AWS SAM templates into AWS CloudFormation templates")
|
||||||
(description
|
(description
|
||||||
"AWS SAM Translator is a library that transform @dfn{Serverless Application
|
"AWS SAM Translator is a library that transform @dfn{Serverless Application
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue