Unverified Commit b6759cb0 authored by Dennis Schridde's avatar Dennis Schridde
Browse files

python3Packages.fints: 4.2.4 -> 5.0.0

As far as I could tell there is no change log.  Breaking changes are
listed in https://github.com/raphaelm/python-fints/blob/v5.0.0/docs/upgrading_4_5.rst

Closes: https://github.com/NixOS/nixpkgs/issues/466577
parent 5b9f225f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  setuptools,
  fetchFromGitHub,
  bleach,
  lxml,
  mt-940,
  requests,
  sepaxml,
@@ -12,7 +13,7 @@
}:

buildPythonPackage rec {
  version = "4.2.4";
  version = "5.0.0";
  pname = "fints";
  pyproject = true;

@@ -20,7 +21,7 @@ buildPythonPackage rec {
    owner = "raphaelm";
    repo = "python-fints";
    tag = "v${version}";
    hash = "sha256-la5vpWBoZ7hZsAyjjCqHpFfOykDVosI/S9amox1dmzY=";
    hash = "sha256-ll2+PtcGQiY5nbQTKVetd2ecDBVSXgzWP4Vzzri1Trs=";
  };

  pythonRemoveDeps = [ "enum-tools" ];
@@ -29,6 +30,7 @@ buildPythonPackage rec {

  dependencies = [
    bleach
    lxml
    mt-940
    requests
    sepaxml