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.18.9 #26203

Merged
merged 2 commits into from
Oct 18, 2024
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
8 changes: 4 additions & 4 deletions python/py-awscli2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup select 1.0
PortGroup github 1.0

name py-awscli2
github.setup aws aws-cli 2.18.0
github.setup aws aws-cli 2.18.9
revision 0

categories python devel
Expand All @@ -20,9 +20,9 @@ long_description {*}${description}

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

checksums rmd160 e9d9b795169e49453fcaaba9e1bfb7fb0e5334da \
sha256 499424ac03fa0d42d9c17e0b7d0cca375637656b2c5f0e4ead4bea6f9cb8db7e \
size 15096606
checksums rmd160 33e6fec84e917384482316704fc2dcbf592fd0f9 \
sha256 28840bc5d6195bf1d1560631a2932789b32e1344c3c55000e0bf1dd0d17b2afa \
size 15147616

python.versions 39 310 311 312
python.pep517 yes
Expand Down
4 changes: 2 additions & 2 deletions python/py-awscli2/files/patch-requirements.diff
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diff -ru aws-cli-2.11.0-orig/pyproject.toml aws-cli-2.11.0/pyproject.toml
dependencies = [
- "colorama>=0.2.5,<0.4.7",
- "docutils>=0.10,<0.20",
- "cryptography>=40.0.0,<40.0.2",
- "cryptography>=40.0.0,<43.0.2",
- "ruamel.yaml>=0.15.0,<=0.17.21",
+ "colorama",
+ "docutils",
Expand All @@ -31,7 +31,7 @@ diff -ru aws-cli-2.11.0-orig/pyproject.toml aws-cli-2.11.0/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.19.18,<=0.21.2",
- "awscrt>=0.19.18,<=0.22.0",
- "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
@@ -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-awscrt/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py312-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-13

port lint py39-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-13

port lint py310-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-13

port lint py311-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-12

port lint py312-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-12

port lint py39-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-12

port lint py310-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-12

port lint py311-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-14

port lint py312-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-14

port lint py39-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-14

port lint py310-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-14

port lint py311-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-15

port lint py312-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-15

port lint py39-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-15

port lint py310-awscrt: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-15

port lint py311-awscrt: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -6,7 +6,7 @@
name py-awscrt
# This is only used by awscli2. Bump when Amazon bumps
# their pinned version in awscli2's setup.cfg.
version 0.21.2
version 0.22.0
revision 0

categories-append devel
Expand All @@ -19,9 +19,9 @@

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

checksums rmd160 ce4069903c357d24e9c6584b530dbeaeb06f93bf \
sha256 37ace28d0d7a91f90862dd2994872a15962b7b4f1376e0b7b01a821954611507 \
size 33579734
checksums rmd160 d19cdb0a483367f7e4e51dfae96c62a662e62ab1 \
sha256 4ca2b0b49328f03f5a3dde2d565132df8ad74cba27352612ecd9fe2505e1d770 \
size 64353345

python.versions 39 310 311 312

Expand Down
Loading