mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.python-pskc: 1.4 -> 1.4-unstable-2026-07-18
This update is to include a fix which makes python-pskc not break with signxml 5.1.0.
This commit is contained in:
committed by
Sandro Jäckel
parent
f9e569bea0
commit
662085ded2
@@ -10,18 +10,19 @@
|
||||
python-dateutil,
|
||||
setuptools,
|
||||
signxml,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-pskc";
|
||||
version = "1.4";
|
||||
version = "1.4-unstable-2026-07-18";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "arthurdejong";
|
||||
repo = "python-pskc";
|
||||
tag = version;
|
||||
hash = "sha256-WBpS0EJA4arAn7O47ZHq3sBOd9D4tjYZKIi24xX5Hvs=";
|
||||
rev = "6bcd0274db24467f7c9c410b31461228f70d6620";
|
||||
hash = "sha256-0Pf803akJdTTCeMYC0/CwZNMySYQReFNbt69nl24AII=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -49,6 +50,16 @@ buildPythonPackage rec {
|
||||
export TZ=Europe/Amsterdam
|
||||
'';
|
||||
|
||||
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Assert difference between tzinfo=tzutc() and tzinfo=tzlocal()
|
||||
"tests/test_draft_ietf_keyprov_pskc_02.doctest::test_draft_ietf_keyprov_pskc_02.doctest"
|
||||
"tests/test_draft_keyprov.doctest::test_draft_keyprov.doctest"
|
||||
"tests/test_feitian.doctest::test_feitian.doctest"
|
||||
"tests/test_misc.doctest::test_misc.doctest"
|
||||
"tests/test_rfc6030.doctest::test_rfc6030.doctest"
|
||||
"tests/test_yubico.doctest::test_yubico.doctest"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pskc" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user