python311Packages.stone: 3.3.1 -> 3.3.3

Diff: https://github.com/dropbox/stone/compare/refs/tags/v3.3.1...v3.3.3

Changelog: https://github.com/dropbox/stone/releases/tag/v3.3.3
This commit is contained in:
Fabian Affolter 2024-04-23 16:39:27 +02:00 committed by Jonathan Ringer
parent 1c715f0e00
commit cc2dd222a3
1 changed files with 3 additions and 6 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "stone";
version = "3.3.1";
version = "3.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,15 +20,12 @@ buildPythonPackage rec {
owner = "dropbox";
repo = "stone";
rev = "refs/tags/v${version}";
hash = "sha256-0FWdYbv+paVU3Wj6g9OrSNUB0pH8fLwTkhVIBPeFB/U=";
hash = "sha256-l86j2fd6x57bKt/TFGiyg+ZFjZFFCo43rE48MoPvXWc=";
};
postPatch = ''
# https://github.com/dropbox/stone/issues/288
substituteInPlace stone/frontend/ir_generator.py \
--replace-fail "inspect.getargspec" "inspect.getfullargspec"
substituteInPlace setup.py \
--replace-fail "'pytest-runner == 5.2.0'," ""
--replace-fail "'pytest-runner == 5.3.2'," ""
'';
build-system = [