Skip to content

Commit

Permalink
py-awscli2: update to 2.23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Feb 1, 2025
1 parent 71ec677 commit d522f45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions python/py-awscli2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/py-awscli2/files/patch-requirements.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d522f45

Please sign in to comment.