python312Packages.python-multipart 0.0.6 -> 0.0.9 https://repology.org/project/python:python-multipart/versions attrpath: python312Packages.python-multipart 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.12-python-multipart-0.0.6 Press Enter key to continue... Running update for: - python3.12-python-multipart-0.0.6: UPDATING ... - python3.12-python-multipart-0.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-multipart/default.nix b/pkgs/development/python-modules/python-multipart/default.nix index 3c04398e56d4..5aff5fa74df9 100644 --- a/pkgs/development/python-modules/python-multipart/default.nix +++ b/pkgs/development/python-modules/python-multipart/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "python-multipart"; - version = "0.0.6"; + version = "0.0.9"; format = "pyproject"; src = fetchPypi { pname = "python_multipart"; inherit version; - hash = "sha256-6ZJagLtmhSnxtnx/2wpdrN18v8b7C/8+pEP+Ir3WITI="; + hash = "sha256-A/VGiMZj8beXcQXwIQQ7B5MVHkyxwanUoR/BPWIsQCY="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.0.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatchling , pytestCheckHook , mock , pyyaml , six # for passthru.tests , asgi-csrf , connexion , fastapi , gradio , starlette }: buildPythonPackage rec { pname = "python-multipart"; version = "0.0.9"; pyproject = true; src = fetchPypi { pname = "python_multipart"; inherit version; hash = "sha256-A/VGiMZj8beXcQXwIQQ7B5MVHkyxwanUoR/BPWIsQCY="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ six ]; pythonImportsCheck = [ "multipart" ]; nativeCheckInputs = [ pytestCheckHook mock pyyaml ]; passthru.tests = { inherit asgi-csrf connexion fastapi gradio starlette ; }; meta = with lib; { description = "A streaming multipart parser for Python"; homepage = "https://github.com/andrew-d/python-multipart"; license = licenses.asl20; maintainers = with maintainers; [ ris ]; }; }