python310Packages.pyasn1 0.5.0 -> 0.5.1 https://repology.org/project/python:pyasn1/versions attrpath: python310Packages.pyasn1 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.10-pyasn1-0.5.0 Press Enter key to continue... Running update for: - python3.10-pyasn1-0.5.0: UPDATING ... - python3.10-pyasn1-0.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyasn1/default.nix b/pkgs/development/python-modules/pyasn1/default.nix index 3888f66d776a..5ea3623980be 100644 --- a/pkgs/development/python-modules/pyasn1/default.nix +++ b/pkgs/development/python-modules/pyasn1/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "pyasn1"; - version = "0.5.0"; + version = "0.5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-l7cpDKaOYqgyVY7Dl28Vy/kRv118cDnYuGHCoOzmn94="; + hash = "sha256-bTkaluWbIxMKXPp01v1/OI274mzI8e3zn93fCNnWZ2w="; }; pythonImportsCheck = [ No auto update branch exists Old version 0.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools }: buildPythonPackage rec { pname = "pyasn1"; version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-bTkaluWbIxMKXPp01v1/OI274mzI8e3zn93fCNnWZ2w="; }; nativeBuildInputs = [ setuptools ]; pythonImportsCheck = [ "pyasn1" ]; meta = with lib; { description = "Generic ASN.1 library for Python"; homepage = "https://pyasn1.readthedocs.io"; changelog = "https://github.com/etingof/pyasn1/blob/master/CHANGES.rst"; license = licenses.bsd2; maintainers = with maintainers; [ ]; }; }