Skip to content

Commit

Permalink
cli 2.16.6; crt 0.20.11
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Jun 12, 2024
1 parent cd4b42e commit 687c3ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/devel/py-awscrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMMENT = Python bindings for the AWS Common Runtime

MODPY_EGG_VERSION = 0.19.19
MODPY_EGG_VERSION = 0.20.11
DISTNAME = awscrt-${MODPY_EGG_VERSION}
PKGNAME = py-awscrt-${MODPY_EGG_VERSION}

Expand Down
4 changes: 2 additions & 2 deletions ports/sysutils/awscliv2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMMENT = universal command line environment v2 for AWS

MODPY_EGG_VERSION = 2.16.4
MODPY_EGG_VERSION = 2.16.6
PKGNAME = awscli-${MODPY_EGG_VERSION}

GH_ACCOUNT = aws
Expand All @@ -19,7 +19,7 @@ MODULES = lang/python

MODPY_PYBUILD = flit_core

RUN_DEPENDS += devel/py-awscrt>=0.19.18,<=0.19.19
RUN_DEPENDS += devel/py-awscrt>=0.19.18,<=0.20.11
RUN_DEPENDS += devel/py-colorama${MODPY_FLAVOR}
RUN_DEPENDS += textproc/py-docutils${MODPY_FLAVOR}
RUN_DEPENDS += security/py-cryptography${MODPY_FLAVOR}
Expand Down
2 changes: 1 addition & 1 deletion ports/sysutils/awscliv2/patches/patch-pyproject_toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Index: pyproject.toml
+ "ruamel.yaml.clib",
+ "prompt-toolkit",
+ "distro",
"awscrt>=0.19.18,<=0.19.19",
"awscrt>=0.19.18,<=0.20.11",
- "python-dateutil>=2.1,<=2.8.2",
- "jmespath>=0.7.1,<1.1.0",
- "urllib3>=1.25.4,<1.27",
Expand Down

0 comments on commit 687c3ae

Please sign in to comment.