Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-awscli2: update to 2.23.10 #27553

Merged
merged 2 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 4 additions & 4 deletions python/py-awscrt/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down