From 2bed53971c4eb6804bb30f8ea7dac4725fcba588 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 6 Jun 2025 17:35:59 +0200 Subject: [PATCH] Update to libssh 0.11.1 in pyproject Signed-off-by: Jakub Jelen --- docs/changelog-fragments/735.packaging.rst | 2 ++ pyproject.toml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 docs/changelog-fragments/735.packaging.rst diff --git a/docs/changelog-fragments/735.packaging.rst b/docs/changelog-fragments/735.packaging.rst new file mode 100644 index 000000000..868bf7edb --- /dev/null +++ b/docs/changelog-fragments/735.packaging.rst @@ -0,0 +1,2 @@ +Started bundling a copy of libssh 0.11.1 in platform-specific +wheels published on PyPI -- by :user:`Jakuje`. diff --git a/pyproject.toml b/pyproject.toml index ac00a9aba..09f7690df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -161,10 +161,10 @@ PRE_COMMIT_COLOR = "always" PY_COLORS = "1" [tool.cibuildwheel.linux] -manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.9.6" -manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.9.6" -manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.9.6" -manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.9.6" +manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.1" +manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.1" +manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.1" +manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.1" skip = [ "*-musllinux_*", # FIXME: musllinux needs us to provide with containers pre-built libssh "pp*", # FIXME: we don't ship these currently but could