python312Packages.pyathena: 3.8.3 -> 3.9.0

This commit is contained in:
R. Ryantm 2024-08-07 02:52:07 +00:00 committed by natsukium
parent 60c217585b
commit f1f0fd9315
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -9,6 +9,7 @@
hatchling,
pandas,
pyarrow,
python-dateutil,
pythonOlder,
sqlalchemy,
tenacity,
@ -16,14 +17,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.8.3";
version = "3.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-mcYIYOgww4UM0CAcdtOD12pp53clPdDqN85bLRHGDag=";
hash = "sha256-SxHUnfAyVcVW4R9j0ONGzCXqGWdaeseP/QU3vNhMtI8=";
};
nativeBuildInputs = [ hatchling ];
@ -33,6 +34,7 @@ buildPythonPackage rec {
botocore
fsspec
tenacity
python-dateutil
];
passthru.optional-dependencies = {