python310Packages.pyjwt: 2.7.0 -> 2.8.0
Changelog: https://github.com/jpadilla/pyjwt/blob/2.8.0/CHANGELOG.rst
This commit is contained in:
committed by
Martin Weinelt
parent
43c941588e
commit
9ccbaee24d
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyjwt";
|
||||
version = "2.7.0";
|
||||
version = "2.8.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "PyJWT";
|
||||
inherit version;
|
||||
hash = "sha256-vWyko8QoXBotQ0nloDX9+PuU4EzND8vmuiidrpzD4HQ=";
|
||||
hash = "sha256-V+KNFW49XBAIjgxoq7kL+sPfgrQKcb0NqiDGXM1cI94=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -45,6 +45,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
] ++ (lib.flatten (lib.attrValues passthru.optional-dependencies));
|
||||
|
||||
disabledTests = [
|
||||
# requires internet connection
|
||||
"test_get_jwt_set_sslcontext_default"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "jwt" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user