python311Packages.pyathena 0 -> 1 attrpath: python311Packages.pyathena Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cqy0jkz41fds9ymq2s6lbvwf0y54wqk3-packages.json.drv building '/nix/store/cqy0jkz41fds9ymq2s6lbvwf0y54wqk3-packages.json.drv'... Going to be running update for following packages: - python3.11-pyathena-3.1.0 Press Enter key to continue... Running update for: - python3.11-pyathena-3.1.0: UPDATING ... - python3.11-pyathena-3.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyathena/default.nix b/pkgs/development/python-modules/pyathena/default.nix index 5c7930601745..706d06477c4f 100644 --- a/pkgs/development/python-modules/pyathena/default.nix +++ b/pkgs/development/python-modules/pyathena/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pyathena"; - version = "3.1.0"; + version = "3.4.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-cOTkKKeNzHcqRDfZaXR0CrL75SgH5102H89tuF4L9M4="; + hash = "sha256-v8qTVw6bKZmF2dLfHgvkHdb1/hriVMDFn8qBNWGU7yA="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.1.0" not present in staging derivation file with contents: { lib , boto3 , botocore , buildPythonPackage , fastparquet , fetchPypi , fsspec , pandas , poetry-core , pyarrow , pythonOlder , sqlalchemy , tenacity }: buildPythonPackage rec { pname = "pyathena"; version = "3.3.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-3S5iQembhaQ1McxAJyZEgG0z60S5UhEWGv7BtJbkPTc="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ boto3 botocore fsspec tenacity ]; passthru.optional-dependencies = { pandas = [ pandas ]; sqlalchemy = [ sqlalchemy ]; arrow = [ pyarrow ]; fastparquet = [ fastparquet ]; }; # Nearly all tests depend on a working AWS Athena instance, # therefore deactivating them. # https://github.com/laughingman7743/PyAthena/#testing doCheck = false; pythonImportsCheck = [ "pyathena" ]; meta = with lib; { description = "Python DB API 2.0 (PEP 249) client for Amazon Athena"; homepage = "https://github.com/laughingman7743/PyAthena/"; changelog = "https://github.com/laughingman7743/PyAthena/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ turion ]; }; }