Loading pkgs/development/python-modules/flask-alembic/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, flit-core, alembic, flask, Loading @@ -14,7 +13,7 @@ buildPythonPackage rec { pname = "flask-alembic"; version = "3.1.1"; version = "3.2.0"; pyproject = true; Loading @@ -22,7 +21,7 @@ buildPythonPackage rec { owner = "pallets-eco"; repo = "flask-alembic"; tag = version; hash = "sha256-iHJr9l3w1WwZXDl573IV7+A7RDcawGL20sxxhAQQ628="; hash = "sha256-g5xl5CEfSZUbZxCLYykjd94eVjxzBAkgoBcR4y7IYfM="; }; build-system = [ flit-core ]; Loading @@ -42,8 +41,6 @@ buildPythonPackage rec { pythonImportsCheck = [ "flask_alembic" ]; meta = { # https://github.com/pallets-eco/flask-alembic/issues/47 broken = pythonAtLeast "3.13"; homepage = "https://github.com/pallets-eco/flask-alembic"; changelog = "https://github.com/pallets-eco/flask-alembic/blob/${src.tag}/CHANGES.md"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/flask-alembic/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, flit-core, alembic, flask, Loading @@ -14,7 +13,7 @@ buildPythonPackage rec { pname = "flask-alembic"; version = "3.1.1"; version = "3.2.0"; pyproject = true; Loading @@ -22,7 +21,7 @@ buildPythonPackage rec { owner = "pallets-eco"; repo = "flask-alembic"; tag = version; hash = "sha256-iHJr9l3w1WwZXDl573IV7+A7RDcawGL20sxxhAQQ628="; hash = "sha256-g5xl5CEfSZUbZxCLYykjd94eVjxzBAkgoBcR4y7IYfM="; }; build-system = [ flit-core ]; Loading @@ -42,8 +41,6 @@ buildPythonPackage rec { pythonImportsCheck = [ "flask_alembic" ]; meta = { # https://github.com/pallets-eco/flask-alembic/issues/47 broken = pythonAtLeast "3.13"; homepage = "https://github.com/pallets-eco/flask-alembic"; changelog = "https://github.com/pallets-eco/flask-alembic/blob/${src.tag}/CHANGES.md"; license = lib.licenses.mit; Loading