Skip to content

Commit f6988ba

Browse files
author
Jonathan Ringer
committed
python3Packages.streamz: 0.5.2 -> 0.5.4
1 parent a3b66fa commit f6988ba

1 file changed

Lines changed: 11 additions & 22 deletions

File tree

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

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,26 @@
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

1415
buildPythonPackage 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

0 commit comments

Comments
 (0)