python3Packages.tornado: 6.5.4 -> 6.5.7
https://www.tornadoweb.org/en/stable/releases/v6.5.5.html https://www.tornadoweb.org/en/stable/releases/v6.5.6.html https://www.tornadoweb.org/en/stable/releases/v6.5.7.html Fixes: CVE-2026-49853, CVE-2026-49855, CVE-2026-49854
This commit is contained in:
@@ -18,16 +18,16 @@
|
||||
urllib3,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "tornado";
|
||||
version = "6.5.4";
|
||||
version = "6.5.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tornadoweb";
|
||||
repo = "tornado";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-d6lKg8yrQqaCeKxdPjQNzv7Nc23U/v8d5x3sE3trRM4=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-iE0Tf95zmPoZJhw7FDLzTmv8HaWds3ZU5xzZSMvxFH4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -63,9 +63,10 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://www.tornadoweb.org/en/stable/releases/${finalAttrs.src.tag}.html";
|
||||
description = "Web framework and asynchronous networking library";
|
||||
homepage = "https://www.tornadoweb.org/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user