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.24.20 #27856

Merged
merged 1 commit into from
Mar 10, 2025
Merged
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
8 changes: 4 additions & 4 deletions python/py-awscli2/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in python/py-awscli2/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py313-awscli2: Error: conflicts references unknown port: py313-awscli

Check warning on line 1 in python/py-awscli2/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py313-awscli2: Error: conflicts references unknown port: py313-awscli

Check warning on line 1 in python/py-awscli2/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py313-awscli2: Error: conflicts references unknown port: py313-awscli

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -6,7 +6,7 @@
PortGroup github 1.0

name py-awscli2
github.setup aws aws-cli 2.24.5
github.setup aws aws-cli 2.24.20
github.tarball_from archive
revision 0

Expand All @@ -21,9 +21,9 @@

homepage https://aws.amazon.com/cli/

checksums rmd160 6b74df1dfce01a230d704aa8ef0c8e8d4d3b02b7 \
sha256 b68664bb85b4d340757bf8263952784f4c6fdafda184432af41d0cc0b40a346d \
size 16007230
checksums rmd160 556728ca8260f93aab698f55a11227611a346295 \
sha256 4203b963a4581e3f5ade5b20b275a0d902df5e806185b45a225c0179755fb005 \
size 16038234

python.versions 39 310 311 312 313
python.pep517 yes
Expand Down