Skip to content

Commit

Permalink
Bump to 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Nov 28, 2023
1 parent 778fa5e commit ae7fec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.13.39
MODPY_EGG_VERSION = 2.14.1
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.16.11,<=0.19.16
RUN_DEPENDS += devel/py-awscrt>=0.19.12,<=0.19.16
# !!! check pyproject.toml for exact dependency versions
RUN_DEPENDS += devel/py-colorama${MODPY_FLAVOR}
RUN_DEPENDS += textproc/py-docutils${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.16.4,<=0.19.16",
"awscrt>=0.19.12,<=0.19.16",
- "python-dateutil>=2.1,<3.0.0",
- "jmespath>=0.7.1,<1.1.0",
- "urllib3>=1.25.4,<1.27",
Expand Down

0 comments on commit ae7fec3

Please sign in to comment.