python3Packages.paramiko: 3.5.1 -> 4.0.0

https://github.com/paramiko/paramiko/blob/4.0.0/sites/www/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:14 +02:00
parent 763d843b44
commit c1a727a18e
@@ -3,7 +3,6 @@
bcrypt,
buildPythonPackage,
cryptography,
fetchpatch,
fetchPypi,
gssapi,
icecream,
@@ -18,23 +17,14 @@
buildPythonPackage rec {
pname = "paramiko";
version = "3.5.1";
version = "4.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ssZlvEWyshW9fX8DmQGxSwZ9oA86EeZkCZX9WPJmSCI=";
hash = "sha256-aiXwezgMycmojSuSCtNxZ6xGZ/jZiGzOvY+Q9lS11p8=";
};
patches = [
# Fix usage of dsa keys
# https://github.com/paramiko/paramiko/pull/1606/
(fetchpatch {
url = "https://github.com/paramiko/paramiko/commit/18e38b99f515056071fb27b9c1a4f472005c324a.patch";
hash = "sha256-bPDghPeLo3NiOg+JwD5CJRRLv2VEqmSx1rOF2Tf8ZDA=";
})
];
build-system = [ setuptools ];
dependencies = [