Merge pull request #271349 from r-ryantm/auto-update/python310Packages.duecredit

python310Packages.duecredit: 0.9.2 -> 0.9.3
This commit is contained in:
Pierre Bourdon
2023-12-03 17:32:04 +01:00
committed by GitHub
@@ -7,23 +7,22 @@
, vcrpy
, citeproc-py
, requests
, six
}:
buildPythonPackage rec {
pname = "duecredit";
version = "0.9.2";
version = "0.9.3";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Dg/Yfp5GzmyUMI6feAwgP+g22JYoQE+L9a+Wp0V77Rw=";
hash = "sha256-+DeOqQ0R+XUlkuSHySFj2oDZqf85mT64PAi/LtTso3I=";
};
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [ citeproc-py requests six ];
propagatedBuildInputs = [ citeproc-py requests ];
nativeCheckInputs = [ pytestCheckHook vcrpy ];
disabledTests = [ "test_import_doi" ]; # tries to access network