diff --git a/python/py-awscli2/Portfile b/python/py-awscli2/Portfile index 4681866c38374..aa086df9e213b 100644 --- a/python/py-awscli2/Portfile +++ b/python/py-awscli2/Portfile @@ -6,9 +6,8 @@ PortGroup select 1.0 PortGroup github 1.0 name py-awscli2 -github.setup aws aws-cli 2.23.2 -# Change github.tarball_from to 'releases' or 'archive' next update -github.tarball_from tarball +github.setup aws aws-cli 2.23.10 +github.tarball_from archive revision 0 categories python devel @@ -22,9 +21,9 @@ long_description {*}${description} homepage https://aws.amazon.com/cli/ -checksums rmd160 6fd907dab234c3c8a40ee9f13a9aa7e9577e012a \ - sha256 24131ec7365fdd02c93e88106e1b00466b73946d6b13d16c51c79ab0acf5e819 \ - size 15915997 +checksums rmd160 1cbeb9fcbccecdc6fe77e9e084c45c3fb2f88412 \ + sha256 44daed0a1337620fe1447674c3a8711928827c513a9723fba269831ddedc58c1 \ + size 15955046 python.versions 39 310 311 312 python.pep517 yes diff --git a/python/py-awscli2/files/patch-requirements.diff b/python/py-awscli2/files/patch-requirements.diff index d0457679ff8c4..cad1938186e3e 100644 --- a/python/py-awscli2/files/patch-requirements.diff +++ b/python/py-awscli2/files/patch-requirements.diff @@ -23,7 +23,7 @@ diff -ru aws-cli-2.22.16-orig/pyproject.toml aws-cli-2.22.16/pyproject.toml - "ruamel.yaml.clib>=0.2.0,<=0.2.8", - "prompt-toolkit>=3.0.24,<3.0.39", - "distro>=1.5.0,<1.9.0", -- "awscrt==0.23.4", +- "awscrt==0.23.8", - "python-dateutil>=2.1,<=2.9.0", - "jmespath>=0.7.1,<1.1.0", - "urllib3>=1.25.4,<1.27",