mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
python312Packages.checkdmarc: 5.5.0 -> 5.7.8
Changelog: https://github.com/domainaware/checkdmarc/blob/5.7.8/CHANGELOG.md
This commit is contained in:
parent
d584552796
commit
171142d09c
@ -6,17 +6,20 @@
|
||||
expiringdict,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
pem,
|
||||
publicsuffixlist,
|
||||
pyleri,
|
||||
pyopenssl,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
timeout-decorator,
|
||||
xmltodict,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "checkdmarc";
|
||||
version = "5.5.0";
|
||||
version = "5.7.8";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -25,19 +28,24 @@ buildPythonPackage rec {
|
||||
owner = "domainaware";
|
||||
repo = "checkdmarc";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-skQqLWBEmfyiW2DsRRbj3Lfj52QZca0zKenFC7LltjM=";
|
||||
hash = "sha256-fqSRqiakwFk1Cfb79oOEBbPF/fbtumuV7M6Mjl09Vmw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
pythonRelaxDeps = [ "xmltodict" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
cryptography
|
||||
dnspython
|
||||
expiringdict
|
||||
pem
|
||||
publicsuffixlist
|
||||
pyleri
|
||||
pyopenssl
|
||||
requests
|
||||
timeout-decorator
|
||||
xmltodict
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
@ -48,6 +56,7 @@ buildPythonPackage rec {
|
||||
|
||||
disabledTests = [
|
||||
# Tests require network access
|
||||
"testBIMI"
|
||||
"testDMARCPctLessThan100Warning"
|
||||
"testSPFMissingARecord"
|
||||
"testSPFMissingMXRecord"
|
||||
|
Loading…
Reference in New Issue
Block a user