python3Packages.xmlsec: 1.3.9 -> 1.3.11
This commit is contained in:
parent
31634eb7d8
commit
fe84261826
@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "xmlsec";
|
pname = "xmlsec";
|
||||||
version = "1.3.9";
|
version = "1.3.11";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1c4k42zv3plm6v65p7z6l5rxyf50h40d02nhc16vq7cjrfvdf4rx";
|
sha256 = "sha256-zS6q/38xeEoH3ZnOgfp2cxPfO6GDT6pBQ+4sBwAMrHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/mehcode/python-xmlsec/issues/84#issuecomment-632930116
|
# https://github.com/mehcode/python-xmlsec/issues/84#issuecomment-632930116
|
||||||
@ -38,6 +38,8 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytestCheckHook hypothesis ];
|
checkInputs = [ pytestCheckHook hypothesis ];
|
||||||
disabledTestPaths = [ "tests/test_doc_examples.py" ];
|
disabledTestPaths = [ "tests/test_doc_examples.py" ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "xmlsec" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python bindings for the XML Security Library";
|
description = "Python bindings for the XML Security Library";
|
||||||
homepage = "https://github.com/mehcode/python-xmlsec";
|
homepage = "https://github.com/mehcode/python-xmlsec";
|
||||||
|
Loading…
Reference in New Issue
Block a user