python311Packages.twilio 0 -> 1 attrpath: python311Packages.twilio 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/j44c7bya13fwvgs4xy55nsy4fqqh5bva-packages.json.drv building '/nix/store/j44c7bya13fwvgs4xy55nsy4fqqh5bva-packages.json.drv'... Going to be running update for following packages: - python3.11-twilio-8.11.1 Press Enter key to continue... Running update for: - python3.11-twilio-8.11.1: UPDATING ... - python3.11-twilio-8.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/twilio/default.nix b/pkgs/development/python-modules/twilio/default.nix index 3c9af2fd7652..328dd01f8565 100644 --- a/pkgs/development/python-modules/twilio/default.nix +++ b/pkgs/development/python-modules/twilio/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "twilio"; - version = "8.11.1"; + version = "8.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "twilio"; repo = "twilio-python"; rev = "refs/tags/${version}"; - hash = "sha256-cByrE0/sKZ0dWnuQS1KOOCHbSYF6YJchqGrdkmVp9DM="; + hash = "sha256-I2ktLhlSFeQ3f7/zcm5NKLv5Pm1R7EPkeMPREMa9bBA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 8.11.1" not present in master derivation file with contents: { lib , aiohttp , aiohttp-retry , aiounittest , buildPythonPackage , cryptography , django , fetchFromGitHub , mock , multidict , pyngrok , pyjwt , pytestCheckHook , pythonOlder , pytz , requests }: buildPythonPackage rec { pname = "twilio"; version = "8.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "twilio"; repo = "twilio-python"; rev = "refs/tags/${version}"; hash = "sha256-I2ktLhlSFeQ3f7/zcm5NKLv5Pm1R7EPkeMPREMa9bBA="; }; propagatedBuildInputs = [ aiohttp aiohttp-retry pyjwt pyngrok pytz requests ]; nativeCheckInputs = [ aiounittest cryptography django mock multidict pytestCheckHook ]; disabledTests = [ # Tests require network access "test_set_default_user_agent" "test_set_user_agent_extensions" ]; disabledTestPaths = [ # Tests require API token "tests/cluster/test_webhook.py" "tests/cluster/test_cluster.py" ]; pythonImportsCheck = [ "twilio" ]; meta = with lib; { description = "Twilio API client and TwiML generator"; homepage = "https://github.com/twilio/twilio-python/"; changelog = "https://github.com/twilio/twilio-python/blob/${version}/CHANGES.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }