Skip to content

Commit bf0528d

Browse files
authored
Merge pull request #753 from Jakuje/libssh-0.11.2-pyproject
2 parents d6f5212 + 6347e8f commit bf0528d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The bundled libssh 0.11.2 no longer fails, when the SFTP server announces
2+
protocol version 3, but does not provide error message and language tag
3+
in the ``SSH_FXP_STATUS`` message -- by :user:`Jakuje`.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Updated the bundled version of libssh to 0.11.2 in platform-specific
2+
wheels published on PyPI -- by :user:`Jakuje`.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ PRE_COMMIT_COLOR = "always"
161161
PY_COLORS = "1"
162162

163163
[tool.cibuildwheel.linux]
164-
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.1"
165-
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.1"
166-
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.1"
167-
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.1"
164+
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.2"
165+
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.2"
166+
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.2"
167+
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.2"
168168
skip = [
169169
"*-musllinux_*", # FIXME: musllinux needs us to provide with containers pre-built libssh
170170
"pp*", # FIXME: we don't ship these currently but could

0 commit comments

Comments
 (0)