python310Packages.redshift-connector 2.0.914 -> 2.0.917 https://repology.org/project/python:redshift-connector/versions attrpath: python310Packages.redshift-connector 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/14prf05ficfa05n1mf48qszr1askjpix-packages.json.drv building '/nix/store/14prf05ficfa05n1mf48qszr1askjpix-packages.json.drv'... Going to be running update for following packages: - python3.10-redshift-connector-2.0.914 Press Enter key to continue... Running update for: - python3.10-redshift-connector-2.0.914: UPDATING ... - python3.10-redshift-connector-2.0.914: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/redshift-connector/default.nix b/pkgs/development/python-modules/redshift-connector/default.nix index 4bd4b3c14619..01f2766216e2 100644 --- a/pkgs/development/python-modules/redshift-connector/default.nix +++ b/pkgs/development/python-modules/redshift-connector/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "redshift-connector"; - version = "2.0.914"; + version = "2.0.918"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "aws"; repo = "amazon-redshift-python-driver"; rev = "refs/tags/v${version}"; - hash = "sha256-fGOo9FgVMI6ayyB3EMN6RGThwWciShcBZzWTZWtOt8E="; + hash = "sha256-hGj/KZz3QYpA/MQE4TcX4wYazMs10RIJCDNyZ+puEYY="; }; # remove addops as they add test directory and coverage parameters to pytest No auto update branch exists Old version 2.0.914" not present in staging derivation file with contents: { beautifulsoup4 , boto3 , buildPythonPackage , fetchFromGitHub , lib , lxml , packaging , pytest-mock , pytestCheckHook , pythonOlder , pytz , requests , scramp }: buildPythonPackage rec { pname = "redshift-connector"; version = "2.0.917"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-redshift-python-driver"; rev = "refs/tags/v${version}"; hash = "sha256-Qrh6ruB/e7ZeZ33fD9VmtAX+I6OUL5I/zjRv9oh1bO0="; }; # remove addops as they add test directory and coverage parameters to pytest postPatch = '' substituteInPlace setup.cfg --replace 'addopts =' 'no-opts =' ''; propagatedBuildInputs = [ beautifulsoup4 boto3 lxml packaging pytz requests scramp ]; nativeCheckInputs = [ pytest-mock pytestCheckHook ]; # integration tests require a Redshift cluster pytestFlagsArray = [ "test/unit" ]; __darwinAllowLocalNetworking = true; # required for tests meta = { description = "Redshift interface library"; homepage = "https://github.com/aws/amazon-redshift-python-driver"; changelog = "https://github.com/aws/amazon-redshift-python-driver/releases/tag/v${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ mcwitt ]; }; }