mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python311Packages.authheaders: 0.15.3 -> 0.16.2
Diff: https://github.com/ValiMail/authentication-headers/compare/refs/tags/0.15.3...0.16.2 Changelog: https://github.com/ValiMail/authentication-headers/blob0.16.2/CHANGES
This commit is contained in:
parent
292d8dff13
commit
cea1ed8e8e
@ -5,15 +5,15 @@
|
||||
, dnspython
|
||||
, fetchFromGitHub
|
||||
, publicsuffix2
|
||||
, pythonOlder
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "authheaders";
|
||||
version = "0.15.3";
|
||||
format = "setuptools";
|
||||
version = "0.16.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -21,9 +21,13 @@ buildPythonPackage rec {
|
||||
owner = "ValiMail";
|
||||
repo = "authentication-headers";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-96fCx5uN7yegTrCN+LSjtu4u3RL+dcxV/Puyo0eziI8=";
|
||||
hash = "sha256-/vxUUSWwysYQzcy2AmkF4f8R59FHRnBfFlPRpfM9e5o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
authres
|
||||
dnspython
|
||||
@ -40,6 +44,11 @@ buildPythonPackage rec {
|
||||
"authheaders"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Test fails with timeout even if the resolv.conf hack is present
|
||||
"test_authenticate_dmarc_psdsub"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python library for the generation of email authentication headers";
|
||||
homepage = "https://github.com/ValiMail/authentication-headers";
|
||||
|
Loading…
Reference in New Issue
Block a user