python3Packages.sqlframe: 3.31.3 -> 3.38.0

https://github.com/eakmanrq/sqlframe/releases/tag/v3.38.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:21 +02:00
parent 6ec69a8f8b
commit fe2557b166
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "sqlframe";
version = "3.31.3";
version = "3.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "eakmanrq";
repo = "sqlframe";
tag = "v${version}";
hash = "sha256-x9ILbtl71Xp4p5OWQ/goays5W6uE17FCes7ZVfWZBwY=";
hash = "sha256-zzYhKAteYKvm6p6LkuGEDHJcOz9Miaqv2zztLlfTY1A=";
};
build-system = [
@@ -72,7 +72,7 @@ buildPythonPackage rec {
meta = {
description = "Turning PySpark Into a Universal DataFrame API";
homepage = "https://github.com/eakmanrq/sqlframe";
changelog = "https://github.com/eakmanrq/sqlframe/releases/tag/v${version}";
changelog = "https://github.com/eakmanrq/sqlframe/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
};