Merge pull request #61409 from r-ryantm/auto-update/python3.7-xdis

python37Packages.xdis: 3.8.10 -> 4.0.1
This commit is contained in:
Renaud 2019-05-14 22:19:51 +02:00 committed by GitHub
commit f9e482e489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "uncompyle6"; pname = "uncompyle6";
version = "3.2.6"; version = "3.3.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "3a40f4f4b8b02a8687bd98c598980bed38a4770e3de253847eafed4b7167d07f"; sha256 = "096k1hipxxnsra5k86v6sm7bk1g0kb1f75yb44nvgf566kd6p119";
}; };
checkInputs = [ nose pytest hypothesis six ]; checkInputs = [ nose pytest hypothesis six ];
@ -23,8 +23,9 @@ buildPythonPackage rec {
# six import errors (yet it is supplied...) # six import errors (yet it is supplied...)
checkPhase = '' checkPhase = ''
pytest ./pytest --ignore=pytest/test_build_const_key_map.py \ runHook preCheck
--ignore=pytest/test_grammar.py pytest ./pytest --ignore=pytest/test_function_call.py
runHook postCheck
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xdis"; pname = "xdis";
version = "3.8.10"; version = "4.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b00f37296edf2a4fe7b67b5d861c342426d442666d241674fdfc333936bd59bf"; sha256 = "1ifakxxawyxw4w4p58m4xdc0c955miqyaq3dfbl386ipw0f50kyz";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];