Unverified Commit 8bbf7738 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

python3Packages.flask-alembic: 3.1.1 -> 3.2.0 (#477288)

parents e632955c fc8bdeed
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pythonAtLeast,
  flit-core,
  alembic,
  flask,
@@ -14,7 +13,7 @@

buildPythonPackage rec {
  pname = "flask-alembic";
  version = "3.1.1";
  version = "3.2.0";

  pyproject = true;

@@ -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 ];
@@ -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;