gnu: python-aws-sam-translator: Update to 1.99.0.

* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.99.0.
[native-inputs]: Remove python-wheel.

Change-Id: I977462818835f407e26f729d0ada80114cc38cea
This commit is contained in:
Sharlatan Hellseher 2025-08-05 14:09:29 +01:00
parent d937648521
commit 47c707f479
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1902,7 +1902,7 @@ routes using HTTP Digest Authentication.")
(define-public python-aws-sam-translator
(package
(name "python-aws-sam-translator")
(version "1.94.0")
(version "1.99.0")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@ -1911,7 +1911,7 @@ routes using HTTP Digest Authentication.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0rrmp2a2lr1bb909x34j7dqkdynx48hfwxg9m488s0mws68f78m3"))))
(base32 "1k9a8r0kfjsrxk5z4yhipcynr2sqcl7lpc1xmdblxk76cqvsmkb3"))))
(build-system pyproject-build-system)
(arguments
(list
@ -1934,8 +1934,7 @@ routes using HTTP Digest Authentication.")
python-setuptools
python-pytest-xdist
python-parameterized
python-pyyaml
python-wheel))
python-pyyaml))
(propagated-inputs
(list python-boto3
python-jsonschema