python3Packages.pythran: 0.18.0 -> 0.18.1

https://github.com/serge-sans-paille/pythran/blob/0.18.1/Changelog

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:10 +01:00
parent fd1ae1b22b
commit b8a0472754
@@ -24,14 +24,14 @@ let
in
buildPythonPackage rec {
pname = "pythran";
version = "0.18.0";
version = "0.18.1";
pyproject = true;
src = fetchFromGitHub {
owner = "serge-sans-paille";
repo = "pythran";
tag = version;
hash = "sha256-GZSVcB4JIx02eiUb9d7o5cUAyICIoH6m0mz4TL7a9PY=";
hash = "sha256-H13FGApWCgBLWOtoZ5yEIV4Z+KAOK3Xs4KFM4oLmKmk=";
};
patches = [
@@ -59,6 +59,11 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [
"gast"
"beniget"
];
pythonImportsCheck = [
"pythran"
"pythran.backend"
@@ -72,7 +77,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
changelog = "https://github.com/serge-sans-paille/pythran/blob/${src.rev}/Changelog";
changelog = "https://github.com/serge-sans-paille/pythran/blob/${src.tag}/Changelog";
description = "Ahead of Time compiler for numeric kernels";
homepage = "https://github.com/serge-sans-paille/pythran";
license = lib.licenses.bsd3;