python311Packages.azure-servicebus 0 -> 1 attrpath: python311Packages.azure-servicebus 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/pn6g5pchidinxy6a9rhnigjx8r1xy6l3-packages.json.drv building '/nix/store/pn6g5pchidinxy6a9rhnigjx8r1xy6l3-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-servicebus-7.11.4 Press Enter key to continue... Running update for: - python3.11-azure-servicebus-7.11.4: UPDATING ... - python3.11-azure-servicebus-7.11.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/azure-servicebus/default.nix b/pkgs/development/python-modules/azure-servicebus/default.nix index 562340f93e4d..a1c8031f0fa3 100644 --- a/pkgs/development/python-modules/azure-servicebus/default.nix +++ b/pkgs/development/python-modules/azure-servicebus/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "azure-servicebus"; - version = "7.11.4"; + version = "7.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-970pd5G2pXfONqOeoKuxCqD4dba7DTFSLtntK7AojUw="; + hash = "sha256-Xr5KU7/BAw9AH2lOrB7NJ8FB2ATl5vzyNXQrLWKUbks="; }; propagatedBuildInputs = [ No auto update branch exists Old version 7.11.4" not present in staging derivation file with contents: { lib , azure-common , azure-core , buildPythonPackage , fetchPypi , isodate , msrest , pythonOlder , typing-extensions , uamqp }: buildPythonPackage rec { pname = "azure-servicebus"; version = "7.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Xr5KU7/BAw9AH2lOrB7NJ8FB2ATl5vzyNXQrLWKUbks="; }; propagatedBuildInputs = [ azure-common azure-core isodate msrest typing-extensions uamqp ]; # Tests require dev-tools doCheck = false; pythonImportsCheck = [ "azure.servicebus" ]; meta = with lib; { description = "Microsoft Azure Service Bus Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-servicebus_${version}/sdk/servicebus/azure-servicebus/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ maxwilson ]; }; }