Skip to content

Commit

Permalink
py3-awscrt/0.23.2 package update (#34747)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Hunter Harris <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent d006d14 commit fa15615
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions py3-awscrt.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: py3-awscrt
version: 0.23.1
version: 0.23.2
epoch: 0
description: Python bindings for the AWS Common Runtime
copyright:
Expand Down Expand Up @@ -38,9 +38,16 @@ pipeline:
with:
repository: https://github.com/awslabs/aws-crt-python
tag: v${{package.version}}
expected-commit: e85656611c0172aea7fc990aa16fdf3bdbcc1218
expected-commit: 7e52d8a156d44e13afb571b674893441fc94541e
recurse-submodules: true

- runs: |
# Update s2n to solve compilation error "implicit declaration of function 's2n_cleanup_final'; did you mean 's2n_cleanup_thread'?"
# Fix is available in s2n version 1.5.7 https://github.com/awslabs/aws-c-io/issues/688
# Bumping to that commit; this should be removable once aws-crt-python bumps the submodule version too.
cd crt/s2n
git checkout 9f4baecc753d6fe01c13e4f422d2e327c64d06b8
- runs: |
# Allow linking to shared libraries
sed -i.dist '/:lib/d' setup.py
Expand Down

0 comments on commit fa15615

Please sign in to comment.