python3.pkgs.service-identity: 24.1.0 -> 24.2.0
Changelog: https://github.com/pyca/service-identity/releases/tag/24.2.0
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
pyasn1-modules,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyopenssl,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "service-identity";
|
||||
version = "24.1.0";
|
||||
version = "24.2.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -25,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "pyca";
|
||||
repo = pname;
|
||||
tag = version;
|
||||
hash = "sha256-ibi9hls/VnVePv4fF2CyxI22P1RX6QpCwyeENWVPkx4=";
|
||||
hash = "sha256-onxCUWqGVeenLqB5lpUpj3jjxTM61ogXCQOGnDnClT4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -42,6 +43,8 @@ buildPythonPackage rec {
|
||||
pyasn1-modules
|
||||
];
|
||||
|
||||
checkInputs = [ pyopenssl ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "service_identity" ];
|
||||
|
||||
Reference in New Issue
Block a user