Merge pull request #255667 from fabaff/karton-core-bump

python311Packages.karton-core: 5.2.0 -> 5.3.0
This commit is contained in:
Fabian Affolter 2023-09-17 18:35:42 +02:00 committed by GitHub
commit 4d935e4864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ buildPythonPackage rec {
# Tests expecting results from a different version of libmagic # Tests expecting results from a different version of libmagic
"test_process_archive_ace" "test_process_archive_ace"
"test_process_runnable_win32_lnk" "test_process_runnable_win32_lnk"
"test_process_misc_csv"
]; ];
meta = with lib; { meta = with lib; {

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "karton-core"; pname = "karton-core";
version = "5.2.0"; version = "5.3.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "CERT-Polska"; owner = "CERT-Polska";
repo = "karton"; repo = "karton";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1Bv0e218cvLuv/go0L13C39fFAeo0FJeCoU+XFUBhzk="; hash = "sha256-sf8O4Y/yMoTFCibQRtNDX3pXdQ0Xzor3WqeU4xp3WuU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [