python311Packages.cryptodatahub: 0.10.1 -> 0.12.2
Diff: https://gitlab.com/coroner/cryptodatahub/-/compare/refs/tags/v0.10.1...v0.12.2 Changelog: https://gitlab.com/coroner/cryptodatahub/-/blob/0.12.2/CHANGELOG.rst
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cryptodatahub";
|
||||
version = "0.10.1";
|
||||
version = "0.12.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "coroner";
|
||||
repo = "cryptodatahub";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-eLdK5gFrLnbIBB1NTeQzpdCLPdATVjzPn5LhhUsDuwo=";
|
||||
hash = "sha256-zVHHBQYcl26zTtXPAs/AgKOojKQORu08rpkfY0l1zjM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -60,6 +60,8 @@ buildPythonPackage rec {
|
||||
preCheck = ''
|
||||
# failing tests
|
||||
rm test/updaters/test_common.py
|
||||
# Tests require network access
|
||||
rm test/common/test_utils.py
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user