python3Packages.ssh-python: 1.1.1 -> 03.0

https://github.com/ParallelSSH/ssh-python/blob/03.0/Changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:21 +02:00
parent 93e2fa35d2
commit 03038230f9
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "ssh-python";
version = "1.1.1";
version = "03.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "ParallelSSH";
repo = "ssh-python";
tag = version;
hash = "sha256-kidz4uHT5C8TUROLGQUHihemYtwOoWZQNw7ElbwYKLM=";
hash = "sha256-hrTf0eywmK/sbZ7fVPatJvcWh5e1/rCLpk0yQKlyLYU=";
};
build-system = [ setuptools ];
@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = {
description = "Python bindings for libssh C library";
homepage = "https://github.com/ParallelSSH/ssh-python";
changelog = "https://github.com/ParallelSSH/ssh-python/blob/${version}/Changelog.rst";
changelog = "https://github.com/ParallelSSH/ssh-python/blob/${src.tag}/Changelog.rst";
license = lib.licenses.lgpl21Only;
maintainers = with lib.maintainers; [ infinidoge ];
};