python3Packages.stringzilla: 4.6.0 -> 4.6.1
Diff: https://github.com/ashvardanian/stringzilla/compare/v4.6.0...v4.6.1 Changelog: https://github.com/ashvardanian/StringZilla/releases/tag/v4.6.1
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stringzilla";
|
||||
version = "4.6.0";
|
||||
version = "4.6.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ashvardanian";
|
||||
repo = "stringzilla";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-5WAD5ZpzhdIDv1kUVinc5z91N/tQVScO75kOPC1WWlY=";
|
||||
hash = "sha256-yAxHOcxS4YYX0lvKwUExIBFBM5RDyFgeW9QA0WZBthA=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -34,11 +34,6 @@ buildPythonPackage rec {
|
||||
|
||||
enabledTestPaths = [ "scripts/test_stringzilla.py" ];
|
||||
|
||||
disabledTests = [
|
||||
# test downloads CaseFolding.txt from unicode.org
|
||||
"test_utf8_case_fold_all_codepoints"
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/ashvardanian/StringZilla/releases/tag/${src.tag}";
|
||||
description = "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances";
|
||||
|
||||
Reference in New Issue
Block a user