python311Packages.flask-sqlalchemy 3.0.3 -> 3.1.1 https://repology.org/project/python:flask-sqlalchemy/versions attrpath: python311Packages.flask-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/idbs330w9i97dqid0b4ddw6g3zipbmzn-packages.json.drv building '/nix/store/idbs330w9i97dqid0b4ddw6g3zipbmzn-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-sqlalchemy-3.0.3 Press Enter key to continue... Running update for: - python3.11-flask-sqlalchemy-3.0.3: UPDATING ... - python3.11-flask-sqlalchemy-3.0.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/flask-sqlalchemy/default.nix b/pkgs/development/python-modules/flask-sqlalchemy/default.nix index 550d9adf416f..9c4758713ecb 100644 --- a/pkgs/development/python-modules/flask-sqlalchemy/default.nix +++ b/pkgs/development/python-modules/flask-sqlalchemy/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "flask-sqlalchemy"; - version = "3.0.3"; + version = "3.1.1"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Flask-SQLAlchemy"; inherit version; - hash = "sha256-J2QzXzydfr3J7WBEr6+Yqun6UNegdM71Xd4wfslZA+w="; + hash = "sha256-5LaLuIGALdoafYeLL8hMBtHuV/tAuHTT3Jfav6NrgxI="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flask , mock , flit-core , pytestCheckHook , pythonOlder , sqlalchemy }: buildPythonPackage rec { pname = "flask-sqlalchemy"; version = "3.1.1"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "flask_sqlalchemy"; inherit version; hash = "sha256-5LaLuIGALdoafYeLL8hMBtHuV/tAuHTT3Jfav6NrgxI="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ flask sqlalchemy ]; nativeCheckInputs = [ mock pytestCheckHook ]; disabledTests = [ # flaky "test_session_scoping_changing" # https://github.com/pallets-eco/flask-sqlalchemy/issues/1084 "test_persist_selectable" ]; pythonImportsCheck = [ "flask_sqlalchemy" ]; meta = with lib; { description = "SQLAlchemy extension for Flask"; homepage = "http://flask-sqlalchemy.pocoo.org/"; changelog = "https://github.com/pallets-eco/flask-sqlalchemy/blob/${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = with maintainers; [ gerschtli ]; }; }