python311Packages.sqlalchemy-utils 0.40.0 -> 0.41.1 https://repology.org/project/python:sqlalchemy-utils/versions attrpath: python311Packages.sqlalchemy-utils 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pldzpf6g76k1kjymfqx9323ivkkpv9zf-packages.json.drv building '/nix/store/pldzpf6g76k1kjymfqx9323ivkkpv9zf-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlalchemy-utils-0.40.0 Press Enter key to continue... Running update for: - python3.11-sqlalchemy-utils-0.40.0: UPDATING ... - python3.11-sqlalchemy-utils-0.40.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sqlalchemy-utils/default.nix b/pkgs/development/python-modules/sqlalchemy-utils/default.nix index d3ad0bf9703..e360dcf810e 100644 --- a/pkgs/development/python-modules/sqlalchemy-utils/default.nix +++ b/pkgs/development/python-modules/sqlalchemy-utils/default.nix @@ -37,13 +37,13 @@ buildPythonPackage rec { pname = "sqlalchemy-utils"; - version = "0.40.0"; + version = "0.41.1"; format = "setuptools"; src = fetchPypi { inherit version; pname = "SQLAlchemy-Utils"; - hash = "sha256-r4AwiaeSmAP662FzuQ8p0aZ60C8dHnMvQLBUqOs8c3A="; + hash = "sha256-ohgb/wHuuER544Vx0sBxjrUgQvmv2MGU0NAod+hLfXQ="; }; patches = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.sqlalchemy-utils nix build failed. tests/functions/test_database.py:18: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ sqlalchemy_utils/functions/database.py:486: in database_exists engine = sa.create_engine(url) :2: in create_engine ??? /nix/store/mpan5c5hn93cm7n6m3pl4j8nc23gjs6x-python3.11-SQLAlchemy-2.0.17/lib/python3.11/site-packages/sqlalchemy/util/deprecations.py:281: in warned return fn(*args, **kwargs) # type: ignore[no-any-return] /nix/store/mpan5c5hn93cm7n6m3pl4j8nc23gjs6x-python3.11-SQLAlchemy-2.0.17/lib/python3.11/site-packages/sqlalchemy/engine/create.py:601: in create_engine dbapi = dbapi_meth(**dbapi_args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = @classmethod def import_dbapi(cls): > import psycopg E ModuleNotFoundError: No module named 'psycopg' /nix/store/mpan5c5hn93cm7n6m3pl4j8nc23gjs6x-python3.11-SQLAlchemy-2.0.17/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/psycopg.py:364: ModuleNotFoundError =============================== warnings summary =============================== ../../nix/store/29pvd0x71vdqqjp9gni46z5y6pkwpvnb-python3.11-passlib-1.7.4/lib/python3.11/site-packages/passlib/utils/__init__.py:854 /nix/store/29pvd0x71vdqqjp9gni46z5y6pkwpvnb-python3.11-passlib-1.7.4/lib/python3.11/site-packages/passlib/utils/__init__.py:854: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 from crypt import crypt as _crypt -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/functions/test_database.py::TestDatabasePostgresPsycoPG3::test_create_and_drop - ModuleNotFoundError: No module named 'psycopg' = 1 failed, 2423 passed, 257 skipped, 3 deselected, 1 xfailed, 1 warning in 5.44s = /nix/store/fzb9wy1yz0hn69vxw12954szvrjnjjgk-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context