Skip to content

Commit

Permalink
Bump to 2.13.39
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Nov 27, 2023
1 parent 1b3b76a commit 319a34e
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.12
MODPY_EGG_VERSION = 0.19.16
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.13.37
MODPY_EGG_VERSION = 2.13.39
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.12
RUN_DEPENDS += devel/py-awscrt>=0.16.11,<=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.12",
"awscrt>=0.16.4,<=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 319a34e

Please sign in to comment.