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", diff --git a/python/py-awscrt/Portfile b/python/py-awscrt/Portfile index fd4e7ffd0e60a..a59f7fba68daa 100644 --- a/python/py-awscrt/Portfile +++ b/python/py-awscrt/Portfile @@ -6,7 +6,7 @@ PortGroup python 1.0 name py-awscrt # This is only used by awscli2. Bump when Amazon bumps # their pinned version in awscli2's setup.cfg. -version 0.23.4 +version 0.23.8 revision 0 categories-append devel @@ -18,9 +18,9 @@ long_description {*}${description} homepage https://aws.amazon.com/cli/ -checksums rmd160 3db3c29341ea8811313e579b0692ac0bba8f34b5 \ - sha256 3ef5212a3c3b0549b3b0e85507b7bbdfb891ff40ca4c597e92db07a0bf7b614a \ - size 65405449 +checksums rmd160 475537bce85d14c773cad867a6109048ba24577d \ + sha256 cba55f3ee80ea3192a0a24e84caad778570250800a59d29ef9efbcd4d1612f2f \ + size 77078798 python.versions 39 310 311 312 313