File tree Expand file tree Collapse file tree
pkgs/development/python-modules/streamz Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{ lib , buildPythonPackage , fetchPypi , fetchpatch
2- , tornado
3- , toolz
4- , zict
5- , six
6- , pytest
7- , networkx
8- , distributed
92, confluent-kafka
3+ , distributed
4+ , flaky
105, graphviz
6+ , networkx
7+ , pytest
118, requests
9+ , six
10+ , toolz
11+ , tornado
12+ , zict
1213} :
1314
1415buildPythonPackage rec {
1516 pname = "streamz" ;
16- version = "0.5.2 " ;
17+ version = "0.5.4 " ;
1718
1819 src = fetchPypi {
1920 inherit pname version ;
20- sha256 = "127rpdjgkcyjifmkqbhmqfbzlgi32n54rybrdxja610qr906y40c " ;
21+ sha256 = "1vzmwnj12ij0cqhggys2dqv3b0v935yfzhcjwl5jw206vlla22bw " ;
2122 } ;
2223
23- patches = [
24- # fix networkx rename issue of GiGraph.node -> DiGraph.nodes, remove on next bump
25- ( fetchpatch {
26- url = "https://github.com/python-streamz/streamz/commit/f8b7bdb6bcb9dd107677e82e755ff4695bf0c4be.patch" ;
27- sha256 = "1b2frp0j369gf55plxk2pigblhsc44m0rm9az01y83cjlcm26x2s" ;
28- } )
29- # also, fix networkx rename issue of GiGraph.node -> DiGraph.nodes, remove on next bump
30- ( fetchpatch {
31- url = "https://github.com/python-streamz/streamz/commit/f7603f4cbea54f1548885881206a3ca9d6e52250.patch" ;
32- sha256 = "1125kqiaz6b3cifz0yk1zrkxj5804lfzl4kc58jhqajv8rsrbs45" ;
33- } )
34- ] ;
35-
3624 propagatedBuildInputs = [
3725 networkx
3826 tornado
@@ -44,6 +32,7 @@ buildPythonPackage rec {
4432 checkInputs = [
4533 confluent-kafka
4634 distributed
35+ flaky
4736 graphviz
4837 pytest
4938 requests
You can’t perform that action at this time.
0 commit comments