Merge pull request #172305 from fabaff/oletools-bump

python310Packages.oletools: 0.60 -> 0.60.1
main
Fabian Affolter 2 years ago committed by GitHub
commit ea38d7f7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/development/python-modules/oletools/default.nix

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "oletools";
version = "0.60";
version = "0.60.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "decalage2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gatUVkf8iT1OGnahX1BzQLDypCqhS1EvkAgUHJ6myA4=";
hash = "sha256-H3oL8sk2r267wV0hoHOq9r9DY2Atxs+hZUVb6tmHy0w=";
};
propagatedBuildInputs = [
@ -47,6 +47,7 @@ buildPythonPackage rec {
disabledTests = [
# Test fails with AssertionError: Tuples differ: ('MS Word 2007+...
"test_all"
"test_xlm"
];
pythonImportsCheck = [
@ -54,7 +55,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Python tool to analyze MS OLE2 files and MS Office documents";
description = "Module to analyze MS OLE2 files and MS Office documents";
homepage = "https://github.com/decalage2/oletools";
license = with licenses; [ bsd2 /* and */ mit ];
maintainers = with maintainers; [ fab ];

Loading…
Cancel
Save