Skip to content

Commit 6c49d4a

Browse files
python3Packages.granian: 2.7.5 -> 2.7.8 (#537140)
2 parents 0f971a8 + dd41f01 commit 6c49d4a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pkgs/development/python-modules/granian/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildPythonPackage rec {
2222
pname = "granian";
23-
version = "2.7.5";
23+
version = "2.7.8";
2424
pyproject = true;
2525

2626
src = fetchFromGitHub {
2727
owner = "emmett-framework";
2828
repo = "granian";
2929
tag = "v${version}";
30-
hash = "sha256-6NOag3PHI4BOi5JuulRqhKeyDWuMxxu0bfb8ViQxDWY=";
30+
hash = "sha256-89Kl/MrotK0fv0oAayUuZXyLLG9PPM1km57ER+dM1jw=";
3131
};
3232

3333
# Granian forces a custom allocator for all the things it runs,
@@ -40,7 +40,7 @@ buildPythonPackage rec {
4040

4141
cargoDeps = rustPlatform.fetchCargoVendor {
4242
inherit pname version src;
43-
hash = "sha256-R4thKT3lMo/CFv+CokGSDzynTKOMCLRjVEy7Ojip4qA=";
43+
hash = "sha256-mnqtzZ2+xuxUezhsgw+gr6MmWbi4Z4j0bHndys6vHFw=";
4444
};
4545

4646
nativeBuildInputs = with rustPlatform; [

pkgs/development/python-modules/granian/no-alloc.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
diff --git a/Cargo.toml b/Cargo.toml
2-
index e1b6a3d..8fe77cf 100644
2+
index a33fb2c..8426d66 100644
33
--- a/Cargo.toml
44
+++ b/Cargo.toml
55
@@ -46,3 +46,2 @@ itertools = "0.14"
66
log = "0.4"
77
-mimalloc = { version = "0.1.49", default-features = false, features = ["local_dynamic_tls"], optional = true }
88
mime_guess = "=2.0"
99
@@ -58,3 +57,2 @@ socket2 = { version = "=0.6", features = ["all"] }
10-
sysinfo = "=0.38"
11-
-tikv-jemallocator = { version = "0.6.0", default-features = false, features = ["disable_initial_exec_tls"], optional = true }
10+
sysinfo = "=0.39"
11+
-tikv-jemallocator = { version = "=0.7", default-features = false, features = ["disable_initial_exec_tls"], optional = true }
1212
tls-listener = { version = "=0.11", git = "https://github.com/gi0baro/tls-listener.git", branch = "0.11.x", features = ["rustls-ring", "rustls-tls12"] }
1313
@@ -68,6 +66,2 @@ pyo3-build-config = "=0.27"
1414

0 commit comments

Comments
 (0)