v1.2.1
📝 Release notes
📦 PyPI page: https://pypi.org/project/ansible-pylibssh/1.2.1
🌱 v1.2.1 is marked as a stable release.
🔗 This release has been produced by the following workflow run: https://github.com/ansible/pylibssh/actions/runs/9699128891
v1.2.1
(2024-06-27)
Bug fixes
-
Downloading non-existent remote files via SCP no longer crashes the
program -- by @Jakuje.Related issues and pull requests on GitHub: #208, #325, #620.
Packaging updates and notes for downstreams
-
The RPM specification now opts out of demanding that the compiled
C-extensions have a Build ID present under EL -- by @webknjaz. -
The RPM specification has been updated to pre-build the vendored
copy ofsetuptools-scm
with the isolation disabled, addressing the
build problem in EL 9 -- by @webknjaz.Related commits on GitHub:
dd85dde. -
The RPM definition now runs import self-checks when it is built for
Fedora Linux -- by @webknjaz.Related issues and pull requests on GitHub: #615.
Contributor-facing changes
-
RPM builds are now also tested against UBI 9.4 in CI -- by
@webknjaz.Related commits on GitHub:
e9ad0a7.