Skip to content

Commit

Permalink
2.15.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Dec 9, 2023
1 parent 2403ade commit ed8ce7f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# each other and error out.
if: steps.git-check.outputs.modified == 'true' && matrix.os.do-git-push
run: |
git config --global user.name 'Joel[bot]'
git config --global user.email '17298529+knightjoel@users.noreply.github.com'
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git commit -a -m 'Sync'
git push
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
4 changes: 2 additions & 2 deletions ports/devel/py-awscrt/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (awscrt-0.19.18.tar.gz) = NQtu/Y6+4ILqPz5SxZo8PsWUza8B24tIU9zrn+yQyJ0=
SIZE (awscrt-0.19.18.tar.gz) = 32064565
SHA256 (awscrt-0.19.19.tar.gz) = HBURU13uFGpsJqOC7T6tViWaEFs7fX2CNVOuVn0Djf4=
SIZE (awscrt-0.19.19.tar.gz) = 32064862
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
4 changes: 2 additions & 2 deletions ports/sysutils/awscliv2/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (aws-cli-2.14.5.tar.gz) = fSIh8D0nLdeMeDqUrcTwt+hVq00ly6qYxNUvfd0QLI0=
SIZE (aws-cli-2.14.5.tar.gz) = 14526933
SHA256 (aws-cli-2.15.0.tar.gz) = 0yJDezYRw2lrgZc3jXLpevL5WrpOS4aNnxvIhFfMn2I=
SIZE (aws-cli-2.15.0.tar.gz) = 14539842
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 ed8ce7f

Please sign in to comment.