Merge pull request #56302 from jluttine/eth-utils-1.4.1
pythonPackage.eth-utils: 1.2.1 -> 1.4.1 & pythonPackage.eth-typing: 1.3.0 -> 2.0.0
This commit is contained in:
commit
37ca1a1743
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "eth-typing";
|
pname = "eth-typing";
|
||||||
version = "1.3.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
# Tests are missing from the PyPI source tarball so let's use GitHub
|
# Tests are missing from the PyPI source tarball so let's use GitHub
|
||||||
# https://github.com/ethereum/eth-typing/issues/8
|
# https://github.com/ethereum/eth-typing/issues/8
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
owner = "ethereum";
|
owner = "ethereum";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0703z7vlsfa3dvgcq22f9rzmj0svyp2a8wc7h73d0aac28ydhpv9";
|
sha256 = "017rshrz9kzax851hdbd3924jmr06h2sx3xdq7m4dwhgz3pgqfcy";
|
||||||
};
|
};
|
||||||
|
|
||||||
# setuptools-markdown uses pypandoc which is broken at the moment
|
# setuptools-markdown uses pypandoc which is broken at the moment
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "eth-utils";
|
pname = "eth-utils";
|
||||||
version = "1.2.1";
|
version = "1.4.1";
|
||||||
|
|
||||||
# Tests are missing from the PyPI source tarball so let's use GitHub
|
# Tests are missing from the PyPI source tarball so let's use GitHub
|
||||||
# https://github.com/ethereum/eth-utils/issues/130
|
# https://github.com/ethereum/eth-utils/issues/130
|
||||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
owner = "ethereum";
|
owner = "ethereum";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0g8f5vdjh7qd8kgsqqd9qkm6m79rx3w9yp0rf9vpdsv3xfzrkh1w";
|
sha256 = "1bwn7b5f0nzvwiw9zs63wy3qhaxvz2fhjp4wj9djp2337d7195h4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest hypothesis ];
|
checkInputs = [ pytest hypothesis ];
|
||||||
|
Loading…
Reference in New Issue
Block a user