Skip to content

Commit

Permalink
2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Dec 9, 2023
1 parent dda2569 commit f967d51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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.18
MODPY_EGG_VERSION = 0.19.19
DISTNAME = awscrt-${MODPY_EGG_VERSION}
PKGNAME = py-awscrt-${MODPY_EGG_VERSION}

Expand Down
5 changes: 2 additions & 3 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.14.5
MODPY_EGG_VERSION = 2.15.0
PKGNAME = awscli-${MODPY_EGG_VERSION}

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

MODPY_PYBUILD = flit_core

RUN_DEPENDS += devel/py-awscrt=0.19.18
# !!! check pyproject.toml for exact dependency versions
RUN_DEPENDS += devel/py-awscrt>=0.19.18,<=0.19.19
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",
"awscrt>=0.19.18,<=0.19.19",
- "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 f967d51

Please sign in to comment.