python312Packages.symbolic: 10.2.1 -> 12.14.1

https://github.com/getsentry/symbolic/blob/12.14.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-04-03 23:11:57 +02:00
parent e5bde6db8c
commit e9419bc61c
2 changed files with 3 additions and 2745 deletions
File diff suppressed because it is too large Load Diff
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "symbolic";
version = "10.2.1"; # glitchtip currently only works with symbolic 10.x
version = "12.14.1"; # glitchtip currently only works with symbolic 10.x
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "symbolic";
tag = version;
hash = "sha256-3u4MTzaMwryGpFowrAM/MJOmnU8M+Q1/0UtALJib+9A=";
hash = "sha256-u3nEYvnt2P+W/0zYctikMgdkalej86eCYhfWj9LW4pU=";
# for some reason the `py` directory in the tarball is empty, so we fetch the source via git instead
forceFetchGit = true;
};
@@ -31,9 +31,8 @@ buildPythonPackage rec {
pname
version
src
postPatch
;
hash = "sha256-cpIVzgcxKfEA5oov6/OaXqknYsYZUoduLTn2qIXGL5U=";
hash = "sha256-X8IjmSQD32bougiUFyuk8OOGIzIQgk/TjVM5bgUey5M=";
};
nativeBuildInputs = [
@@ -46,10 +45,6 @@ buildPythonPackage rec {
dependencies = [ cffi ];
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
preBuild = ''
cd py
'';