python311Packages.marshmallow-sqlalchemy 0 -> 1 attrpath: python311Packages.marshmallow-sqlalchemy 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/vkwys57y62lksb7bn7z7mxy048z4032a-packages.json.drv building '/nix/store/vkwys57y62lksb7bn7z7mxy048z4032a-packages.json.drv'... Going to be running update for following packages: - python3.11-marshmallow-sqlalchemy-0.30.0 Press Enter key to continue... Running update for: - python3.11-marshmallow-sqlalchemy-0.30.0: UPDATING ... - python3.11-marshmallow-sqlalchemy-0.30.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix index e74072692398..d40db204ba80 100644 --- a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix +++ b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "marshmallow-sqlalchemy"; - version = "0.30.0"; + version = "1.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-Ka0KT9G0oeUtywf5Zz0oSmsHlRQZFswhadTuml0Ac0c="; + hash = "sha256-IKDy/N1b3chkRPoBRh8X+bahKo3dTKjJs0/i8uNdAKI="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.30.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , flit-core , marshmallow , packaging , sqlalchemy , pytest-lazy-fixture , pytestCheckHook }: buildPythonPackage rec { pname = "marshmallow-sqlalchemy"; version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "marshmallow_sqlalchemy"; inherit version; hash = "sha256-IKDy/N1b3chkRPoBRh8X+bahKo3dTKjJs0/i8uNdAKI="; }; build-system = [ flit-core ]; propagatedBuildInputs = [ marshmallow packaging sqlalchemy ]; pythonImportsCheck = [ "marshmallow_sqlalchemy" ]; nativeCheckInputs = [ pytest-lazy-fixture pytestCheckHook ]; meta = with lib; { description = "SQLAlchemy integration with marshmallow"; homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy"; changelog = "https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }