python311Packages.types-pyopenssl 0 -> 1 attrpath: python311Packages.types-pyopenssl 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] Going to be running update for following packages: - python3.11-types-pyopenssl-24.0.0.20240311 Press Enter key to continue... Running update for: - python3.11-types-pyopenssl-24.0.0.20240311: UPDATING ... - python3.11-types-pyopenssl-24.0.0.20240311: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-pyopenssl/default.nix b/pkgs/development/python-modules/types-pyopenssl/default.nix index d7cf53e4ff68..586e5138aaac 100644 --- a/pkgs/development/python-modules/types-pyopenssl/default.nix +++ b/pkgs/development/python-modules/types-pyopenssl/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "types-pyopenssl"; - version = "24.0.0.20240311"; + version = "24.1.0.20240425"; format = "setuptools"; src = fetchPypi { pname = "types-pyOpenSSL"; inherit version; - hash = "sha256-e8oAz8Tn75xdJmPGocBow1eY5ZZwWVQ59ilue6PVgIM="; + hash = "sha256-Cn6CYmwZg9yNxZKSvyBlSlHDw4gby7mzN8HabjLwIE4="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.types-pyopenssl: 24.0.0.20240311 -> 24.0.0.20240417`. New version is 24.1.0.20240425. The auto update branch does not match or exceed the new version. Old version 24.0.0.20240311" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , cryptography }: buildPythonPackage rec { pname = "types-pyopenssl"; version = "24.0.0.20240417"; format = "setuptools"; src = fetchPypi { pname = "types-pyOpenSSL"; inherit version; hash = "sha256-OOdfuCjScXvhc3cLuujCKBH97GjivD9YM5VBE+uEI30="; }; propagatedBuildInputs = [ cryptography ]; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "OpenSSL-stubs" ]; meta = with lib; { description = "Typing stubs for pyopenssl"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ gador ]; }; }