tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.jsonrpc-async: 2.1.0 -> 2.1.1
Fabian Affolter
3 years ago
f6ffa113
fc6a90ab
+2
-12
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
jsonrpc-async
default.nix
+2
-12
pkgs/development/python-modules/jsonrpc-async/default.nix
···
2
2
, aiohttp
3
3
, buildPythonPackage
4
4
, fetchFromGitHub
5
5
-
, fetchpatch
6
5
, jsonrpc-base
7
6
, pytest-aiohttp
8
7
, pytestCheckHook
···
11
10
12
11
buildPythonPackage rec {
13
12
pname = "jsonrpc-async";
14
14
-
version = "2.1.0";
13
13
+
version = "2.1.1";
15
14
format = "setuptools";
16
15
17
16
disabled = pythonOlder "3.7";
···
20
19
owner = "emlove";
21
20
repo = pname;
22
21
rev = version;
23
23
-
hash = "sha256-Lr8gvQR0Q46b/e1K/XyvqtJo18nBpHjlDdNq4vjCMyU=";
22
22
+
hash = "sha256-HhesXzxVjhWJkubiBi6sMoXi/zicqn99dqT5bilycS8=";
24
23
};
25
24
26
25
propagatedBuildInputs = [
···
31
30
checkInputs = [
32
31
pytest-aiohttp
33
32
pytestCheckHook
34
34
-
];
35
35
-
36
36
-
patches = [
37
37
-
# Fix tests with later pytest-aiohttp, https://github.com/emlove/jsonrpc-async/pull/9
38
38
-
(fetchpatch {
39
39
-
name = "support-later-pytest-aiohttp.patch";
40
40
-
url = "https://github.com/emlove/jsonrpc-async/commit/8b790f23af0d898df90460029d5ba3bcfb0423ed.patch";
41
41
-
sha256 = "sha256-rthHRF90hywMIbvIHo3Do/uzXKe+STPOoZIa80H4b/g=";
42
42
-
})
43
33
];
44
34
45
35
pytestFlagsArray = [