python310Packages.smbprotocol 1.11.0 -> 1.12.0 https://repology.org/project/python:smbprotocol/versions attrpath: python310Packages.smbprotocol 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/9mzz567m4iir73g0m7hlavhrkchllg1a-packages.json.drv building '/nix/store/9mzz567m4iir73g0m7hlavhrkchllg1a-packages.json.drv'... Going to be running update for following packages: - python3.10-smbprotocol-1.11.0 Press Enter key to continue... Running update for: - python3.10-smbprotocol-1.11.0: UPDATING ... - python3.10-smbprotocol-1.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/smbprotocol/default.nix b/pkgs/development/python-modules/smbprotocol/default.nix index 471f02e50bd8..f72eef539134 100644 --- a/pkgs/development/python-modules/smbprotocol/default.nix +++ b/pkgs/development/python-modules/smbprotocol/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "smbprotocol"; - version = "1.11.0"; + version = "1.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "jborean93"; repo = "smbprotocol"; rev = "refs/tags/v${version}"; - hash = "sha256-MhkeizBorDAlTLrvbsuzvrwrbBZv/dYA7Khvg/FrKoI="; + hash = "sha256-1huM+/WDrVJsB4ARh6fB6rLFOe9IqSQWr/A78FAk/Ag="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.11.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , cryptography , fetchFromGitHub , pyspnego , pytest-mock , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "smbprotocol"; version = "1.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jborean93"; repo = "smbprotocol"; rev = "refs/tags/v${version}"; hash = "sha256-1huM+/WDrVJsB4ARh6fB6rLFOe9IqSQWr/A78FAk/Ag="; }; propagatedBuildInputs = [ cryptography pyspnego ]; nativeCheckInputs = [ pytest-mock pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # https://github.com/jborean93/smbprotocol/issues/119 "test_copymode_local_to_local_symlink_dont_follow" "test_copystat_local_to_local_symlink_dont_follow_fail" # fail in sandbox due to networking "test_small_recv" "test_recv_" ]; pythonImportsCheck = [ "smbprotocol" ]; meta = with lib; { description = "Python SMBv2 and v3 Client"; homepage = "https://github.com/jborean93/smbprotocol"; changelog = "https://github.com/jborean93/smbprotocol/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }