Skip to content

Commit 6b2197a

Browse files
committed
Update to libssh 0.12.0 in platform-specific wheels
Follow-up from ansible#797 Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 6ccda9f commit 6b2197a

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Updated the bundled version of libssh to 0.12.0 in platform-specific
2+
wheels published on PyPI -- by :user:`Jakuje`.
3+

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ PRE_COMMIT_COLOR = "always"
220220
PY_COLORS = "1"
221221

222222
[tool.cibuildwheel.linux]
223-
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.3"
224-
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.3"
225-
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.3"
226-
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.3"
223+
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.12.0"
224+
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.12.0"
225+
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.12.0"
226+
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.12.0"
227227
skip = [
228228
"*-musllinux_*", # FIXME: musllinux needs us to provide with containers pre-built libssh
229229
"pp*", # FIXME: we don't ship these currently but could

0 commit comments

Comments
 (0)